Re: [Vala] [gnome-db] Branch 5.x series?

2011-12-13 Thread Daniel Espinosa
2011/12/13 Vivien Malerba : > > > On 13 December 2011 18:22, Daniel Espinosa wrote: >> >> I'm continue in development of Vala extensions on libgda-vala branch, >> I can't tell that is API stable, then I don't merge soon. >> >> But what about to branch 5.0 development and make master point to 6.0 >

Re: [Vala] [vala] vte creating a terminal

2011-12-13 Thread Dr. Michael Lauer
Perhaps vala-terminal can inspire you. I wrote it three years ago: http://git.freesmartphone.org/?p=vala-terminal.git;a=summary Cheers, :M: ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] How to know if a key is being pressedf

2011-12-13 Thread Dr. Michael Lauer
> Is there a way of knowing if a key is being pressed without a whole > "override" function (event) for it? This depends on the UI toolkit you are using. In the case of e.g. Gtk, better ask this on a gtk mailing list. Cheers, :M: ___ vala-list mailing

Re: [Vala] Experimental regexes

2011-12-13 Thread Dr. Michael Lauer
I agree. I'm using it without any problems for quite a while. :M: ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] how to pass a List by reference?

2011-12-13 Thread Dr. Michael Lauer
The only reason I have for using the glib types is dbus, unfortunately you can't pass gee types to dbus... yet. :M: ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Iterating over enums

2011-12-13 Thread Dr. Michael Lauer
I like that. Please open a bug^hfeature suggestion on bugzilla, so we can further discuss there. > I was aware of this post, I was looking for a solution however, which > would not require the manual and therefore error prone maintenance of an > array: > >public static Suit[] all() { >

Re: [Vala] Some doubts with C libs and gir files.

2011-12-13 Thread Rodrigo Herefeld
Hi all, I need to use some C libs on a project, i have read some tutoriais (here http://live.gnome.org/Vala/Bindings , here http://live.gnome.org/GObjectIntrospection/ AutotoolsIntegration

[Vala] Debugging

2011-12-13 Thread Brian Duffy
Is anyone working on improving the debugging experience with vala? thnx Brian -- Duff ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] What is required to make vtg (vala tools for gedit) under Ubuntu 11.10 ?

2011-12-13 Thread Serge Hulne
The gedit plugin vtg works under Ubuntu 11.04, but not under Ubuntu 11.10. I guess it could be because the plugin API for gedit has changed ? It compiles, but does not register under the list of plugins of gedit after installation. Has anybody managed to get it to work ? If yes, I would be glad