[maemo-commits] [maemo-commits] r14455 - in projects/haf/trunk/gtk+: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Oct 16 14:34:40 EEST 2007
- Previous message: [maemo-commits] r14454 - projects/haf/trunk/gtk+/gtk
- Next message: [maemo-commits] r14456 - projects/haf/tags/gtk+2.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-10-16 14:34:37 +0300 (Tue, 16 Oct 2007) New Revision: 14455 Modified: projects/haf/trunk/gtk+/ChangeLog projects/haf/trunk/gtk+/debian/changelog Log: Update changelogs. Modified: projects/haf/trunk/gtk+/ChangeLog =================================================================== --- projects/haf/trunk/gtk+/ChangeLog 2007-10-16 11:34:33 UTC (rev 14454) +++ projects/haf/trunk/gtk+/ChangeLog 2007-10-16 11:34:37 UTC (rev 14455) @@ -1,3 +1,18 @@ +2007-10-16 Xan Lopez <xan.lopez at nokia.com> + + * gtk/gtkcontainer.c (gtk_container_idle_sizer): + * gtk/gtkwidget.c (gtk_widget_size_allocate): + + Only add toplevels to the size_allocated_containers list. + + It seems that we only *really* want to make focused children visible after + a toplevel is resized (see NB#57886) but not after every container is resized, + as it might break the logic of some widgets (eg, ModestScrollArea). At this + point it might not make much sense to have this in GtkContainer anymore and + maybe we should move it to GtkWindow size_allocate (Tommi's suggestion). + + Fixes: NB#72632 + 2007-10-09 Xan Lopez <xan.lopez at nokia.com> * gtk/gtkcontainer.c (gtk_container_destroy): remove all instances Modified: projects/haf/trunk/gtk+/debian/changelog =================================================================== --- projects/haf/trunk/gtk+/debian/changelog 2007-10-16 11:34:33 UTC (rev 14454) +++ projects/haf/trunk/gtk+/debian/changelog 2007-10-16 11:34:37 UTC (rev 14455) @@ -1,3 +1,10 @@ +gtk+2.0 (2:2.10.12-0osso24) unstable; urgency=low + + * Only add toplevel widgets to the size_allocated_containers list. Fixes: + NB#72632 + + -- Xan Lopez <xan.lopez at nokia.com> Tue, 16 Oct 2007 14:29:10 +0300 + gtk+2.0 (2:2.10.12-0osso23) unstable; urgency=low * Remove all instances of the container from the size_allocated_containers
- Previous message: [maemo-commits] r14454 - projects/haf/trunk/gtk+/gtk
- Next message: [maemo-commits] r14456 - projects/haf/tags/gtk+2.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]