[maemo-commits] [maemo-commits] r12534 - projects/haf/trunk/gtk+/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jun 28 15:32:25 EEST 2007
- Previous message: [maemo-commits] r12533 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12535 - in projects/haf/trunk/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-06-28 15:32:14 +0300 (Thu, 28 Jun 2007) New Revision: 12534 Modified: projects/haf/trunk/gtk+/debian/changelog projects/haf/trunk/gtk+/debian/rules Log: Update changelog and rules. Modified: projects/haf/trunk/gtk+/debian/changelog =================================================================== --- projects/haf/trunk/gtk+/debian/changelog 2007-06-28 12:24:25 UTC (rev 12533) +++ projects/haf/trunk/gtk+/debian/changelog 2007-06-28 12:32:14 UTC (rev 12534) @@ -1,3 +1,25 @@ +gtk+2.0 (2:2.10.12-0osso6) unstable; urgency=low + + *** NOTE: This release adds new (unstable) API *** + + * Add helper function to close all temporary windows: gdk_close_all_temporary_windows + * Don't overwrite insensitive state on menu's scroll arrows, Fixes: NB#59210 + * Move the ::move-focus signal to GtkWidget, taken from upstream 2.11.x + * Mark GtkComboBox, GtkEntryCompletion and GtkMenu (indirectly) as temporary. + Fixes: NB#59773 + * Make GtkWindow listen to the _GTK_DELETE_TEMPORARIES ClientEvent. When it's + received, it will broadcast the ::delete-event to all toplevel windows marked + with the "temporary" property. Also, of course, add the temporary property + to GtkWindow. + * Make GtkComboBox and GtkEntryCompletion handle ::delete-event to close + their popups. + * Fix GTK_BUTTONBOX_CENTER miscalculation in centering code. + Fixes: NB#61092, MB#1120 + * Drop MAEMO_CHANGES code to use _NET_WM_STATE data on the object as + property mode for XChangeProperty. + + -- Xan Lopez <xan.lopez at nokia.com> Thu, 28 Jun 2007 15:08:37 +0300 + gtk+2.0 (2:2.10.12-0osso5) unstable; urgency=low * Remove MAEMO_CHANGES code to move focus in TAB_FORWARD direction on the Modified: projects/haf/trunk/gtk+/debian/rules =================================================================== --- projects/haf/trunk/gtk+/debian/rules 2007-06-28 12:24:25 UTC (rev 12533) +++ projects/haf/trunk/gtk+/debian/rules 2007-06-28 12:32:14 UTC (rev 12534) @@ -268,7 +268,7 @@ dh_compress -a -Xindex.sgml dh_fixperms -a dh_makeshlibs -a -Nlibgtk$(apiver)-$(soname)-dbg - dh_makeshlibs -n -X usr/lib/gtk-$(apiver) -plibgtk$(apiver)-$(soname)$(suffix) -V "libgtk${apiver}-${soname}${suffix} (>= 2:2.10.12)" + dh_makeshlibs -n -X usr/lib/gtk-$(apiver) -plibgtk$(apiver)-$(soname)$(suffix) -V "libgtk${apiver}-${soname}${suffix} (>= 2:2.10.12-0osso6)" dh_installdeb -a dh_shlibdeps -l$(libpath) -a cat debian/*/DEBIAN/shlibs > debian/shlibs.local
- Previous message: [maemo-commits] r12533 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12535 - in projects/haf/trunk/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]