[maemo-commits] [maemo-commits] r13827 - in projects/haf/trunk/hildon-desktop: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Sep 17 10:36:45 EEST 2007
- Previous message: [maemo-commits] r13826 - projects/haf/tags/gconf2
- Next message: [maemo-commits] r13828 - projects/haf/tags/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-09-17 10:36:43 +0300 (Mon, 17 Sep 2007) New Revision: 13827 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/configure.ac projects/haf/trunk/hildon-desktop/debian/changelog Log: 2007-09-17 Johan Bilien <johan.bilien at nokia.com> * configure.ac: 0.0.36 Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-14 16:10:30 UTC (rev 13826) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-17 07:36:43 UTC (rev 13827) @@ -1,3 +1,7 @@ +2007-09-17 Johan Bilien <johan.bilien at nokia.com> + + * configure.ac: 0.0.36 + 2007-09-14 Lucas Rocha <lucas.rocha at nokia.com> * src/hd-switcher-menu-item.c (hd_switcher_menu_item_constructor): Modified: projects/haf/trunk/hildon-desktop/configure.ac =================================================================== --- projects/haf/trunk/hildon-desktop/configure.ac 2007-09-14 16:10:30 UTC (rev 13826) +++ projects/haf/trunk/hildon-desktop/configure.ac 2007-09-17 07:36:43 UTC (rev 13827) @@ -1,6 +1,6 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-desktop, 0.0.35) +AM_INIT_AUTOMAKE(hildon-desktop, 0.0.36) AM_CONFIG_HEADER(config.h) Modified: projects/haf/trunk/hildon-desktop/debian/changelog =================================================================== --- projects/haf/trunk/hildon-desktop/debian/changelog 2007-09-14 16:10:30 UTC (rev 13826) +++ projects/haf/trunk/hildon-desktop/debian/changelog 2007-09-17 07:36:43 UTC (rev 13827) @@ -1,3 +1,90 @@ +hildon-desktop (1:0.0.36-1) sardine; urgency=low + + * src/hd-switcher-menu.c (hd_switcher_menu_displat_state_cb), + src/hn-app-switcher.c (hn_app_switcher_osso_display_state_cb): keep + track of display state changes instead of general system inactivity. + + * src/hd-app-menu-dialog.c: Fixed the leak of a string + + * libhildondesktop/hildon-desktop-picture.c: sync with X + after creating a picture + + * src/hd-switcher-menu.c (hd_switcher_menu_popup_window_keypress_cb, + hd_switcher_menu_popup_window_pane_keypress_cb): fixed keyboard + navigation between application and notification panes. + + * libhildondesktop/hildon-desktop-home-item.c: Added safegard + against button-release without previous button-press. + Fixes: NB#69560 + + * src/hn-app-button.c (hn_app_button_release_event): restore previous + state in case the release event occurs outside button boundaries. + Fixes: NB#69245 + + * libhildondesktop/hildon-desktop-toggle-button.c: add support + for painting a the normal state as well. + Fixes: NB#69508 + + * libhildondesktop/hildon-home-area.c: call _widget_unparent + in _container_remove, to avoid leaking a reference. + Fixes: NB#69452 + + * libhildondesktop/hildon-desktop-popup-menu.c + (hildon_desktop_popup_menu_item_is_selectable, + hildon_desktop_popup_menu_motion_notify, + hildon_desktop_popup_menu_press_event, + hildon_desktop_popup_menu_select_item): do not allow selection on + separators, non-sensitive, non-visible widgets, and empty menu items. + Fixes: NB#60575. + + * libhildonwm/hd-keys.c: (hd_keys_shortcut_new): + - Parse + and - as an special case. Fixes: NB#65516 + + * libhildondesktop/hildon-desktop-home-area.c: propagate double- + and triple-clicks to the child. + Fixes: NB#66429 + + * libhildondesktop/hildon-desktop-home-area.c: ignore + double- and triple- click button events. + Fixes: NB#69026 + + * src/hd-app-menu-settings-dialog.c: + - strip the Category names from trailing and leading white spaces. + Fixes: NB#68981 + + * libhildondesktop/hildon-home-area.c + (hildon_home_area_place.c): treat the case where a widget + previously placed has not been allocated a size yet. + + * libhildondesktop/hildon-desktop-popup-menu.c + (hildon_desktop_popup_menu_scroll_start, + hildon_desktop_popup_menu_scroll_stop, + hildon_desktop_popup_menu_scroll_initial_step, + hildon_desktop_popup_menu_scroll_cb, + hildon_desktop_popup_menu_remove_scroll_timeout): wait a certain time + before doing the continous scrolling with scroll buttons in order to + ensure that it's possible to scroll only one item with simple click. + Fixes: NB#68835. + + * libhildondesktop/hildon-desktop-popup-window.c: + (hildon_desktop_popup_window_leave_notify): + - If receiving leave-notify when window is already close, + gtk_grab_remove on the principal window. + Fixes: NB#68827. + + * libhildondesktop/hildon-home-area.c: + - when placing the applet, start by setting the parent, so + the first size request is correct + - set widget_child_visible to FALSE until placed, to avoid + flickering. + Fixes: NB#55915 + + * src/hd-switcher-menu.c (hd_switcher_menu_create_notifications_menu, + hd_switcher_get_default_icon_from_entry_info): make sure the blinking + icon in switcher menu button has the correct dimensions. + + -- Johan Bilien <johan.bilien at nokia.com> Mon, 17 Sep 2007 09:38:48 +0300 + hildon-desktop (1:0.0.35-2) sardine; urgency=low * debian/config/applications.menu: added osso-global-search.desktop.
- Previous message: [maemo-commits] r13826 - projects/haf/tags/gconf2
- Next message: [maemo-commits] r13828 - projects/haf/tags/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]