[maemo-commits] [maemo-commits] r14673 - in projects/haf/trunk/hildon-desktop: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Oct 30 09:54:27 EET 2007
- Previous message: [maemo-commits] r14672 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r14674 - projects/haf/trunk/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-10-30 09:54:25 +0200 (Tue, 30 Oct 2007) New Revision: 14673 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/configure.ac projects/haf/trunk/hildon-desktop/debian/changelog Log: 2007-10-29 Johan Bilien <johan.bilien at nokia.com> * configure.ac: 2.0.3 Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-10-29 17:30:43 UTC (rev 14672) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-10-30 07:54:25 UTC (rev 14673) @@ -1,5 +1,9 @@ 2007-10-29 Johan Bilien <johan.bilien at nokia.com> + * configure.ac: 2.0.3 + +2007-10-29 Johan Bilien <johan.bilien at nokia.com> + * src/hd-home-window.c (hd_home_window_constructor): if the background file has disappeared, revert to default. Fixes: NB#72925 Modified: projects/haf/trunk/hildon-desktop/configure.ac =================================================================== --- projects/haf/trunk/hildon-desktop/configure.ac 2007-10-29 17:30:43 UTC (rev 14672) +++ projects/haf/trunk/hildon-desktop/configure.ac 2007-10-30 07:54:25 UTC (rev 14673) @@ -1,6 +1,6 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-desktop, 2.0.2) +AM_INIT_AUTOMAKE(hildon-desktop, 2.0.3) AM_CONFIG_HEADER(config.h) Modified: projects/haf/trunk/hildon-desktop/debian/changelog =================================================================== --- projects/haf/trunk/hildon-desktop/debian/changelog 2007-10-29 17:30:43 UTC (rev 14672) +++ projects/haf/trunk/hildon-desktop/debian/changelog 2007-10-30 07:54:25 UTC (rev 14673) @@ -1,3 +1,55 @@ +hildon-desktop (1:2.0.3-1) sardine; urgency=low + + * src/hd-home-window.c (hd_home_window_constructor): if the background + file has disappeared, revert to default. Fixes: NB#72925 + + * src/hd-switcher-menu.c (hd_switcher_menu_fullscreen_cb): only reset + switcher button icon if the application is only shown in switcher menu + and there's no blinking notification icon. Fixes: NB#72861, NB#72860. + + * src/hd-switcher-menu.c (hd_switcher_menu_fullscreen_cb): revert last + commit as it brings one regression when blinking icon on switcher area. + + * src/hd-switcher-menu.c (hd_switcher_menu_fullscreen_cb): do not + reset switcher button icon when fullscreen signal is false in order to + avoid stopping the blinking when launching an application or coming + back from fullscreen mode. Fixes: NB#72861, NB#72860. + + * src/hd-switcher-menu.c (hd_switcher_menu_displat_state_cb, + hd_switcher_menu_finalize): copy animation pixbuf when restoring + blinking icon on switcher button to avoid it to be destroyed just + before using it. Fixes: NB#72544. + + * src/hd-plugin-loader-factory.c + (hd_plugin_loader_factory_load_modules): g_strdup() the plugin loader + key to fix a crasher. Do not use G_MODULE_BIND_LOCAL flag when loading + plugin loader module in order to correctly load all its dependencies in + the global symbol table. + + * src/hd-applications-menu.c (hd_applications_menu_unmap, + hd_applications_menu_init): make the initial setup (select first + category) on window unmap instead of window popdown in order to avoid + errouneous applications activation when doing double clicks. + Fixes: NB#73137. + + * libhildondesktop/hildon-desktop-panel-window-composite.c + - (hildon_desktop_panel_window_composite_update_background): + store a GdkPixmap instead of a Render Picture for the background, + and apply it as window background. + - (hildon_desktop_panel_window_composite_expose): removed. + - (hildon_desktop_panel_window_composite_finalize): added, unref + the background pixmap. + Fixes: NB#72438 + + * libhildondesktop/hildon-desktop-home-item.c: enable GTK + extension events on both the event window and the + close / resize handles. Fixes: NB#73005 + + * src/hd-switcher-menu.c: fixed a compiler warning. Fix courtersy + of Xan López. + + -- Johan Bilien <johan.bilien at nokia.com> Tue, 30 Oct 2007 09:53:06 +0200 + hildon-desktop (1:2.0.2-2) sardine; urgency=low * debian/config/applications.menu: added modest to the application menu.
- Previous message: [maemo-commits] r14672 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r14674 - projects/haf/trunk/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]