[maemo-commits] [maemo-commits] r13281 - in projects/haf/trunk/hildon-desktop: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Aug 20 12:27:53 EEST 2007
- Previous message: [maemo-commits] r13280 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r13282 - projects/haf/tags/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-08-20 12:27:44 +0300 (Mon, 20 Aug 2007) New Revision: 13281 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/configure.ac projects/haf/trunk/hildon-desktop/debian/changelog Log: 2007-08-20 Lucas Rocha <lucas.rocha at nokia.com> * configure.ac: 0.0.33 Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-17 13:39:03 UTC (rev 13280) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-20 09:27:44 UTC (rev 13281) @@ -1,3 +1,7 @@ +2007-08-20 Lucas Rocha <lucas.rocha at nokia.com> + + * configure.ac: 0.0.33 + 2007-08-16 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildon-desktop-popup-menu.c Modified: projects/haf/trunk/hildon-desktop/configure.ac =================================================================== --- projects/haf/trunk/hildon-desktop/configure.ac 2007-08-17 13:39:03 UTC (rev 13280) +++ projects/haf/trunk/hildon-desktop/configure.ac 2007-08-20 09:27:44 UTC (rev 13281) @@ -1,6 +1,6 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-desktop, 0.0.30) +AM_INIT_AUTOMAKE(hildon-desktop, 0.0.33) AM_CONFIG_HEADER(config.h) Modified: projects/haf/trunk/hildon-desktop/debian/changelog =================================================================== --- projects/haf/trunk/hildon-desktop/debian/changelog 2007-08-17 13:39:03 UTC (rev 13280) +++ projects/haf/trunk/hildon-desktop/debian/changelog 2007-08-20 09:27:44 UTC (rev 13281) @@ -1,3 +1,57 @@ +hildon-desktop (1:0.0.33-1) sardine; urgency=low + + * libhildondesktop/hildon-desktop-popup-menu.c + (hildon_desktop_popup_menu_constructor): invert the order of the + scrolling buttons. Fixes NB#65948. + + * libhildondesktop/hildon-desktop-popup-window.c: handle delete_event + on extra panes in order to avoid them to be destroyed by a + gdk_close_all_temporary_windows() call. + * src/hd-switcher-menu.c: polished the handling of Home key long and + short press. + + * libhildondesktop/hildon-desktop-home-item.c: remove default handler + for settings signal as it brakes plugins with old API. + + * src/hd-switcher-menu.c (hd_switcher_menu_toggled_cb, + hd_switcher_menu_show_menu_cb): Do not popup window again when menu is + already opened and the next running application is activated. + Fixes NB#65614. + + * libhildondesktop/hildon-home-titlebar.c + (hildon_home_titlebar_set_menu): do not detach menu because it was + never attached anywhere. + + * src/hd-applications-menu.c: set name for the correct separator + widget. + + * src/hd-switcher-menu.c, src/hd-applications-menu.c: correctly set + widget name for separators in order to make them themable. + + * src/hd-switcher-menu.c (hd_switcher_menu_check_content, + hd_switcher_menu_constructor): correctly set notification extra + pane height in order to avoid having an empty pane flicking besides + application pane. + + * src/hd-switcher-menu.c (hd_switcher_menu_scroll_to): fix crasher + when using home key with long and short presses. + + * src/hd-switcher-menu-item.c, src/hd-home-window.c: tiny code + cleanups. + * libhildonwm/hd-wm-desktop.c (hd_wm_desktop_entry_info_init, + hd_wm_desk_info_is_hibernating, hd_wm_desk_info_is_urgent, + hd_wm_desk_info_get_icon): provide sane default implementation for + certain HDWMEntryInfo methods in order to avoid critical warning. + Fixes NB#62461. + + * libhildondesktop/hildon-desktop-popup-menu.c + (hildon_desktop_popup_menu_motion_notify, + hildon_desktop_popup_menu_press_event): draw selection on activated + menu item. Fixes NB#61740. Optimized selection code on button press + and motion notify. + + -- Lucas Rocha <lucas.rocha at nokia.com> Mon, 20 Aug 2007 12:24:45 +0300 + hildon-desktop (1:0.0.32-1) sardine; urgency=low * libhildonwm/hd-wm.c: revert change that closes temporary windows on
- Previous message: [maemo-commits] r13280 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r13282 - projects/haf/tags/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]