[maemo-commits] [maemo-commits] r8610 - in projects/haf/trunk/osso-application-installer: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Dec 4 18:08:52 EET 2006
Author: marivoll
Date: 2006-12-04 18:08:51 +0200 (Mon, 04 Dec 2006)
New Revision: 8610

Modified:
   projects/haf/trunk/osso-application-installer/ChangeLog
   projects/haf/trunk/osso-application-installer/configure.ac
   projects/haf/trunk/osso-application-installer/debian/changelog
Log:
Prepare 4.43 release.


Modified: projects/haf/trunk/osso-application-installer/ChangeLog
===================================================================
--- projects/haf/trunk/osso-application-installer/ChangeLog	2006-12-04 16:08:09 UTC (rev 8609)
+++ projects/haf/trunk/osso-application-installer/ChangeLog	2006-12-04 16:08:51 UTC (rev 8610)
@@ -1,3 +1,21 @@
+2006-12-04  Marius Vollmer  <marius.vollmer at nokia.com>
+
+	Keep track of dialog stacking order in a general way. (N48797)
+	
+	* src/details.cc, src/details.h, src/log.cc, src/main.cc,
+	src/repo.cc, src/search.cc, src/settings.cc, src/util.cc,
+	src/util.h
+	(push_dialog_parent, pop_dialog_parent, get_dialog_parent): New,
+	Use them for all dialogs by pushing nerwly created ones and
+	popping when they are destroyed.
+	* src/main.cc (main): Push the main window as the default dialog
+	parent.
+	* src/details.h, src/details.cc (show_package_details): Removed
+	'parent' parameter.  Updated all callers.  Don't pass parent
+	around via closure etc.
+	* src/repo.cc (show_repo_edit_dialog): Removed 'parent' parameter.
+	Updated all callers.  Don't pass parent around via closure etc.
+	
 2006-11-20  Marius Vollmer  <marius.vollmer at nokia.com>
 
 	Released 4.42

Modified: projects/haf/trunk/osso-application-installer/configure.ac
===================================================================
--- projects/haf/trunk/osso-application-installer/configure.ac	2006-12-04 16:08:09 UTC (rev 8609)
+++ projects/haf/trunk/osso-application-installer/configure.ac	2006-12-04 16:08:51 UTC (rev 8610)
@@ -1,6 +1,6 @@
 # configure.ac for osso-application-installer
 
-AC_INIT(osso-application-installer, 4.42)
+AC_INIT(osso-application-installer, 4.43)
 AC_CONFIG_SRCDIR([src/main.cc])
 AM_INIT_AUTOMAKE
 

Modified: projects/haf/trunk/osso-application-installer/debian/changelog
===================================================================
--- projects/haf/trunk/osso-application-installer/debian/changelog	2006-12-04 16:08:09 UTC (rev 8609)
+++ projects/haf/trunk/osso-application-installer/debian/changelog	2006-12-04 16:08:51 UTC (rev 8610)
@@ -1,3 +1,9 @@
+osso-application-installer (4.43) unstable; urgency=low
+
+  * Fixes: NB#48797.
+
+ -- Marius Vollmer <marius.vollmer at nokia.com>  Mon,  4 Dec 2006 18:06:15 +0200
+
 osso-application-installer (4.42) unstable; urgency=low
 
   * Fixes: NB#47858, NB#46125.


More information about the maemo-commits mailing list