From bugzilla-daemon at maemo.org Mon Apr 2 10:12:00 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 2 Apr 2007 10:12:00 +0300 (EEST) Subject: [hafqa] [Bug 1184] Make controlpanel plugins resident Message-ID: <20070402071200.ED827E0556@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1184 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From kimmo.hamalainen at nokia.com 2007-04-02 10:12 ------- libosso (2.5-1) has it -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 2 10:12:41 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 2 Apr 2007 10:12:41 +0300 (EEST) Subject: [hafqa] [Bug 602] org.maemo service names do not work Message-ID: <20070402071241.52BB1E057A@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=602 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From kimmo.hamalainen at nokia.com 2007-04-02 10:12 ------- I guess it works -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 2 16:13:07 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 2 Apr 2007 16:13:07 +0300 (EEST) Subject: [hafqa] [Bug 792] no way to debug hildon-home applets Message-ID: <20070402131307.46D9BE0162@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=792 ------- Additional Comments From karoliina.t.salminen at nokia.com 2007-04-02 16:13 ------- The easiest way to debug your applets is to run the hildon-desktop on scratchbox currently: With old maemo_af_desktop: run-standalone.sh /usr/bin/maemo_af_desktop With new hildon-desktop: run-standalone.sh /usr/bin/hildon-desktop >From console you can see then the printouts. Debugging on the device is a bit harder and I don't personally do it currently. Since the hildon desktop is coming to desktop linux as well, this may change the situation entirely: you can debug the applets on your desktop without need of scratchbox and the device. Then finally when you are ready, you can cross compile with scratchbox for the device. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 2 16:17:04 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 2 Apr 2007 16:17:04 +0300 (EEST) Subject: [hafqa] [Bug 1194] New: http-neon-method.c glib error (Canola podcast crash) Message-ID: <20070402131704.19587DF198@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1194 Summary: http-neon-method.c glib error (Canola podcast crash) Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: gnomevfs AssignedTo: kimmo.hamalainen at nokia.com ReportedBy: maemo at breet.com QAContact: hafqa at maemo.org Hi, When trying to open a podcast in Canola on 'Software Edition 2007 version 3.2007.10-7', it gives me this error: canola[3423]: GLIB ERROR ** gnome-vfs-modules - file http-neon-method.c: line 204 (resolve_result): should not be reached aborting... Aborted The rss feed for the podcast I try to listen is found here: http://www.podshow.com/feeds/dailysourcecode.xml Just listen to the first podcast in the list to experience the problem. I think the problem is that the server returns a 302 for the MP3 to redirect to a different source. This worked in previous N800 images and stopped working in Software Edition 2007 version 3.2007.10-7 -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 2 16:24:22 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 2 Apr 2007 16:24:22 +0300 (EEST) Subject: [hafqa] [Bug 792] no way to debug hildon-home applets Message-ID: <20070402132422.979FAE02D7@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=792 ------- Additional Comments From eero.tamminen at nokia.com 2007-04-02 16:24 ------- With Valgrind on x86-scratchbox one can debug applet problems (e.g. memory leaks): af-sb-init.sh start kill $(pidof maemo_af_desktop) export G_SLICE="always-malloc" run-standalone.sh valgrind --tool=memcheck --num-callers=60 --leak-check=yes \ /usr/bin/maemo-summoner /usr/bin/maemo_af_desktop.launch -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 2 16:29:20 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 2 Apr 2007 16:29:20 +0300 (EEST) Subject: [hafqa] [Bug 629] construct_applets calls gtk_widget_show_all, not gtk_widget_show Message-ID: <20070402132920.87D10E03DD@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=629 karoliina.t.salminen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas.rocha at nokia.com ------- Additional Comments From karoliina.t.salminen at nokia.com 2007-04-02 16:28 ------- This code has changed quite a bit on the new hildon-desktop. Is this still valid? Maybe Lucas could tell more. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 2 16:31:41 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 2 Apr 2007 16:31:41 +0300 (EEST) Subject: [hafqa] [Bug 629] construct_applets calls gtk_widget_show_all, not gtk_widget_show Message-ID: <20070402133141.13BF1E0315@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=629 johan.bilien at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From johan.bilien at nokia.com 2007-04-02 16:31 ------- It's fixed in hildon-desktop, we only call _show -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 2 19:25:25 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 2 Apr 2007 19:25:25 +0300 (EEST) Subject: [hafqa] [Bug 1196] New: gtkhtml needs to build-depend and check for gtk >= 2.10 Message-ID: <20070402162525.3A7EDE037E@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1196 Summary: gtkhtml needs to build-depend and check for gtk >= 2.10 Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: gtk AssignedTo: gabriel.schulhof at nokia.com ReportedBy: tommi.komulainen at nokia.com QAContact: hafqa at maemo.org gtkhtml (3.9.1-3osso5) has calls to gtk_print_* and pango_cairo_* and cairo, but does not Build-Depend or check for any of those, leading to build errors such as: http://repository.maemo.org/sardine/i386/sardine/logs/6668-buildpackage gtkhtml should have Build-Depends: libgtk2.0-dev (>= 2:2.10) and GTKHTML_MODULES=[...] gtk+-2.0 >= 2.10 -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 3 18:29:19 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 3 Apr 2007 18:29:19 +0300 (EEST) Subject: [hafqa] [Bug 1194] http-neon-method.c glib error (Canola podcast crash) Message-ID: <20070403152919.29A7BDFBC0@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1194 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From kimmo.hamalainen at nokia.com 2007-04-03 18:29 ------- I got a patch for this from Indt. This is caused by some workaround in the neon code for some UPnP servers. I could make fix for this available in Sardine, at least. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 3 18:30:51 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 3 Apr 2007 18:30:51 +0300 (EEST) Subject: [hafqa] [Bug 182] HildonFileSystemModel struct needs prototype Message-ID: <20070403153051.118E3DFC05@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=182 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED ------- Additional Comments From jake.kunnari at nokia.com 2007-04-03 18:30 ------- Closed. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 3 18:35:30 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 3 Apr 2007 18:35:30 +0300 (EEST) Subject: [hafqa] [Bug 186] subdirectories on memory card are inaccessible in the filechooserdialog Message-ID: <20070403153530.1CC66E06AC@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=186 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED ------- Additional Comments From jake.kunnari at nokia.com 2007-04-03 18:35 ------- Closed. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 3 18:36:07 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 3 Apr 2007 18:36:07 +0300 (EEST) Subject: [hafqa] [Bug 904] HildonWindow triggers an X error when run without matchbox window manager Message-ID: <20070403153607.AE521E06D3@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=904 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED ------- Additional Comments From jake.kunnari at nokia.com 2007-04-03 18:36 ------- Closed. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 3 18:36:20 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 3 Apr 2007 18:36:20 +0300 (EEST) Subject: [hafqa] [Bug 883] DBus crashes on startup in scratchbox with qemu-arm Message-ID: <20070403153620.319EDE06D8@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=883 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From kimmo.hamalainen at nokia.com 2007-04-03 18:36 ------- This seems to be caused by a permission problem in the new Scratchbox environment. Both initgroups() and setgroups() system calls fail in the daemon's startup. I can do some kind of workaround. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 3 18:36:24 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 3 Apr 2007 18:36:24 +0300 (EEST) Subject: [hafqa] [Bug 962] HildonWindow incorrectly checks which property was notified Message-ID: <20070403153624.BDF94E06D9@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=962 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED ------- Additional Comments From jake.kunnari at nokia.com 2007-04-03 18:36 ------- Closed. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 3 18:36:39 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 3 Apr 2007 18:36:39 +0300 (EEST) Subject: [hafqa] [Bug 1025] gtktextbuffer.h does not compile with -pedantic Message-ID: <20070403153639.E4DF6E06E4@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1025 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED ------- Additional Comments From jake.kunnari at nokia.com 2007-04-03 18:36 ------- Closed. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 3 18:41:18 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 3 Apr 2007 18:41:18 +0300 (EEST) Subject: [hafqa] [Bug 1194] http-neon-method.c glib error (Canola podcast crash) Message-ID: <20070403154118.9163AE068C@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1194 ------- Additional Comments From maemo at breet.com 2007-04-03 18:41 ------- It would be nice if it was apt-get-able from the regular archives, so we can update our regular image. (Or if that is not possible, put it in extras ;) -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Thu Apr 5 15:34:01 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 5 Apr 2007 15:34:01 +0300 (EEST) Subject: [hafqa] [Bug 883] DBus crashes on startup in scratchbox with qemu-arm Message-ID: <20070405123401.41EDDE054A@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=883 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From kimmo.hamalainen at nokia.com 2007-04-05 15:34 ------- In the end it turned out that initgroups() wasn't the problem, but a bug in dbus-sysdeps-util-unix.c. Workaround is in dbus (1.0.2-0osso4) in Sardine unstable. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Thu Apr 5 23:00:02 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 5 Apr 2007 23:00:02 +0300 (EEST) Subject: [hafqa] [Bug 298] Hildon specific GTK extensions should default to be disabled Message-ID: <20070405200002.5AC80E0415@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From murrayc at murrayc.com 2007-04-05 23:00 ------- > The problem is the way how UI specifications have been written -- they don't > specify the values but rely on the default ones. So, the specs would need fixing > when this is fixed. There is no time to do the fixing yet, but maybe in the > future. This needs to be a priority, so that users of Maemo's GTK+ don't need to suffer just for the convenience of Nokia's UI spec writers. You broke it, so please do fix it. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Fri Apr 13 18:22:50 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 13 Apr 2007 18:22:50 +0300 (EEST) Subject: [hafqa] [Bug 1212] New: Hide info banners (infoprints) on click Message-ID: <20070413152250.10EC7E04B5@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1212 Summary: Hide info banners (infoprints) on click Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Keywords: Enhancements-IT2007 Severity: enhancement Priority: P2 Component: hildon-libs AssignedTo: michael.kostrzewa at nokia.com ReportedBy: taktaktaktaktaktaktaktaktaktak at gmail.com QAContact: hafqa at maemo.org Please hide information banners/infoprints when they're clicked on/tapped. As referenced in: http://www.gossamer-threads.com/lists/maemo/developers/20808 -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Fri Apr 13 19:39:29 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 13 Apr 2007 19:39:29 +0300 (EEST) Subject: [hafqa] [Bug 1212] Hide info banners (infoprints) on click Message-ID: <20070413163929.6D94EE0454@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1212 eero.tamminen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eero.tamminen at nokia.com -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 16 10:59:47 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 16 Apr 2007 10:59:47 +0300 (EEST) Subject: [hafqa] [Bug 1214] libosso osso-init.c should use long's and not ints with handler Message-ID: <20070416075947.8E59BE0370@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1214 ext-teemu.hukkanen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ext-teemu.hukkanen at nokia.com|kimmo.hamalainen at nokia.com Status|ASSIGNED |NEW QAContact|qa at maemo.org |hafqa at maemo.org ------- Additional Comments From ext-teemu.hukkanen at nokia.com 2007-04-16 10:59 ------- . -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 16 16:27:57 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 16 Apr 2007 16:27:57 +0300 (EEST) Subject: [hafqa] [Bug 1027] maemo-launcher does not install headers Message-ID: <20070416132757.0BEF5E049E@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1027 ------- Additional Comments From murrayc at murrayc.com 2007-04-16 16:27 ------- Could we please have a new package, or some timeline for a new package, so we can deploy the gktmm booster? -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 16 17:08:21 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 16 Apr 2007 17:08:21 +0300 (EEST) Subject: [hafqa] [Bug 1216] New: sapwood breaks when images have an alpha channel Message-ID: <20070416140821.9A731E05A1@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1216 Summary: sapwood breaks when images have an alpha channel Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sapwood AssignedTo: tommi.komulainen at nokia.com ReportedBy: johan.bilien at nokia.com QAContact: hafqa at maemo.org Sapwood uses draw_pixbuf on a new pixmap before initializing it. Since GDK uses PictOverOp on a Picture associated with this source pixmap, the result is undefined. It's compositing the png on an uninitialized background. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 16 17:10:37 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 16 Apr 2007 17:10:37 +0300 (EEST) Subject: [hafqa] [Bug 1216] sapwood breaks when images have an alpha channel Message-ID: <20070416141037.884D2E0435@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1216 ------- Additional Comments From johan.bilien at nokia.com 2007-04-16 17:10 ------- Created an attachment (id=334) --> (https://maemo.org/bugzilla/attachment.cgi?id=334&action=view) initialize the pixmap before painting the pixbuf This fixes the issue for me. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 16 17:25:58 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 16 Apr 2007 17:25:58 +0300 (EEST) Subject: [hafqa] [Bug 1214] libosso osso-init.c should use long's and not ints with handler Message-ID: <20070416142558.2CB7FE0593@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1214 ------- Additional Comments From kimmo.hamalainen at nokia.com 2007-04-16 17:25 ------- I'm accepting patches :) -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 16 17:34:53 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 16 Apr 2007 17:34:53 +0300 (EEST) Subject: [hafqa] [Bug 1216] sapwood breaks when images have an alpha channel Message-ID: <20070416143453.29DA7E055E@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1216 johan.bilien at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #334 is|0 |1 obsolete| | ------- Additional Comments From johan.bilien at nokia.com 2007-04-16 17:34 ------- Created an attachment (id=335) --> (https://maemo.org/bugzilla/attachment.cgi?id=335&action=view) new version Hmm white is 0xFFFFFFFF not 0 -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 17 00:47:44 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 17 Apr 2007 00:47:44 +0300 (EEST) Subject: [hafqa] [Bug 1214] libosso osso-init.c should use long's and not ints with handler Message-ID: <20070416214744.13471E050E@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1214 ------- Additional Comments From joe at confucius.gnacademy.org 2007-04-17 00:47 ------- I can build the new patch, but what I need is an updated version of mce-dummy. The source version of libosso needs mce symbols that aren't in mce-dummy. This should be straightforward to add. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 17 09:31:07 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 17 Apr 2007 09:31:07 +0300 (EEST) Subject: [hafqa] [Bug 1214] libosso osso-init.c should use long's and not ints with handler Message-ID: <20070417063107.371DDE05A4@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1214 ------- Additional Comments From kimmo.hamalainen at nokia.com 2007-04-17 09:31 ------- (In reply to comment #5) > I can build the new patch, but what I need is an updated version of mce-dummy. > The source version of libosso needs mce symbols that aren't in mce-dummy. We don't need mce-dummy anymore, the real thing, mce-dev has been open-sourced. It's available from the Sardine repository (http://sardine.garage.maemo.org/). -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 18 11:15:13 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 18 Apr 2007 11:15:13 +0300 (EEST) Subject: [hafqa] [Bug 1220] New: HildonWindow should take GtkMenu accel_group into account Message-ID: <20070418081513.4C9C2E0663@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1220 Summary: HildonWindow should take GtkMenu accel_group into account Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: hildon-libs AssignedTo: michael.kostrzewa at nokia.com ReportedBy: tommi.komulainen at nokia.com QAContact: hafqa at maemo.org When you set accelerators for menu items, they will not be activated unless the application developer calls gtk_window_add_accel_group() While this wouldn't be too difficult for the normal menu, it becomes silly with the common menu. Therefore HildonWindow and Program should take the GtkMenu accel_group into account when setting the menu / switching windows with common menu. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 18 11:19:40 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 18 Apr 2007 11:19:40 +0300 (EEST) Subject: [hafqa] [Bug 1221] New: HildonWindow shouldn't call show_all for GtkMenu Message-ID: <20070418081940.CEA1FDF180@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1221 Summary: HildonWindow shouldn't call show_all for GtkMenu Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: hildon-libs AssignedTo: michael.kostrzewa at nokia.com ReportedBy: tommi.komulainen at nokia.com QAContact: hafqa at maemo.org Calling show_all for the menu potentially messes up the visibility setup the application developer had intended. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 18 12:22:42 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 18 Apr 2007 12:22:42 +0300 (EEST) Subject: [hafqa] [Bug 931] Application manager crashes opening file selecor Message-ID: <20070418092242.0F01EE05BC@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=931 ext-teemu.hukkanen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Group|bora-testing | AssignedTo|ext-teemu.hukkanen at nokia.com|marius.vollmer at nokia.com Status|ASSIGNED |NEW Component|rootstrap |application-installer Product|sdk |haf QAContact|qa at maemo.org |hafqa at maemo.org Version|3.0 |unspecified ------- Additional Comments From ext-teemu.hukkanen at nokia.com 2007-04-18 12:22 ------- . -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 18 12:28:25 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 18 Apr 2007 12:28:25 +0300 (EEST) Subject: [hafqa] [Bug 931] Application manager crashes opening file selecor Message-ID: <20070418092825.69343E0764@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=931 ------- Additional Comments From ext-teemu.hukkanen at nokia.com 2007-04-18 12:28 ------- *** Bug 933 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 18 14:04:42 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 18 Apr 2007 14:04:42 +0300 (EEST) Subject: [hafqa] [Bug 185] Several signals wrongly registered, some enums not prepared for introspection Message-ID: <20070418110442.27A06E06B4@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=185 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED ------- Additional Comments From jake.kunnari at nokia.com 2007-04-18 14:04 ------- Checked from Bug Activity "murrayc at murrayc.com 2007-03-28 16:16 Status from RESOLVED to VERIFIED". Fix has been verified. Status changed to Closed. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 18 15:29:21 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 18 Apr 2007 15:29:21 +0300 (EEST) Subject: [hafqa] [Bug 1137] Compilation error in osso-gwobex Message-ID: <20070418122921.D5D73E06B4@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1137 kimmo.hamalainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kimmo.hamalainen at nokia.com |jh at maemo.org ------- Additional Comments From kimmo.hamalainen at nokia.com 2007-04-18 15:29 ------- reassigning to package maintainer -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 18 16:11:49 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 18 Apr 2007 16:11:49 +0300 (EEST) Subject: [hafqa] [Bug 1137] Compilation error in osso-gwobex Message-ID: <20070418131149.19FAEE03D4@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1137 jh at maemo.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From jh at maemo.org 2007-04-18 16:11 ------- Fixed in svn. Will go to next public release. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 18 18:56:57 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 18 Apr 2007 18:56:57 +0300 (EEST) Subject: [hafqa] [Bug 1216] sapwood breaks when images have an alpha channel Message-ID: <20070418155657.52B2CE00E4@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1216 tommi.komulainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From tommi.komulainen at nokia.com 2007-04-18 18:56 ------- Will be fixed in sapwood (2.91.4-1) I changed the patch a bit to set the fill color using RGB values which should be more reliable than relying on the pixel value. @@ -89,8 +94,15 @@ extract_pixmap_single (GdkPixbuf *pixbuf, pixmap = gdk_pixmap_new (NULL, width, height, server_depth); if (!tmp_gc) - tmp_gc = gdk_gc_new (pixmap); + { + const GdkColor white = {0, 0xffff, 0xffff, 0xffff}; + + tmp_gc = gdk_gc_new (pixmap); + + gdk_gc_set_rgb_fg_color (tmp_gc, &white); + } + gdk_draw_rectangle (pixmap, tmp_gc, TRUE, 0, 0, width, height); -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Thu Apr 19 15:00:38 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 19 Apr 2007 15:00:38 +0300 (EEST) Subject: [hafqa] [Bug 1216] sapwood breaks when images have an alpha channel Message-ID: <20070419120038.1149BE067B@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1216 tommi.komulainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From tommi.komulainen at nokia.com 2007-04-19 15:00 ------- On second thought, this adds white tint to all pixels with alpha [128..255] which distorts the graphics and the alpha channel when applied separately does not remove the artefact. I've reverted this change. Better way to do it would be to draw the pixmaps ignoring the alpha channel completely, but that would need a new patch. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Thu Apr 19 17:50:17 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 19 Apr 2007 17:50:17 +0300 (EEST) Subject: [hafqa] [Bug 794] sapwood doesn't start for privsep applications Message-ID: <20070419145017.8368BE04E6@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=794 tommi.komulainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From tommi.komulainen at nokia.com 2007-04-19 17:50 ------- No comments in a long time, resolving as WORKSFORME. Feel free to reopen if you have more information. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Thu Apr 19 17:55:37 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 19 Apr 2007 17:55:37 +0300 (EEST) Subject: [hafqa] [Bug 361] GtkCalendar widget size behaviour Message-ID: <20070419145537.2FD48E0168@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=361 tommi.komulainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tommi.komulainen at nokia.com |michael.kostrzewa at nokia.com Component|gtk |hildon-libs ------- Additional Comments From tommi.komulainen at nokia.com 2007-04-19 17:55 ------- GtkCalendar in Sardine is back to stock gtk version which is not suffering from this. Moving to hildon where we have copied the (modified) GtkCalendar. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Thu Apr 19 17:56:55 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 19 Apr 2007 17:56:55 +0300 (EEST) Subject: [hafqa] [Bug 728] gtk_label_size_request retrieves dimensions less than half the size of what is allocated Message-ID: <20070419145655.82FA2E0212@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=728 tommi.komulainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From tommi.komulainen at nokia.com 2007-04-19 17:56 ------- No reply in a long time, resolving as WORKSFORME. Feel free to reopen if you can provide more information. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Fri Apr 20 14:26:51 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 20 Apr 2007 14:26:51 +0300 (EEST) Subject: [hafqa] [Bug 808] process silently killed if no osso_initialize Message-ID: <20070420112651.C3452E082A@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=808 tapani.palli at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From tapani.palli at nokia.com 2007-04-20 14:26 ------- Hmm I hope this issue was solved, if not, please reopen! -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Fri Apr 20 14:29:13 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 20 Apr 2007 14:29:13 +0300 (EEST) Subject: [hafqa] [Bug 881] Applications menus disappear Message-ID: <20070420112913.B323EE0802@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=881 tapani.palli at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From tapani.palli at nokia.com 2007-04-20 14:29 ------- I'm resolving this as worksforme, I haven't been able to trigger it but I'm sure it's related to visibilitynotify events that gtkmenu.c catches to be able to know when to close. There's a lot of people working here with Ubuntu edgy aswell as feisty and none of them has the issue :-/ If you still have this issue, please reopen the bug. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Fri Apr 20 15:05:28 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 20 Apr 2007 15:05:28 +0300 (EEST) Subject: [hafqa] [Bug 1227] New: GtkEntry::"hildon-input-mode" should default to off Message-ID: <20070420120528.4CC44E0892@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1227 Summary: GtkEntry::"hildon-input-mode" should default to off Product: haf Version: 2.1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: murrayc at murrayc.com QAContact: hafqa at maemo.org Maemo adds a GtkEntry::"hildon-input-mode" property to disallow some characters and to do auto-capitalization. This feature should not be on by default, but at least HILDON_GTK_INPUT_MODE_AUTOCAP does seem to be used by default somehow. Actually the source code even hardcodes "9" as the default instead of using the #defines, which is rather ugly. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Sat Apr 21 08:36:10 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Sat, 21 Apr 2007 08:36:10 +0300 (EEST) Subject: [hafqa] [Bug 1230] New: libhildon doesn't build because of broken strict-aliasing Message-ID: <20070421053610.93D28E085E@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1230 Summary: libhildon doesn't build because of broken strict- aliasing Product: haf Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: hildon-libs AssignedTo: michael.kostrzewa at nokia.com ReportedBy: dieguito at gmail.com QAContact: hafqa at maemo.org While building a fresh svn copy (21/Apr): cc1: warnings being treated as errors hildon-banner.c: In function 'hildon_banner_set_property': hildon-banner.c:403: warning: dereferencing type-punned pointer will break strict-aliasing rules hildon-banner.c:403: warning: passing argument 1 of 'g_object_remove_weak_pointer' from incompatible pointer type hildon-banner.c:411: warning: dereferencing type-punned pointer will break strict-aliasing rules hildon-banner.c: In function 'hildon_banner_finalize': hildon-banner.c:564: warning: dereferencing type-punned pointer will break strict-aliasing rules make[2]: *** [libhildon_1_la-hildon-banner.lo] Error 1 make[2]: Leaving directory `/home/maemo/source/libhildon/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/maemo/source/libhildon' make: *** [all] Error 2 Looks like the problem comes from this commit: 2007-04-19 Michael Dominic Kostrzewa * src/hildon-banner.c: Fixing a problem with timed banners having their parrent destroyed before they are. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Sat Apr 21 09:58:46 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Sat, 21 Apr 2007 09:58:46 +0300 (EEST) Subject: [hafqa] [Bug 1231] New: hildon-theme-plankton installs a .desktop _always_ pointing to /usr/share Message-ID: <20070421065846.56F08E0820@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1231 Summary: hildon-theme-plankton installs a .desktop _always_ pointing to /usr/share Product: haf Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: hildon-theme AssignedTo: michael.kostrzewa at nokia.com ReportedBy: dieguito at gmail.com QAContact: hafqa at maemo.org Selecting plankton on the background settings didn't worked and I found on the log that it tried to load /usr/share/backgrouns/plankton.png when I installed using /home/maemo/env as prefix. It's fixed for me with the following change, I don't have experience with autotools and friends so I don't know if this is the best solution: Index: wallpaper/theme_bg.desktop.in =================================================================== --- wallpaper/theme_bg.desktop.in (revision 11187) +++ wallpaper/theme_bg.desktop.in (working copy) @@ -1,5 +1,5 @@ [Desktop Entry] Type=Background Image Name=@THEME_NAME@ -File=/usr/share/backgrounds/@THEME_DIR at .png +File=@prefix@/share/backgrounds/@THEME_DIR at .png X-Order=01 -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Sun Apr 22 12:54:35 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Sun, 22 Apr 2007 12:54:35 +0300 (EEST) Subject: [hafqa] [Bug 1234] New: close-buttons on home menu are too small Message-ID: <20070422095435.CA39BE0327@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1234 Summary: close-buttons on home menu are too small Product: haf Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: desktop AssignedTo: karoliina.t.salminen at nokia.com ReportedBy: jussi.kukkonen at gmail.com QAContact: hafqa at maemo.org Adding close-buttons to the window entries in the home-menu was a great idea and makes especially web browsing a lot more comfortable, but the close-buttons are way too small (I'm talking about the smaller menu size here). It seems that the clickable area is exactly the size of the graphic, and clicking a bit to the left or right means that the menu closes as the click is received by the actual menu item. Some possibilities: * Increase the clickable size of the button * Add a "neutral area" (that won't close the menu) around the button I'm intentionally not filing this as RFE as I feel this is a bug -- the button is significantly harder to hit than anything else in the UI... -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 23 09:20:29 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 23 Apr 2007 09:20:29 +0300 (EEST) Subject: [hafqa] [Bug 1234] close-buttons on home menu are too small Message-ID: <20070423062029.BE4FFE041B@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1234 johan.bilien at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From johan.bilien at nokia.com 2007-04-23 09:20 ------- This is "fixed" in hildon-desktop SVN, where only the finger version of the menu is used. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 23 14:06:18 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 23 Apr 2007 14:06:18 +0300 (EEST) Subject: [hafqa] [Bug 1227] GtkEntry::"hildon-input-mode" should default to off Message-ID: <20070423110618.62015E049F@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1227 tomas.junnonen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomas.junnonen at nokia.com -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 23 21:35:56 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 23 Apr 2007 21:35:56 +0300 (EEST) Subject: [hafqa] [Bug 1239] New: HPaned and VPaned set_position is broken Message-ID: <20070423183556.1A701E045F@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1239 Summary: HPaned and VPaned set_position is broken Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: sean at cs.gmu.edu QAContact: hafqa at maemo.org If you call set_position on an HPaned or VPaned before a certain time (defined below), either nothing happens, or a crazy value is used (often 10x the requested value +/- certain weird constants), even though get_position returns the value you actually tried to set. The time before which set_position is invalid depends on the container in which the Paned has been placed! If it's in a Window, for example, then set_position doesn't work until AFTER the first size allocation immediately after the first realization. If it's in a Notebook, then it doesn't work until AFTER the first realization, and furthermore, no size allocations are provided sufficient to hook into, so we have to deal with it differently. In either case, it's a significant bug: these times are *after* the event loop has been fired up, so there's no easy way to set the slider position during setup time. Instead we must create a small state machine which hooks into events, waiting for the right event to come down the line, at which time we can set the window value appropriately. The following code: http://cs.gmu.edu/~sean/stuff/n800/toolkit/toolkit.py ... works around this in its 'Split' class, including the little state machine. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 23 21:41:12 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 23 Apr 2007 21:41:12 +0300 (EEST) Subject: [hafqa] [Bug 1240] New: label_yalign is broken in gtk.Frame, yet text is too close to frame box Message-ID: <20070423184112.92C51E02A5@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1240 Summary: label_yalign is broken in gtk.Frame, yet text is too close to frame box Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: sean at cs.gmu.edu QAContact: hafqa at maemo.org gtk.Frame's label text is so close to the frame box that the descenders of the text actually cross into the frame boundary, looking pretty ugly. The obvious way to fix this is to set the label_yalign property, but unfortunately it appears this property is incorrectly ignored by maemo. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 23 21:46:41 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 23 Apr 2007 21:46:41 +0300 (EEST) Subject: [hafqa] [Bug 1242] New: gtk.Scale resolution is restricted to powers of 10 via set_digits Message-ID: <20070423184641.61DF1E02CA@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1242 Summary: gtk.Scale resolution is restricted to powers of 10 via set_digits Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: sean at cs.gmu.edu QAContact: hafqa at maemo.org set_digits not only specifies the digits in the label, but (weirdly) also sets the tick resolution of the slider. This forces all ticks to be multiples of powers of 10. You can create a slider that is restricted to values (0, 10, 20, 30, ...) or to (0, 0.1, 0.2, 0.3, 0.4), but not to (0, 2, 4, 6, ...). And you CERTAINLY can't have it be (0, 1, 2, 4, 8, 16, 32, ...) etc. This very seriously hinders the usefulness of HScale and VScale. The 'Slider' class in my toolkit at: http://cs.gmu.edu/~sean/stuff/n800/toolkit/toolkit.py ...goes through a large number of hoops to overcome this and other Scale bugs. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 23 21:50:35 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 23 Apr 2007 21:50:35 +0300 (EEST) Subject: [hafqa] [Bug 1243] New: gtk.Scale's set_draw_value breaks tick marks Message-ID: <20070423185035.7AB7FE02FE@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1243 Summary: gtk.Scale's set_draw_value breaks tick marks Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: sean at cs.gmu.edu QAContact: hafqa at maemo.org If you call set_draw_value(False) in gtk.Scale (which makes the label disappear), then set_digits has no effect. As a result, you cannot easily have a slider with tick marks but without a label. You'd want this if you were creating a custom label to get around Scale's other major tick mark bugs, for example. The 'Slider' class in my toolkit at: http://cs.gmu.edu/~sean/stuff/n800/toolkit/toolkit.py ...goes through a large number of hoops to overcome this and other Scale bugs. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 23 21:53:06 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 23 Apr 2007 21:53:06 +0300 (EEST) Subject: [hafqa] [Bug 1244] New: gtk.Notebook does not propagate the 'destroy' signal to its children Message-ID: <20070423185306.31390E0327@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1244 Summary: gtk.Notebook does not propagate the 'destroy' signal to its children Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: sean at cs.gmu.edu QAContact: hafqa at maemo.org Instead, you must manually hook into Notebook's 'destroy' method to call something like this: def _destroy(self): for i in self.notebook.get_children(): i.destroy() -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 23 21:56:58 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 23 Apr 2007 21:56:58 +0300 (EEST) Subject: [hafqa] [Bug 1245] New: gtk.SpinButton buttons are microscopic Message-ID: <20070423185658.20DD0E0250@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1245 Summary: gtk.SpinButton buttons are microscopic Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: sean at cs.gmu.edu QAContact: hafqa at maemo.org The buttons overlap with one another in an ugly manner, and are so small as to be almost un-hittable by a stylus. This makes gtk.SpinButton very close to worthless. Instead, these buttons should be organized in a left/right fashion. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 23 23:10:27 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 23 Apr 2007 23:10:27 +0300 (EEST) Subject: [hafqa] [Bug 1263] New: The N800/770 do not support Unicode out of the box Message-ID: <20070423201027.8D5CAE0250@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1263 Summary: The N800/770 do not support Unicode out of the box Product: haf Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: i18n AssignedTo: mdamt at maemo.org ReportedBy: sean at cs.gmu.edu QAContact: hafqa at maemo.org [See http://cs.gmu.edu/~sean/stuff/n800/ for more discussion on this] Neither of these devices has a Unicode font available by default; finding and installing such fonts is a highly cumbersome chore for the average person, and is not a standard item supported by Nokia; and few of Nokia's apps support Unicode properly; even the web browser does not support Unicode everywhere in its GUI. For an international company, this is pretty awful. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 24 16:31:51 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 24 Apr 2007 16:31:51 +0300 (EEST) Subject: [hafqa] [Bug 881] Applications menus disappear Message-ID: <20070424133151.1D032E0093@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=881 ------- Additional Comments From eduardo.lima at indt.org.br 2007-04-24 16:31 ------- Right, I've upgraded to feisty and it doesn't happen anymore. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Tue Apr 24 17:05:30 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Tue, 24 Apr 2007 17:05:30 +0300 (EEST) Subject: [hafqa] [Bug 1264] New: libdbus headers don't compile with -pedantic Message-ID: <20070424140530.C764ADFDF1@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1264 Summary: libdbus headers don't compile with -pedantic Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: dbus AssignedTo: kimmo.hamalainen at nokia.com ReportedBy: johan.bilien at nokia.com QAContact: hafqa at maemo.org /usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h:36: warning: ISO C90 does not support `long long' -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 25 09:33:35 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 25 Apr 2007 09:33:35 +0300 (EEST) Subject: [hafqa] [Bug 1155] SEVEN GTK TreeView bugs Message-ID: <20070425063335.3DB3BE06A3@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1155 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Additional Comments From jake.kunnari at nokia.com 2007-04-25 09:33 ------- Duplicate -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 25 09:34:18 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 25 Apr 2007 09:34:18 +0300 (EEST) Subject: [hafqa] [Bug 1162] GtkTreeView: major display bugs in column reordering Message-ID: <20070425063418.343E6E06A1@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1162 jake.kunnari at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Additional Comments From jake.kunnari at nokia.com 2007-04-25 09:34 ------- Duplicate bug report with #1099 -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 25 16:32:20 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 25 Apr 2007 16:32:20 +0300 (EEST) Subject: [hafqa] [Bug 1244] gtk.Notebook does not propagate the 'destroy' signal to its children Message-ID: <20070425133220.B43D3E03CB@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1244 xan.lopez at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From xan.lopez at nokia.com 2007-04-25 16:32 ------- This is GTK+ 2.6 being totally broken. Sardine has already 2.10 which fixes this problem. Closing as WORKSFORME. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Wed Apr 25 16:43:57 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Wed, 25 Apr 2007 16:43:57 +0300 (EEST) Subject: [hafqa] [Bug 1245] gtk.SpinButton buttons are microscopic Message-ID: <20070425134357.252AADFFE1@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1245 xan.lopez at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From xan.lopez at nokia.com 2007-04-25 16:43 ------- See https://maemo.org/bugzilla/show_bug.cgi?id=438. *** This bug has been marked as a duplicate of 438 *** -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Thu Apr 26 15:05:17 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 26 Apr 2007 15:05:17 +0300 (EEST) Subject: [hafqa] [Bug 1188] GtkMenu: pressing Esc should close only one submenu Message-ID: <20070426120517.8988AE01C2@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1188 tommi.komulainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Alias| |int-53787 -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Thu Apr 26 15:27:12 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 26 Apr 2007 15:27:12 +0300 (EEST) Subject: [hafqa] [Bug 1169] [PATCH] GLIB-CRITICAL when setting the GtkComboBox model to NULL Message-ID: <20070426122712.D3DDAE0187@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1169 tommi.komulainen at nokia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Alias| |int-54788 -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Thu Apr 26 17:40:05 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Thu, 26 Apr 2007 17:40:05 +0300 (EEST) Subject: [hafqa] [Bug 1158] Inconsistent menu close on maemo-modified gtk Message-ID: <20070426144005.27880E055A@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1158 ------- Additional Comments From markku.vire at movial.fi 2007-04-26 17:40 ------- The reason for this behaviour is likely related to how "owner_events" parameter works in grabs in gtk/X11: Gtk sets owner-events flag while it starts a pointer grab => When applications own area is clicked, events are reported normally (like without the grab). Gtk then rewrites the events if needed. => If area of some other application is clicked, then event is reported directly relative to grabbing window (the menu in this case). I assume that some patch made into GtkMenu/GtkMenuShell doesn't handle both cases correctly? -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Fri Apr 27 09:41:44 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 27 Apr 2007 09:41:44 +0300 (EEST) Subject: [hafqa] [Bug 1271] New: Can't install python2.5-runtime 0.4-9 on N800 Message-ID: <20070427064144.EFC99E0748@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1271 Summary: Can't install python2.5-runtime 0.4-9 on N800 Product: apt Version: unspecified Platform: ARM OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: marius.vollmer at nokia.com ReportedBy: karneevor at provingground.dk QAContact: hafqa at maemo.org I can't install python on my N800. I have version 2.2006.51-6. No changes in standard repositories. Procedure: - Open program management. - Update program/package list. - Search installable programs. - All - Select python2.5-runtime 0.4-9 - Click install - OK to install - Fails on dependencies: libglade2-0 (>=1:2-3-6) libsdl-ttf2.0-0 libgdbm3 There are even more available programs that is not installable due to missing dependencies. Thanks in advance. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Fri Apr 27 10:26:17 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Fri, 27 Apr 2007 10:26:17 +0300 (EEST) Subject: [hafqa] [Bug 1272] New: Control panel GtkIconView widget is not themed correctly yet Message-ID: <20070427072617.B155BE0765@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1272 Summary: Control panel GtkIconView widget is not themed correctly yet Product: haf Version: sardine Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: hildon-theme AssignedTo: michael.kostrzewa at nokia.com ReportedBy: lucas.rocha at nokia.com QAContact: hafqa at maemo.org Control Panel has been rewritten and now uses GtkIconView instead of the "Grid" custom widget. The theme should be adapted to this new widget so that the selection of items is drawn in the same way than before. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at maemo.org Mon Apr 30 20:36:35 2007 From: bugzilla-daemon at maemo.org (bugzilla-daemon at maemo.org) Date: Mon, 30 Apr 2007 20:36:35 +0300 (EEST) Subject: [hafqa] [Bug 1111] [TRACKER] Maemo GTK+ 2.10 Regressions Message-ID: <20070430173635.8BF91E0382@maemo.org> https://maemo.org/bugzilla/show_bug.cgi?id=1111 mitch at imendio.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mitch at imendio.com -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.