API changes in GLib master

2010-06-12 Thread Matthias Clasen
Just a quick note: There have been a few API changes in GLib master that will probably affect a few modules: The g_bus_watch_proxy API has been replaced by a more flexible GDBusProxy construction. You can now construct proxies for well-known names instead of unique names. For more details, see htt

Re: [Quartz] Gtk Selection

2010-06-12 Thread Jon Cruz
On Jun 9, 2010, at 1:31 AM, Kristian Rietveld wrote: > On Jun 8, 2010, at 5:42 PM, John Ralls wrote: >> It's too early for requirements. First we need to figure out what to >> abstract, and whether each abstraction really belongs in Gdk or should be >> moved "up" to Gtk (like clipboards) or "do

New widget proposal: GtkLiveSearch

2010-06-12 Thread Xavier Claessens
Hello, I've been working on the HildonLiveSearch widget you can see on N900. This is the entry you see when typing on the keyboard to filter your contact list for example. Felix Kaser and I ported that widget to Empathy's main window. The code is in git master[1]. I would like to propose tha

Re: Breaking things in git master...

2010-06-12 Thread Laurent Wan
Hello, Could you tell us how you do that : (personally, I follow glib master and other git trees via my RSS Reader). I am interested. Best regards, Laurent. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/list

Re: Breaking things in git master...

2010-06-12 Thread Cosimo Cecchi
Hi David, On Sat, 2010-06-12 at 08:26 -0400, David Zeuthen wrote: > I don't think it's customary to mail the list about such changes on > master, is it? I mean, I didn't see such notices for the few other ABI > breaks in this cycle already. The fact that in other cases there have been no notices

Re: Breaking things in git master...

2010-06-12 Thread David Zeuthen
Hi, On Sat, Jun 12, 2010 at 3:11 AM, Richard Hughes wrote: > commit 32f2e9a85beedeea36ac7623f68f6eb878465d44 > Author: David Zeuthen > Date:   Fri Jun 11 15:45:18 2010 -0400 > ... >    Nuke g_bus_watch_proxy() since one can now more or less use GDBusProxy >    for this. > ... >    Also nuke the

Breaking things in git master...

2010-06-12 Thread Richard Hughes
commit 32f2e9a85beedeea36ac7623f68f6eb878465d44 Author: David Zeuthen Date: Fri Jun 11 15:45:18 2010 -0400 ... Nuke g_bus_watch_proxy() since one can now more or less use GDBusProxy for this. ... Also nuke the GType parameter from the GDBusProxy constructors as requested here: ht