Re: [Vala] vapigen and Autotools problem

2012-03-27 Thread august
Alejandro, Is there a reason to create a .vapi file? Couldn't your vala developers just use the .gir file? AFAIK, that is the preferred method for binding to vala if you are already writing gobject libs. -august. Hi, vala-list. Before anything else, I have to say I'm new to Vala

Re: [Vala] vapigen and Autotools problem

2012-03-27 Thread august
August, I just didn't know that. Reading the documentation and looking at an official gnome project (GDA, that does the same thing I was trying to do) I though it was the only way to bind C to Vala. And the other developers I mentioned are using Vala by the first time, too. If I can do

[Vala] research papers

2011-11-07 Thread august
Hi, I'm looking for research papers on Vala, GObject, or related technologies, but I can't seem to find anything on google scholar. Do they exist? thanks -august. -- http://aug.ment.org GPG: 0A8D 2BC7 243D 57D0 469D 9736 C557 458F 003E 6952

Re: [Vala] vala on a mac

2011-09-06 Thread august
wow. This is also very helpful. Thanks for this. Do you happen to know if GTK3 will be maintained on OSX? Are the bugs you mention ones that can be squashed? It would be great to eventually put together a workflow that is completely cross-compilable using vala. -august. On Sat, Sep 3

Re: [Vala] vala on a mac

2011-09-03 Thread august
Thanks for this. There's some good info in there. I'm sure there will be some differences with GTK+3, but this gives me a great place to starts. Thanks -august. Yup. And I wrote this: http://radare.org/cgi-bin/wk/GTK On 01/09/2011, at 18:20, august aug...@alien.mur.at wrote

[Vala] vala on a mac

2011-09-01 Thread august
? If not, what other methods would you recommend for distributing or using shared libraries? Any other cross-compile and cross-distribution methods you use? thanks for any tips -august. -- http://aug.ment.org GPG: 0A8D 2BC7 243D 57D0 469D 9736 C557 458F 003E 6952

Re: [Vala] Vala logo symbol voting

2011-08-27 Thread august
off the points on the text graphic? I'm not sure it would be better, but I think it would be interesting to see. For sure, it will set other things in the logo out of balance, but it just might fit the wings better. best -august. Tobias Bernard say: Hi Since

Re: [Vala] opengl and gtk+-3.0

2011-07-16 Thread august
Am Freitag, den 24.06.2011, 19:57 +0200 schrieb august: Is there any way right now to open a GL context up inside of a GTK+3 window using vala? Yes there is, but it's not as straightforward since nobody ported gtkglext yet. You should be able to create the context yourself using glx

Re: [Vala] Further speculations on couroutines, generators and threads : Emulating Go's goroutines and channels in Vala

2011-07-13 Thread august
) cannot take advantage of multi-core or multi-processor computers Is that correct? Also, are there any plans to ease multi-core development in Vala? thanks, best -august. Actually, this is Luca's code (the coroutine-based generator). (I am the guilty party to blame for the naive

Re: [Vala] opengl and gtk+-3.0

2011-06-24 Thread august
. ThisĀ  is so I have an easy-to-reference list of the types used in the .vapi that needĀ  binding. On Mon Jun 5 2011, august wrote: Are there .vapi's that work with openGL and GTK+-3.0? any examples? thanks -august. ___ vala-list mailing list

[Vala] pulseaudio example

2011-05-22 Thread august
-august. ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] vala, libpeas, GIR

2011-05-18 Thread august
that the GIR creation is off in vala. Any ideas or help on this? There is something wrong in the GIR that causes all python plugins to crash when they use MyActivatable instead of the default Activatable from libpeas. thanks -august. ___ vala-list

Re: [Vala] Cross compiling vala gtk to win32

2011-04-30 Thread august
fantastico. This is really useful. Thanks for taking the time and effort. I spend some time this morning to write down some notes and upload some blobs and examples to build gtk apps for windows and osx. Have fun http://radare.org/cgi-bin/wk/GTK On 30/04/2011, at 0:44, august aug

Re: [Vala] Cross compiling vala gtk to win32

2011-04-29 Thread august
I would be very interested in both the mingw cross compile instructions and the OSx dmg creation instructions. (Would be great to work out the GTK3 kinks too.) best -august. I have crosscompiled big vala+gtk (gtkaml) apps with mingw from linux to windows. The setup is simple

[Vala] vala + gtk+-3.0 ?

2011-03-24 Thread august
/2011-February/msg00096.html I hope this helps. -august. ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] widget subclass example for gtk+-3.0

2011-02-24 Thread august
free to revise further). Maybe it is useful for someone else. best -august. using Gtk; using Gdk; using Cairo; public class ValaWidget : Widget { private static const string TEXT = Hello World!; private static const int BORDER_WIDTH = 10

Re: [Vala] appsink binding in gstreamer

2010-09-28 Thread august
to assign the pull_buffer() to my Buffer buffer? I also tried to call replace on the buffer, but it won't compile. Any hints? chugging along -august. I was talking with some folks about the faulty appsink bindings in gstreamer on IRC last night. I also found this online: http://www.mail

[Vala] appsink binding in gstreamer

2010-09-27 Thread august
to create it and set the signals using ElementFactory ? thanks -august. ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] valgrind or something similar

2010-09-27 Thread august
thanks for all the tips. Hey August, Am Sonntag, den 26.09.2010, 20:18 +0200 schrieb august: Is there something like a valgrind or method for debugging memory leaks and mismanagement? Something that helped me in real life (tm) was using nemiver and watching the ref_count

[Vala] valgrind or something similar

2010-09-26 Thread august
and mismanagement? thanks -august. ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list