[maemo-commits] [maemo-commits] r13401 - in projects/haf/trunk/hildon-desktop: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Aug 24 14:42:51 EEST 2007
Author: lucasr
Date: 2007-08-24 14:42:50 +0300 (Fri, 24 Aug 2007)
New Revision: 13401

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/debian/changelog
Log:
2007-08-24  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-24 11:38:58 UTC (rev 13400)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-24 11:42:50 UTC (rev 13401)
@@ -1,3 +1,7 @@
+2007-08-24  Lucas Rocha  <lucas.rocha at nokia.com>
+
+	* configure.ac: 0.0.33
+
 2007-08-24 Tapani Palli <tapani.palli at nokia.com>
 
 	* libhildondesktop/hildon-desktop-panel-expandable.c: set accept_focus

Modified: projects/haf/trunk/hildon-desktop/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-desktop/debian/changelog	2007-08-24 11:38:58 UTC (rev 13400)
+++ projects/haf/trunk/hildon-desktop/debian/changelog	2007-08-24 11:42:50 UTC (rev 13401)
@@ -1,3 +1,172 @@
+hildon-desktop (1:0.0.33-1) sardine; urgency=low
+
+  * libhildondesktop/hildon-desktop-panel-expandable.c: set accept_focus
+  FALSE on extension window. Fixes NB#65209.
+  
+  * data/applications.menu: replace modest with osso email in default
+  applications menu layout.
+  
+  * libhildondesktop/hildon-desktop-popup-menu.c: fix theming on the
+  arrows by setting the correct height for the scroll buttons box.
+  * src/hd-applications-menu.c: do not re-activate categories when they
+  are already selected.
+  
+  * src/hd-applications-menu.c, src/hd-switcher-menu.c: do not
+  explicitly set separator's size request and take it from style.
+  * libhildondesktop/hildon-desktop-popup-menu.c
+  (hildon_desktop_popup_menu_add_item): add menu item before querying
+  size requests in order to correctly get style from theme.
+  
+  * libhildondesktop/hildon-desktop-popup-menu.c: fix sizing of internal
+  items box for all parenting cases.
+  
+  * src/hd-home-background.c, src/hd-home-window.c, src/hn-app-button.c,
+  libhildondesktop/libhildonmenu.c,
+  libhildondesktop/hildon-desktop-panel-expandable.c,
+  libhildondesktop/hildon-desktop-panel-window-dialog.c,
+  libhildondesktop/hildon-desktop-panel-window.c: disabled all debugging
+  messages by default.
+  
+  * src/hd-switcher-menu.c (hd_switcher_menu_show_menu_cb): close all
+  other temporary windows when opening switcher menu with Home key.
+  Fixes NB#61425.
+  
+  * libhildondesktop/hildon-desktop-popup-window.c
+  (hildon_desktop_popup_window_composited_button_release): fixed wrong
+  behavior when clicking outside extra pane window. Check if the window
+  is visible when handling button releases. Fixes NB#65177.
+  
+  * libhildondesktop/hildon-desktop-popup-menu.c
+  (hildon_desktop_popup_menu_init): do not allow focus on scrolling
+  buttons in order to avoid them to steal the focus from menu items.
+  Fixes NB#64983.
+  
+  * libhildondesktop/hildon-desktop-popup-window.c
+  (hildon_desktop_popup_window_button_release_event): fixed wrong behavior
+  when clicking outside the popup window.
+  * libhildondesktop/hildon-desktop-popup-menu.c
+  (hildon_desktop_popup_menu_init,
+  hildon_desktop_popup_menu_update_scroll_buttons,
+  hildon_desktop_popup_menu_scroll_cb): correctly update the state of
+  scroll buttons depending on the position of the scrolling. 
+  Fixes NB#65438.
+  
+  * libhildondesktop/hildon-desktop-popup-menu.c
+  (hildon_desktop_popup_menu_parent_size,
+  hildon_desktop_popup_menu_size_allocate): fix strange resizing of menu
+  items when adding/removing items from the menu.
+  
+  * libhildondesktop/hildon-desktop-panel-expandable.c
+  (hildon_desktop_panel_expandable_hide_on_delete,
+  hildon_desktop_panel_expandable_constructor): set panel extension
+  window as temporary and hide the window on delete event. 
+  Patch from Tapani Palli <tapani.palli at nokia.com>. Fixes NB#64386.
+  
+  * libhildondesktop/hildon-desktop-notification-manager.c
+  (hildon_desktop_notification_manager_notify): validate main parameters
+  summary, description and icon before adding/updating notifications
+  in the model. Fixes NB#62162.
+  
+  * libhildondesktop/hildon-desktop-popup-menu.c
+  (hildon_desktop_menu_check_scroll_item,
+  hildon_desktop_popup_menu_scroll_to_selected,
+  hildon_desktop_popup_menu_key_press_event,
+  hildon_desktop_popup_menu_select_next_prev_item): fix scrolling
+  behavior on key press, select next item and scroll to selected item
+  functionalities in popup menu. Fixes NB#54023.
+  
+  * src/hd-switcher-menu.c (hd_switcher_menu_update_highlighting): set
+  the widget name for highlighted state.
+  
+  * libhildondesktop/hildon-desktop-notification-manager.c,
+  libhildonwm/hd-wm-window.c: change default application/notification
+  icon size to 40px. Fixes NB#64981.
+  
+  * src/hd-switcher-menu-item.c (hd_switcher_menu_item_constructor):
+  increase padding around application/notification icon.
+  
+  * src/hd-switcher-menu.c (hd_switcher_menu_create_applications_menu):
+  show application windows in the correct order (last opened on the top
+  of the list). Fixes NB#63637.
+  
+  * src/hd-home-window.c (pid_from_exec_name,
+  background_apply_callback): kill a potential osso_startup_greeting
+  process after applying the background image in home window.
+  
+  * 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.
+  
+  * src/hd-applications-menu.c, src/hd-switcher-menu.c: fix runtime
+  warnings related to attaching the window to NULL widgets.
+  * src/hn-app-button.c: removed useless debug print.
+  * libhildonwm/hd-wm.c (mce_handler): close all temporary windows
+  before activating switcher menu. 
+  
+  * libhildondesktop/hildon-desktop-marshalers.list, 
+  libhildondesktop/hildon-desktop-home-item.c
+  (hildon_desktop_home_item_class_init): correctly set "settings" signal
+  with OBJECT return type and input parameters.
+  
+  * libhildondesktop/hildon-desktop-popup-window.c: mark the extra panes
+  as temporary windows.
+  
+  * src/hd-select-plugins-dialog.c: remove use of deprecated property.
+  
+  * src/hd-panel-window-dialog.c: fixed critical warning when getting
+  extension from expandable panel.
+  
+  * src/hd-panel-window-dialog.c: set widget name of panel expandable to
+  "HildonStatusBarExtension".
+
+ -- Lucas Rocha <lucas.rocha at nokia.com>  Fri, 24 Aug 2007 14:39:13 +0300
+
 hildon-desktop (1:0.0.32-1) sardine; urgency=low
 
   * libhildonwm/hd-wm.c: revert change that closes temporary windows on


More information about the maemo-commits mailing list