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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Mar 19 13:09:24 EET 2008
Author: jobi
Date: 2008-03-19 13:09:23 +0200 (Wed, 19 Mar 2008)
New Revision: 15311

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/configure.ac
   projects/haf/trunk/hildon-desktop/debian/changelog
Log:

2008-03-19  Johan Bilien  <johan.bilien at nokia.com>

	* configure.ac: 2.0.10



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2008-03-19 11:06:53 UTC (rev 15310)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2008-03-19 11:09:23 UTC (rev 15311)
@@ -1,5 +1,9 @@
 2008-03-19  Johan Bilien  <johan.bilien at nokia.com>
 
+	* configure.ac: 2.0.10
+
+2008-03-19  Johan Bilien  <johan.bilien at nokia.com>
+
 	* libhildonwm/hd-wm-application.c (hd_wm_application_new):
 	- when program have arguments specified in their desktop file,
 	be sure to remove these from the default class_name.

Modified: projects/haf/trunk/hildon-desktop/configure.ac
===================================================================
--- projects/haf/trunk/hildon-desktop/configure.ac	2008-03-19 11:06:53 UTC (rev 15310)
+++ projects/haf/trunk/hildon-desktop/configure.ac	2008-03-19 11:09:23 UTC (rev 15311)
@@ -1,6 +1,6 @@
 AC_INIT(Makefile.am)
 
-AM_INIT_AUTOMAKE(hildon-desktop, 2.0.9)
+AM_INIT_AUTOMAKE(hildon-desktop, 2.0.10)
 
 AM_CONFIG_HEADER(config.h)
 

Modified: projects/haf/trunk/hildon-desktop/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-desktop/debian/changelog	2008-03-19 11:06:53 UTC (rev 15310)
+++ projects/haf/trunk/hildon-desktop/debian/changelog	2008-03-19 11:09:23 UTC (rev 15311)
@@ -1,3 +1,66 @@
+hildon-desktop (1:2.0.10-1) sardine; urgency=low
+
+  * libhildonwm/hd-wm-application.c (hd_wm_application_new):
+  - when program have arguments specified in their desktop file,
+  be sure to remove these from the default class_name.
+  Patch courtesy of Adrian Bunk.
+  Fixes: NB#80487
+
+  * src/hd-select-plugins-dialog.c (hd_select_plugins_dialog_get_store):
+  fixed the double free of a GError.
+
+  * libhildondesktop/hildon-desktop-item.[ch]: move new properties of
+  HildonDesktopItem to a private struct in order to keep ABI backwards
+  compatibility.
+
+  Added support for having several instances of the same type of plugins
+  with different configuration or content.
+
+  * src/hd-config.h: added entries for new keys X-Temporary and
+  X-Resource.
+  * src/hd-plugin-manager.c (hd_plugin_manager_sync): check if the
+  plugins is marked as temporary. Is so, remove the .desktop
+  accordingly.
+  * src/hd-plugin-loader-default.c
+  (hd_plugin_loader_default_open_module): load resource and temporary
+  keys into respective object properties for future usage.
+  * libhildondesktop/hildon-desktop-item.[ch]
+  (hildon_desktop_item_get_resource): accessor method for plugin's
+  resource.
+  (hildon_desktop_home_class_init, hildon_desktop_item_get_property,
+  hildon_desktop_item_set_property): new GObject properties "resource"
+  and "temporary". The former to be used by plugins to identify what
+  content/configuration should be used/considered for each instance. The
+  latter to mark plugins as temporary (.desktop is removed is the plugin
+  is unloaded).
+
+  * src/hd-desktop.c (hd_desktop_plugin_list_to_conf),
+  src/hd-home-window.c (hd_home_window_background,
+  hd_home_window_screen_off), libhildondesktop/hildon-home-area.c,
+  libhildonwm/hd-wm.c: several small fixed in order to cleanly build
+  on 64 bit architectures.
+  Patch from Bill Filler <bill.filler at canonical.com>.
+
+  * src/hd-switcher.c: fix #ifdef check for maemo GTK+. Patch from
+  Bill Filler <bill.filler at canonical.com>.
+
+  * libhildondesktop/hildon-desktop-home-item.c:
+  (hildon_desktop_home_item_create_icon_window): handle not having an
+  event window, in case the realize / unrealize methods were overridden
+  not to have one.
+  Fixes: NB#80392
+  Patch courtesy of Anton Rogaynis
+
+  * configure.ac: check for individual functions from maemo-gtk rather
+  than relying on MAEMO_CHANGES
+  * libhildondesktop/hildon-desktop-panel-expandable.c,
+  libhildondesktop/hildon-desktop-popup-window.c,
+  libhildonwm/hd-wm.c: use these tests rather than MAEMO_CHANGES.
+  Fixes: MB#2080
+  Patch courtesy of Riku Voipio.
+
+ -- Johan Bilien <johan.bilien at nokia.com>  Wed, 19 Mar 2008 12:59:02 +0200
+
 hildon-desktop (1:2.0.9-1) sardine; urgency=low
 
   * src/hd-select-plugins-dialog.c: still display the dialog


More information about the maemo-commits mailing list