Re: hackfest preparations

2013-04-17 Thread Federico Mena Quintero
On Mon, 2013-04-15 at 14:17 -0400, Matthias Clasen wrote:

 I have now confirmed that we can use the OLPC office; lets meet there
 Friday morning around 10am and get started.The address is on the wiki

Is anyone up for massive amounts of seafood on Friday, in Chinatown?  I
can arrange reservations.  If we have too few seafood eaters, GTK+ is
certainly doomed.  Err, I mean, in that case, we can go to the Chinatown
eatery and have other kinds of awesome food.

  Federico

___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: Composite GtkBuilder template

2013-04-17 Thread Federico Mena Quintero
On Thu, 2013-04-11 at 17:49 -0500, Federico Mena Quintero wrote:

 I'll do something like this.  First, revert the commit.  Then, merge my
 branch.  Doing a straight rebase is not trivial, as places-sidebar has
 gotten master merged into it a few times to keep up with general
 development.  And finally, apply your commit again with lots of changes.

So I went ahead and did this.  I learned why you don't support binding
widgets to fields in public structures (it's done on the class private
structure).

I refactored your patch to use priv-foo instead of impl-priv-foo
everywhere, and it is much nicer that way.  I may end up doing this to
gtk-2-24 as well for consistency.

Tristan, the composite templates stuff is *excellent* work.  The file
chooser's code is much cleaner now that all the silly widgetry is
editable in Glade!

I guess the next thing would be to have GtkPlacesSidebar set up its
internal GtkTreeView using Glade.  I'll investigate that later, but if
you already have a good pattern for doing this... :)

Thanks for this massively useful work - doing megawidgets in Glade is
really nice this way.

  Federico

___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list