Re: [Vala] Setting image on a button?

2011-05-17 Thread Nicolas Joseph
Hello, Le 16/05/11 à 18:33, Damien Radtke a écrit : I'm trying to add an image to a button, but it doesn't display. I'm loading one of the stock images, and can get it to display fine on its own, but it doesn't show after placed on a button with set_image(). I've also looked into the

Re: [Vala] Setting image on a button?

2011-05-17 Thread Nicolas Joseph
Hello, Le 16/05/11 à 18:33, Damien Radtke a écrit : I'm trying to add an image to a button, but it doesn't display. I'm loading one of the stock images, and can get it to display fine on its own, but it doesn't show after placed on a button with set_image(). I've also looked into the

Re: [Vala] Ctags support?

2011-02-18 Thread Nicolas Joseph
On Sat, 12 Feb 2011 16:24:48 -0600, Damien Radtke wrote: Does anyone know if there's a ctags build that supports vala? Another copy of the sources proposed by Abderrahim: http://bazaar.launchpad.net/~valide/valide/trunk/files/head:/ctags-vala/ ___

Re: [Vala] [ANNOUNCE] Vala 0.11.3 - Compiler for the GObject type system

2011-01-07 Thread Nicolas Joseph
Hi, On Wed, 05 Jan 2011 23:41:09 +0100, Jürg Billeter wrote: We are pleased to announce version 0.11.3 of Vala, a compiler for the GObject type system. Vala 0.11.3 is now available for download at: http://download.gnome.org/sources/vala/0.11/ This is a development release leading toward

Re: [Vala] Can't compile ValaIde from source...

2010-12-30 Thread Nicolas Joseph
Hi, On Thu, 16 Dec 2010 02:02:31 +0300, Alexey Savartsov asavart...@gmail.com wrote: Hi! I can't compile valaide too. I built glib/gtk+/vala etc. from sources, installed to /usr/local on Mac OS X 10.6.5 All the stuff I have: atk-1.30.0 gettext-0.17 gtk+-2.20.1 libglade-2.6.4

Re: [Vala] Blitzen: A Vala Application Server

2010-11-14 Thread Nicolas Joseph
Hi, Le 14/11/2010 15:30, pancake a écrit : On Sun, 14 Nov 2010 11:22:37 + (UTC) Samuel CUELLA samuel.cue...@supinfo.com wrote: Hi, Where's the source repository? I can't find any svn/git/.. For the moment, the repository is not accessible from the internet. I'll import it into the

Re: [Vala] [ANNOUNCE] Vala 0.10.1 - Compiler for the GObject type system

2010-10-26 Thread Nicolas Joseph
Hello, Le 26/10/2010 20:33, Jürg Billeter a écrit : We are pleased to announce version 0.10.1 of Vala, a compiler for the GObject type system. Vala 0.10.1 is now available for download at: http://download.gnome.org/sources/vala/0.10/ Changes since 0.10.0 * Remove outdated GTK+ 3

Re: [Vala] [ANNOUNCE] Vala 0.10.1 - Compiler for the GObject type system

2010-10-26 Thread Nicolas Joseph
Le 26/10/2010 21:08, Jürg Billeter a écrit : On Tue, 2010-10-26 at 20:50 +0200, Nicolas Joseph wrote: The code doesn't compile: valaccodeconstant.vala:41.11-41.18: error: The expression `string' does not denote an array assert (_name[0] == '\'); Do not use valac 0.11

Re: [Vala] New params for [ModuleInit]

2010-06-10 Thread Nicolas Joseph
vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph module.tar.gz Description: GNU Zip compressed data ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Vala team PPA: missing vala 0.8.1

2010-05-16 Thread Nicolas Joseph
Package updated, thank's! 2010/5/13 Matteo gtla...@gmail.com: On Wed, May 12, 2010 at 2:19 AM, Nicolas Joseph gege2...@redaction-developpez.com wrote: Hi, Someone can create the package for the latest version of vala, please? -- Nicolas Joseph vala 0.8.1 in the Ubuntu PPA would be much

[Vala] Val(a)IDE 0.7.0 - IDE for Vala

2010-05-12 Thread Nicolas Joseph
Hello, I am pleased to announce version 0.7.0 of Val(a)IDE. The sources and the binary packages (archlinux, debian, fedora, ubuntu and MS Windows) are available for download at:

Re: [Vala] Val(a)IDE 0.7.0 - IDE for Vala

2010-05-12 Thread Nicolas Joseph
version valac = 0.1.6 : not found error: valac version too old to be used with this tool [panc...@bitbox valide]$ valac No source file specified. [panc...@bitbox valide]$ valac --version Vala 0.8.0.124-67e2f On 05/12/10 09:00, Nicolas Joseph wrote: Hello, I am pleased to announce

[Vala] Vala team PPA: missing vala 0.8.1

2010-05-11 Thread Nicolas Joseph
Hi, Someone can create the package for the latest version of vala, please? -- Nicolas Joseph ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] [vapigen] How to replace the abstract by virtual

2010-04-30 Thread Nicolas Joseph
Thank's, few lines below I found the solution: gtk_source_completion_provider_activate_proposal virtual=0 Work's fine (remove the abstract attribut). 2010/4/30 Abderrahim Kitouni a.kito...@gmail.com Hello, 2010/4/27, Nicolas Joseph gege2...@redaction-developpez.com: Hello, I try

[Vala] [vapigen] How to replace the abstract by virtual

2010-04-27 Thread Nicolas Joseph
Hello, I try to replace an abstract method by a virtual method with this metadata: gtk_source_completion_provider_activate_proposal abstract=0 virtual=1 But this has no effect. -- Nicolas Joseph ___ vala-list mailing list vala-list@gnome.org http

[Vala] GtkSourceCompletion segfault

2010-04-26 Thread Nicolas Joseph
: Invalid UTF-8 encoded text in name - not valid '\xe0F\xd3\u0001' Have you an idea? -- Nicolas Joseph class TestProvider : Gtk.SourceCompletionProvider, Object { Gdk.Pixbuf icon; public string name; public int priority; ListGtk.SourceCompletionItem proposals; construct { Gdk.Pixbuf

Re: [Vala] GtkSourceCompletion segfault

2010-04-26 Thread Nicolas Joseph
-- where does it come from? It's in the gtksourceview-2.0 binding: http://git.gnome.org/browse/vala/tree/vapi/gtksourceview-2.0.vapi#n415 I found some other errors, I'll propose a patch for fixed them. Thank you very much! -- Nicolas Joseph ___ vala

Re: [Vala] French tutorial

2010-04-24 Thread Nicolas Joseph
tutorial for Vala langage and other stuff. Is there people interesting in a collaborative work ? Cyrille. ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph

[Vala] Maintainer for the gtksourceview-2.0 binding

2010-04-06 Thread Nicolas Joseph
Hello, There is no maintainer for the gtksourceview-2.0 binding on this page: http://live.gnome.org/Vala/BindingsStatus Someone cares? The new release (2.10) included a great new feature for my project, I can handle myself. -- Nicolas Joseph ___ Vala

Re: [Vala] A problem in writing some ValaIde plugin..

2010-03-31 Thread Nicolas Joseph
://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph terminal.tar.gz Description: GNU Zip compressed data ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Vala 0.7.10.262 pre-release

2010-03-31 Thread Nicolas Joseph
mobiililaajakaista sekä Nokia N97 yhdellä kk-maksulla vain 59,95 e/kk (24 kk sopimus). Katso http://saunalahti.fi/totaalimax ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph

Re: [Vala] A problem in writing some ValaIde plugin..

2010-03-30 Thread Nicolas Joseph
2010/3/30 Arkadi Viner arkash...@gmail.com (by the way the compiler doesn't recognize throws PluginError so I removed it for now... ) Which way? Simply copy the terminal directory in the plugins directory and execute: $ ./waf configure $ ./waf # ./waf install -- Nicolas Joseph

Re: [Vala] Can't compile ValaIde from source...

2010-03-13 Thread Nicolas Joseph
http://mail.gnome.org/mailman/listinfo/vala-list ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com / In charge of the GTK+ section

[Vala] Fwd: Can't compile ValaIde from source...

2010-03-13 Thread Nicolas Joseph
. --                                                 Jan 'Bulb' Hudec b...@ucw.cz ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph -- Nicolas Joseph ___ Vala-list mailing

Re: [Vala] Can't compile ValaIde from source...

2010-03-13 Thread Nicolas Joseph
/valide/_build_' Build failed  - task failed (err #1):    {task: po it.po - it.mo} Help Syntax error fixed, update sources. -- Nicolas Joseph ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Vala Code Samples

2009-11-26 Thread Nicolas Joseph
samples. I think we can make testing and developing mechanism much better and easier to the current developers and newbie developers Have you visited http://code.valaide.org/ ? -- Nicolas Joseph http://www.valaide.org ___ Vala-list mailing list Vala

Re: [Vala] Forum for Vala/Genie

2009-10-01 Thread Nicolas Joseph
server[1]. [1] It's a personnal server, it already host the valaide.org domain. If you have a better domain name, we can point a forum subdomain on my server, by default I donate http://forum.valaide.org for the community: free and without ads! -- Nicolas Joseph

Re: [Vala] libgee on Windows

2009-09-11 Thread Nicolas Joseph
=TEXT_MSHYCB_BackToSchool_Cashback_BTSCashback_1x1 ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph ___ Vala-list mailing list Vala-list

Re: [Vala] Looking for program's output

2009-07-30 Thread Nicolas Joseph
, m.read_from_channel); PS: Sorry, I had forget the mailing-list -- Nicolas Joseph ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] Val(a)IDE 0.5.1 - IDE for Vala

2009-07-19 Thread Nicolas Joseph
://www.valaide.org/ Thank's to everyone who helped me for this new version! The Val(a)IDE developer Nicolas Joseph ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] [Genie] Problem with gettext

2009-06-16 Thread Nicolas Joseph
http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph Responsable des rubriques C et GTK+ de developpez.com / In charge of the C and GTK+ sections on developpez.com http://nicolasj.developpez.com ___ Vala-list mailing list Vala-list

Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-16 Thread Nicolas Joseph
I am a little lost in these libraries, I thought guniqueapp replace them? http://live.gnome.org/SingleInstanceApps 2009/6/16 Phil Housley undeconstruc...@gmail.com: 2009/6/11 Nicolas Joseph gege2...@redaction-developpez.com:  * Unique instance Hi, I see you are using guniqueapp

Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-12 Thread Nicolas Joseph
://bugzilla.gnome.org/show_bug.cgi?id=579364 This is a blocking step for integrate Val(a)IDE in Linux distributions (I have spoke with a fedora package maintainer), therefore I will work on these bugs for fix them. -- Nicolas Joseph Responsable des rubriques C et GTK+ de developpez.com / In charge of the C

Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-12 Thread Nicolas Joseph
apply_patches.sh doesn't give that error. What is your shell ? [ is an alias for test program. -- Nicolas Joseph Responsable des rubriques C et GTK+ de developpez.com / In charge of the C and GTK+ sections on developpez.com http://nicolasj.developpez.com

Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-12 Thread Nicolas Joseph
The problem is fixed: the path for vala is removed. Instead of the patch, I wrote a vapi file. This is not the best solution, but it is better (c'est moins pire, in french). 2009/6/12 Sam Liddicott s...@liddicott.com: * Nicolas Joseph wrote, On 12/06/09 12:11: 2009/6/12 Andre Osku Schmidt

Re: [Vala] List problem in Valide

2009-05-30 Thread Nicolas Joseph
wrong  ? Is there some error in  my settings ?. @Nicolas Joseph , Could you also post a windows version of libgee-1.0.dll ?? ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph

Re: [Vala] New service for post code samples in vala or genie

2009-05-07 Thread Nicolas Joseph
in the wiki ...): http://code.valaide.org/content/hide-cursor Have fun! -- Nicolas Joseph Responsable des rubriques C et GTK+ de developpez.com / In charge of the C and GTK+ sections on developpez.com http://nicolasj.developpez.com ___ Vala

Re: [Vala] Is this a bug or a feature?

2009-03-20 Thread Nicolas Joseph
, I get this behaviour in Vala 0.5.1 and 0.5.7. Regards, Barry Kauler ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com

Re: [Vala] example rpm spec file

2009-02-17 Thread Nicolas Joseph
://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com / In charge of the GTK+ section on developpez.com http://nicolasj.developpez.com ___ Vala-list mailing list Vala-list@gnome.org http

Re: [Vala] [ANNOUNCE] Vala 0.5.6 - Compiler for the GObject type system

2009-01-18 Thread Nicolas Joseph
http://mail.gnome.org/mailman/listinfo/vala-list ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com / In charge of the GTK+ section

Re: [Vala] [ANNOUNCE] Vala 0.5.5 - Compiler for the GObject type system

2009-01-11 Thread Nicolas Joseph
://live.gnome.org/Vala The Vala Team Jürg Billeter and Raffaele Sandrini ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com

Re: [Vala] [ANNOUNCE] Vala 0.5.3 - Compiler for the GObject type system

2008-12-17 Thread Nicolas Joseph
/mailman/listinfo/vala-list -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com / In charge of the GTK+ section on developpez.com http://nicolasj.developpez.com ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org