[Glade-devel] About the completion feature ported from glade 3.8
Juan Pablo Ugarte
juanpablougarte at gmail.com
Mon Mar 19 22:46:59 UTC 2012
On Thu, 2012-03-15 at 19:54 +0900, Tristan Van Berkom wrote:
> 2012/3/15 Juan Pablo Ugarte <juanpablougarte at gmail.com>:
> > On Mon, 2012-03-12 at 17:28 -0300, Marco Diego Aurélio Mesquita wrote:
> >> Hi Devs!
> >>
> >> I do know you receive bugmail but, since it is hard to find you in the
> >> IRC channel, I decided to send this mail.
> >>
> >> We're close to gnome 3.4 launch and I really would like the patch in
> >> https://bugzilla.gnome.org/show_bug.cgi?id=667570 to be committed. Can
> >> it be rushed? Is there anything I have to do to get this change in
> >> master?
Ok, so i did not applied the patch as is, instead of having a function
to set a list store which is an implementation detail. I added a new
signal
gchar ** (* callback_suggestions) (GladeSignalEditor *editor,
GladeSignal *signal);
You need to return a null terminated array of string.
This will allow frontends to define anything they want.
hmm I forgot to test the accumulator :S
>
> Juan, great to know that you are on top of this.
>
> Will you make us a release of 3.12 with current master ?
yes, I already create a branch for 3.12
> Besides the awesome new features that you added in the workspace
> there is some widgets we left out (GtkInfoBar is only in master and not
> in 3.10 for example).
>
> Also, we should land Denis's GBinding patch first thing in the next
> developement cycle. I'm not sure if you merged that in but we
> can *not* release 3.12 with the GBindings because it depends
> on the GtkBuilder patch that is not landed yet.
I will merge it, unless not having the patched gtk breaks the build
> Poke me if you need me, I'll hopefully be around more often
> in the next cycle but I plan to at least help out with this GBinding
> stuff and make sure we land the GtkBuilder patches in GTK+
> that we require to move forward with that.
Ok great, I will need someone to review the gtk patch :)
> Cheers,
> -Tristan
More information about the Glade-devel
mailing list