subversion | 3 Mar 2008 08:22
Favicon

r15242 - in projects/haf/trunk/hildon-1: . debian src

Author: herzi
Date: 2008-03-03 09:22:36 +0200 (Mon, 03 Mar 2008)
New Revision: 15242

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/debian/changelog
   projects/haf/trunk/hildon-1/src/hildon-window.c
Log:
2008-03-03  Sven Herzberg  <sven@...>

	Fixes: MB#1276: wrong allocators used in hildon_window_get_borders

	* src/hildon-window.c: (hildon_window_get_borders): don't imply any
	knowledge about the border allocators used within GTK+

Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2008-02-29 15:39:43 UTC (rev 15241)
+++ projects/haf/trunk/hildon-1/ChangeLog	2008-03-03 07:22:36 UTC (rev 15242)
 <at>  <at>  -1,3 +1,10  <at>  <at> 
+2008-03-03  Sven Herzberg  <sven@...>
+
+	Fixes: MB#1276: wrong allocators used in hildon_window_get_borders
+
+	* src/hildon-window.c: (hildon_window_get_borders): don't imply any
+	knowledge about the border allocators used within GTK+
+
 2008-02-26  Sven Herzberg  <sven@...>

(Continue reading)

subversion | 3 Mar 2008 09:00
Favicon

r15243 - in projects/haf/trunk/hildon-1: . examples src

Author: herzi
Date: 2008-03-03 10:00:31 +0200 (Mon, 03 Mar 2008)
New Revision: 15243

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/examples/hildon-window-menu-example.c
   projects/haf/trunk/hildon-1/src/hildon-window.c
Log:
2008-03-03  Sven Herzberg  <sven@...>

	Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account

	* examples/hildon-window-menu-example.c: (main): extended the window
	menu example to serve as a testcase for automatically added
	accelerator groups, too
	* src/hildon-window.c: (hildon_window_add_accel_group),
	(hildon_window_set_menu): added patch by Tommi Komulainen

Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2008-03-03 07:22:36 UTC (rev 15242)
+++ projects/haf/trunk/hildon-1/ChangeLog	2008-03-03 08:00:31 UTC (rev 15243)
 <at>  <at>  -1,5 +1,15  <at>  <at> 
 2008-03-03  Sven Herzberg  <sven@...>

+	Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
+
+	* examples/hildon-window-menu-example.c: (main): extended the window
+	menu example to serve as a testcase for automatically added
(Continue reading)

subversion | 4 Mar 2008 14:53
Favicon

r15244 - in projects/haf/trunk/hildon-1: . src

Author: mitch
Date: 2008-03-04 15:53:48 +0200 (Tue, 04 Mar 2008)
New Revision: 15244

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/src/hildon-banner.c
Log:
2008-03-04  Michael Natterer  <mitch@...>

	Fixes: NB#78481: information banners are hidden under browser menu

	* src/hildon-banner.c: call gtk_window_present() on the banners so
	they are risen if they are already visible.

Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2008-03-03 08:00:31 UTC (rev 15243)
+++ projects/haf/trunk/hildon-1/ChangeLog	2008-03-04 13:53:48 UTC (rev 15244)
 <at>  <at>  -1,3 +1,10  <at>  <at> 
+2008-03-04  Michael Natterer  <mitch@...>
+
+	Fixes: NB#78481: information banners are hidden under browser menu
+
+	* src/hildon-banner.c: call gtk_window_present() on the banners so
+	they are risen if they are already visible.
+
 2008-03-03  Sven Herzberg  <sven@...>

 	Fixes: MB#1220: HildonWindow should take GtkMenu accel_group into account
(Continue reading)

subversion | 4 Mar 2008 18:53
Favicon

r15245 - projects/haf/trunk/osso-gnome-vfs2/debian/patches

Author: marivoll
Date: 2008-03-04 19:53:49 +0200 (Tue, 04 Mar 2008)
New Revision: 15245

Added:
   projects/haf/trunk/osso-gnome-vfs2/debian/patches/46-xfer-cancellable.patch
   projects/haf/trunk/osso-gnome-vfs2/debian/patches/47-daemon-check-directly-closed.patch
Log:
New.

Added: projects/haf/trunk/osso-gnome-vfs2/debian/patches/46-xfer-cancellable.patch
===================================================================
--- projects/haf/trunk/osso-gnome-vfs2/debian/patches/46-xfer-cancellable.patch	2008-03-04
13:53:48 UTC (rev 15244)
+++ projects/haf/trunk/osso-gnome-vfs2/debian/patches/46-xfer-cancellable.patch	2008-03-04
17:53:49 UTC (rev 15245)
 <at>  <at>  -0,0 +1,333  <at>  <at> 
+--- libgnomevfs/gnome-vfs-job.c-unmod	2008-01-21 10:47:56.000000000 +0100
++++ libgnomevfs/gnome-vfs-job.c	2008-01-21 10:48:33.000000000 +0100
+ <at>  <at>  -1562,7 +1562,8  <at>  <at>  execute_xfer (GnomeVFSJob *job)
+ 					 xfer_callback,
+ 					 job,
+ 					 xfer_op->progress_sync_callback,
+-					 xfer_op->sync_callback_data);
++					 xfer_op->sync_callback_data,
++					 job->op->context);
+ 
+ 	/* If the xfer functions returns an error now, something really bad
+          * must have happened.
+--- libgnomevfs/gnome-vfs-cancellable-ops.h-unmod	2008-01-21 10:47:56.000000000 +0100
(Continue reading)

subversion | 5 Mar 2008 11:22
Favicon

r15246 - in projects/haf/trunk/hildon-theme-layout-4: . rc

Author: kris
Date: 2008-03-05 12:22:47 +0200 (Wed, 05 Mar 2008)
New Revision: 15246

Added:
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkcellview.rc
Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/Makefile.am
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkrc.rc
Log:
2008-03-05  Kristian Rietveld  <kris@...>

	* rc/gtkcellview.rc:
	* rc/Makefile.am:
	* rc/gtkrc.rc: Add engine images for the cell renderer details,
	like the style for GtkTreeView does.  Fixes MB#1121.

Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2008-03-04 17:53:49 UTC (rev 15245)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2008-03-05 10:22:47 UTC (rev 15246)
 <at>  <at>  -1,3 +1,10  <at>  <at> 
+2008-03-05  Kristian Rietveld  <kris@...>
+
+	* rc/gtkcellview.rc:
+	* rc/Makefile.am:
+	* rc/gtkrc.rc: Add engine images for the cell renderer details,
+	like the style for GtkTreeView does.  Fixes MB#1121.
+
(Continue reading)

subversion | 5 Mar 2008 11:48
Favicon

r15247 - in projects/haf/trunk/gtk+: . gtk

Author: kris
Date: 2008-03-05 12:48:17 +0200 (Wed, 05 Mar 2008)
New Revision: 15247

Modified:
   projects/haf/trunk/gtk+/ChangeLog
   projects/haf/trunk/gtk+/gtk/gtktreemodelfilter.c
Log:
2008-03-05  Kristian Rietveld  <kris@...>

	Also committed upstream.  Fixes NB#78691.

	* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted):
	short-circuit in case an empty root level would be build (and thus
	directly destroyed) if no virtual root has been set.

Modified: projects/haf/trunk/gtk+/ChangeLog
===================================================================
--- projects/haf/trunk/gtk+/ChangeLog	2008-03-05 10:22:47 UTC (rev 15246)
+++ projects/haf/trunk/gtk+/ChangeLog	2008-03-05 10:48:17 UTC (rev 15247)
 <at>  <at>  -1,3 +1,11  <at>  <at> 
+2008-03-05  Kristian Rietveld  <kris@...>
+
+	Also committed upstream.  Fixes NB#78691.
+
+	* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted):
+	short-circuit in case an empty root level would be build (and thus
+	directly destroyed) if no virtual root has been set.
+
 2008-02-26  Michael Natterer  <mitch@...>
(Continue reading)

subversion | 5 Mar 2008 13:05
Favicon

r15248 - in projects/haf/trunk/hildon-help: . debian src

Author: schulhof
Date: 2008-03-05 14:05:01 +0200 (Wed, 05 Mar 2008)
New Revision: 15248

Modified:
   projects/haf/trunk/hildon-help/ChangeLog
   projects/haf/trunk/hildon-help/configure.ac
   projects/haf/trunk/hildon-help/debian/changelog
   projects/haf/trunk/hildon-help/src/dialog.c
   projects/haf/trunk/hildon-help/src/osso-helplib.c
Log:
  * Set gtk_widget_hide() as the "response" signal handler for the help dialog
    instead of issuing gtk_widget_hide() after gtk_dialog_run() returns
  * Fixes: NB#79413

Modified: projects/haf/trunk/hildon-help/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-help/ChangeLog	2008-03-05 10:48:17 UTC (rev 15247)
+++ projects/haf/trunk/hildon-help/ChangeLog	2008-03-05 12:05:01 UTC (rev 15248)
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+2008-03-05 Gabriel Schulhof <gabriel.schulhof@...>
+
+	* Set gtk_widget_hide() as the "response" signal handler for the help dialog 
+	  instead of issuing gtk_widget_hide() after gtk_dialog_run() returns
+	* Fixes: NB#79413
+
 2007-10-19 Gabriel Schulhof <gabriel.schulhof@...>

 	* Version 1.9.7

(Continue reading)

subversion | 5 Mar 2008 13:05
Favicon

r15249 - projects/haf/tags/hildon-help

Author: schulhof
Date: 2008-03-05 14:05:16 +0200 (Wed, 05 Mar 2008)
New Revision: 15249

Added:
   projects/haf/tags/hildon-help/2.0.1-0/
Log:
  * Set gtk_widget_hide() as the "response" signal handler for the help dialog
    instead of issuing gtk_widget_hide() after gtk_dialog_run() returns
  * Fixes: NB#79413

Copied: projects/haf/tags/hildon-help/2.0.1-0 (from rev 15248, projects/haf/trunk/hildon-help)
subversion | 5 Mar 2008 13:06
Favicon

r15250 - projects/haf/hafbuildbot

Author: schulhof
Date: 2008-03-05 14:06:07 +0200 (Wed, 05 Mar 2008)
New Revision: 15250

Modified:
   projects/haf/hafbuildbot/sardine.packages
Log:
hildon-help-2.0.1-0:
  * Set gtk_widget_hide() as the "response" signal handler for the help dialog
    instead of issuing gtk_widget_hide() after gtk_dialog_run() returns
  * Fixes: NB#79413

Modified: projects/haf/hafbuildbot/sardine.packages
===================================================================
--- projects/haf/hafbuildbot/sardine.packages	2008-03-05 12:05:16 UTC (rev 15249)
+++ projects/haf/hafbuildbot/sardine.packages	2008-03-05 12:06:07 UTC (rev 15250)
 <at>  <at>  -62,7 +62,7  <at>  <at> 
 libglade2 svn https://stage.maemo.org/svn/maemo/projects/haf/tags/libglade2/2.6.0-1osso3 -
 libglade-hildon svn
https://stage.maemo.org/svn/maemo/projects/haf/tags/libglade-hildon/0.2-1 -
 libosso-help svn https://stage.maemo.org/svn/maemo/projects/haf/tags/libosso-help/2.1.2-3 -
-hildon-help svn https://stage.maemo.org/svn/maemo/projects/haf/tags/hildon-help/2.0.0-1 -
+hildon-help svn https://stage.maemo.org/svn/maemo/projects/haf/tags/hildon-help/2.0.1-0 -
 libosso svn https://stage.maemo.org/svn/maemo/projects/haf/tags/libosso/2.16-1 -
 libsdl1.2 svn https://stage.maemo.org/svn/maemo/projects/haf/tags/libsdl1.2/1.2.8-23 -
 libsdl-image1.2 svn
https://stage.maemo.org/svn/maemo/projects/haf/tags/libsdl-image1.2/1.2.5-4 -
subversion | 5 Mar 2008 13:08
Favicon

r15251 - projects/haf/trunk/gtk+/debian

Author: xan
Date: 2008-03-05 14:08:11 +0200 (Wed, 05 Mar 2008)
New Revision: 15251

Modified:
   projects/haf/trunk/gtk+/debian/changelog
Log:
Add debian changelog.

Modified: projects/haf/trunk/gtk+/debian/changelog
===================================================================
--- projects/haf/trunk/gtk+/debian/changelog	2008-03-05 12:06:07 UTC (rev 15250)
+++ projects/haf/trunk/gtk+/debian/changelog	2008-03-05 12:08:11 UTC (rev 15251)
 <at>  <at>  -1,3 +1,16  <at>  <at> 
+gtk+2.0 (2:2.10.12-0osso33) unstable; urgency=low
+
+  * Proxy tap and hold signals for the GtkButton inside GtkToolButton.
+    Fixes: NB#79312.
+  * Fix prototype for gdk_close_all_temporary_windows. Fixes: MB#2493
+  * Don't use g_free to free GObjects (that we don't even own) in text
+    buffer serialization code. Fixes: NB#77296
+  * Short circuit gtk_tree_model_filter_row_inserted when an empty root
+    level would be built. Fixes: NB#78691
+  * Plug various leaks. Fixes: NB#503569, NB#78606
+
+ -- Xan Lopez <xan.lopez@...>  Wed, 05 Mar 2008 13:55:02 +0200
+
 gtk+2.0 (2:2.10.12-0osso32) unstable; urgency=low

   * Remove spurious bugs from changelog.
(Continue reading)


Gmane