Re: [Geany-devel] Use GtkBuilder

2011-09-29 Thread Dimitar Zhekov
On Thu, 29 Sep 2011 09:16:26 +1000 Lex Trotman ele...@gmail.com wrote: Hi Dimitar, [...] When checking the various preferences or something, I found 2 crashes when vte is compiled but Ok, if thats the case lets ignore the possibility of runtime loading and just compile it in/out.

Re: [Geany-devel] Use GtkBuilder

2011-09-28 Thread Dimitar Zhekov
On Mon, 26 Sep 2011 12:33:30 +1000 Lex Trotman ele...@gmail.com wrote: On 26 September 2011 01:26, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: When we upgrade (someday) to 2.16, why not make VTE a compile time option only? I can understand why somebody would like to compile Geany

Re: [Geany-devel] Use GtkBuilder

2011-09-28 Thread Lex Trotman
Hi Dimitar, [...] When checking the various preferences or something, I found 2 crashes when vte is compiled but not loaded. That kind of hints how many people use Geany with vte compiled but not installed... With the runtime check VTE does not need to be installed. Indeed. :) Let's hope

Re: [Geany-devel] Use GtkBuilder

2011-09-26 Thread Jiří Techet
On Mon, Sep 26, 2011 at 13:08, Lex Trotman ele...@gmail.com wrote: [...] I'm really happy about this change. First we get rid of the horrible old glade editor and second it's the most important step towards making Geany compile under GTK 3. Thanks for your work! Hi Jiri, And I'm responding

Re: [Geany-devel] Use GtkBuilder

2011-09-26 Thread Matthew Brush
On 09/26/2011 09:15 AM, Jiří Techet wrote: In general it would be best just to try to substitute GTK version in configure, see what happens and start fixing the errors. I'm really tempted to try it myself but I'm not sure if I'll have enough time for that in the following few months. Also for

Re: [Geany-devel] Use GtkBuilder

2011-09-25 Thread Jiří Techet
Hi Matthew, On Sun, Sep 25, 2011 at 10:53, Matthew Brush mbr...@codebrainz.ca wrote: Hi, I just wanted to let everyone who I haven't bothered on IRC know that I'm working on converting the old Geany Glade 2 generated user-interface code to Glade 3 using GtkBuilder. I'm really happy about

Re: [Geany-devel] Use GtkBuilder

2011-09-25 Thread Dimitar Zhekov
On Sun, 25 Sep 2011 01:53:38 -0700 Matthew Brush mbr...@codebrainz.ca wrote: I've also taken the liberty of porting the Terminal/VTE preferences UI to the new Glade 3 format rather than being hard-coded. IIUC if the VTE/terminal is not enabled for whatever reason, the Terminal tab in the

Re: [Geany-devel] Use GtkBuilder

2011-09-25 Thread Lex Trotman
On 26 September 2011 01:26, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Sun, 25 Sep 2011 01:53:38 -0700 Matthew Brush mbr...@codebrainz.ca wrote: I've also taken the liberty of porting the Terminal/VTE preferences UI to the new Glade 3 format rather than being hard-coded.  IIUC if the