Re: [Vala] Web framework in Vala

2011-12-08 Thread Matias De la Puente
El 08/12/11 10:14, Antono Vasiljev escribió: Yo, Matias! On 12/08/2011 01:21 PM, Matias De la Puente wrote: Great job Antono! Thanks :) It was easy. Now it's time to make something production ready and fun. Last year i was trying to build the vapi files of ctpl. I attach the vapi fi

Re: [Vala] Web framework in Vala

2011-12-08 Thread Matias De la Puente
Great job Antono! Last year i was trying to build the vapi files of ctpl. I attach the vapi files I build. I don't remember how I build it but i'm sure that i follow this steps[0] It's a little updated but i think that it's useful. Congrats Matias [0] https://live.gnome.org/Vala/Bindings

Re: [Vala] Vala logo, take three?

2011-07-29 Thread Matias De la Puente
El 28/07/11 16:38, Luca Bruno escribió: Ok, I retry with another logo :) http://i.imgur.com/oFwpC.png Another logo: 'vala tux' :) Matias <>___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Vala logo, take three?

2011-07-29 Thread Matias De la Puente
El 29/07/11 13:16, Jim Peters escribió: Luca Bruno wrote: I retry with another logo :) http://i.imgur.com/oFwpC.png (attached is a remix to make it spell the whole word) ¡This is better! I like this one now :) Jim ___ vala-list mailing list va

Re: [Vala] Vala Logo Showcase

2011-07-29 Thread Matias De la Puente
El 29/07/11 09:33, Luca Bruno escribió: On Fri, Jul 29, 2011 at 09:29:44AM -0300, Matias De la Puente wrote: El 29/07/11 08:33, Luca Bruno escribió: I've been asked to to some changes to the new logo and the old logo as well, so I tried to make different flavors of the logos, please ex

Re: [Vala] Vala Logo Showcase

2011-07-29 Thread Matias De la Puente
El 29/07/11 08:33, Luca Bruno escribió: I've been asked to to some changes to the new logo and the old logo as well, so I tried to make different flavors of the logos, please express your opinion :) https://picasaweb.google.com/lethalman88/ValaLogo?authuser=0&feat=directlink Personally, I prefe

Re: [Vala] [ANNOUNCE] Vala Toys for gEdit 0.12.0

2011-07-27 Thread Matias De la Puente
El 27/07/11 08:31, Andrea Del Signore escribió: I'm proud to announce the release of Vala Toys for gEdit version 0.12.0! Congrats for the new release! ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] What's in the name Vala?

2011-02-01 Thread Matias De la Puente
El mar, 01-02-2011 a las 11:53 +0100, Sylvain Leroux escribió: > Hi Vala Team! > > I just discovered Vala a few days ago - but I found it very interesting > (clean syntax, reference counting based memory management allowing RAII, > easy integration with C code). > > So I decided to write a brief

Re: [Vala] How to do a timedout async method

2010-07-24 Thread Matias De la Puente
El vie, 23-07-2010 a las 23:36 +0200, JM escribió: > Hello Matias > Is this what you are looking for? > This only works with async methods that release the mainloop in between. > Please see attached file. > Compiled with: > valac --pkg gio-2.0 async2.vala > Regards > Jörn > > Thank you Jörn, it

[Vala] How to do a timedout async method

2010-07-23 Thread Matias De la Puente
Hello list, Basically I want to call an async method that waits for a response from some object. But, if after, lets say 2 seconds, it don't receive a response, return an error. I attached a test case of what i think it can work, but i don't know how to resume/cancel an async method... Any help

Re: [Vala] GBinding support?

2010-06-20 Thread Matias De la Puente
This stuff is great! very helpful for my project :) My suggestions: public class foo : Object { public int x { set; get; } public int y { set; get; } } public class bar : Object { private Foo foo = new Foo (); //One possibility public int x { set;

Re: [Vala] IDE ?

2010-03-16 Thread Matias De la Puente
El mar, 16-03-2010 a las 10:02 +0100, Cyrille Colin escribió: > Hello, > I would like to know the IDE you use with vala ? > > I've tried : > - valaide : seems to be in early stage. > - anjuta : i can't make it works with vala :( ! > - monodevelop + libafrodite : it works ! > > > I'm using ged

Re: [Vala] [patch] Gtksourceview

2009-12-05 Thread Matias De la Puente
El sáb, 05-12-2009 a las 13:09 +0100, Nicolas escribió: > Hi, > > This is the patch for last version of Gtksourceview. > If someone can apply it to the git repository... > This patch is for the unstable version of gtksourceview [0], i think for the future version of gtksourceview 3.0. So i thin