Re: [E-devel] Keeping info.txt up-to-date.

2010-09-12 Thread Massimiliano
Thank you for the fix. Massimiliano 2010/9/13 Carsten Haitzler : > On Fri, 10 Sep 2010 15:28:44 +0200 Cedric BAIL said: > > aye - keep your info.txt up to date please - that means list of things you > work > on (or don't anymore), contact info (email, irc, website - if you have/use > them), and

Re: [E-devel] E SVN: lucas trunk/ecore/src/lib/ecore

2010-09-12 Thread The Rasterman
On Thu, 9 Sep 2010 15:48:45 +0200 Cedric BAIL said: > On Thu, Sep 9, 2010 at 3:35 PM, Lucas De Marchi > wrote: > > On Thu, Sep 9, 2010 at 10:08 AM, Cedric BAIL wrote: > >>> somewhere where i can port the code only once on Windows (using native > >>> win32 threads) > >> > >> Agreed, so move it t

Re: [E-devel] E SVN: raster trunk/e/src/bin

2010-09-12 Thread The Rasterman
On Fri, 10 Sep 2010 11:15:49 -0400 Christopher Michael said: > On 09/10/2010 12:09 AM, Enlightenment SVN wrote: > > Log: > >menu icons.. are meant to be e_icon objects... devilhorns! > >:) > >(damned 64bit shit found it) > > > > actually amazing it worked at all on 32bit. as such e17

Re: [E-devel] Keeping info.txt up-to-date.

2010-09-12 Thread The Rasterman
On Fri, 10 Sep 2010 15:28:44 +0200 Cedric BAIL said: aye - keep your info.txt up to date please - that means list of things you work on (or don't anymore), contact info (email, irc, website - if you have/use them), and yes - new little feature. icon images for you. right now only icon-map.png is

Re: [E-devel] IRC channels

2010-09-12 Thread The Rasterman
On Fri, 10 Sep 2010 18:03:52 +0200 Cedric BAIL said: > Another discussion I wanted to raise, we currently have 2 channels on > IRC, #e, for e user, and #edevelop for devs. But we don't make a > difference between core development that could be sometime very > complex and can afraid developpers th

[E-devel] ecore_long_run

2010-09-12 Thread Michael Blumenkrantz
should be changed to ecore_thread_long_run asap This email was sent on behalf of Vincent Torri. -- Mike Blumenkrantz Zentific: Our boolean values are huge. -- Start uncovering the many advantages of virtual appliances an

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/mixer

2010-09-12 Thread Gustavo Sverzut Barbieri
On Sun, Sep 12, 2010 at 3:31 PM, Enlightenment SVN wrote: > Log: >  hackfix const warning > @@ -923,7 +923,7 @@ >  static char * >  _gc_label(E_Gadcon_Client_Class *client_class __UNUSED__) >  { > -   return _(_e_mixer_Name); > +   return (char*)_(_e_mixer_Name); >  } don't do this, change _gc_la