Re: [E-devel] [PATCH] eina patch for cygwin-1.7

2009-06-18 Thread Lars Munch
On Thu, Jun 18, 2009 at 11:35:29PM +0900, booleanla...@gmail.com wrote: > Hi, lipens...@email.cz > > >> +AC_DEFINE_UNQUOTED(SHARED_LIB_SUFFIX, "$shrext_cmds", [Suffix for > shared objects]) > >> #define MODULE_EXTENSION SHARED_LIB_SUFFIX > > Sorry, I had completely forgotten it (better solu

Re: [E-devel] [PATCH] eina patch for cygwin-1.7

2009-06-18 Thread booleanlabel
Hi, lipens...@email.cz > +AC_DEFINE_UNQUOTED(SHARED_LIB_SUFFIX, "$shrext_cmds", [Suffix for shared objects]) > #define MODULE_EXTENSION SHARED_LIB_SUFFIX Sorry, I had completely forgotten it (better solution in your previous post). Pavel Lipenský wrote: Hi, E-devel and what about +

Re: [E-devel] E SVN: barbieri IN trunk: . MISC OLD OLD/MISC OLD/MISC/eeh OLD/MISC/eflame OLD/MISC/eke OLD/MISC/elapse OLD/MISC/elogin OLD/MISC/embrace OLD/MISC/engage OLD/MISC/enthrall OLD/MISC/envisi

2009-06-18 Thread Vincent Torri
On Fri, 19 Jun 2009, Brian 'morlenxus' Miculcy wrote: Hm isn't enthrall still maintained? There where some commits to it not long ago... i planned to write a small gui for it, but i don't have much time Vincent On Wed, Jun 17, 2009 at 11:00:45AM -0700, Enlightenment SVN wrote: Log: Ma

Re: [E-devel] E SVN: morlenxus trunk/E-MODULES-EXTRA/diskio/src

2009-06-18 Thread Brian 'morlenxus' Miculcy
Wops, thanks. :) On Thu, Jun 18, 2009 at 08:15:47PM -0300, Gustavo Sverzut Barbieri wrote: > On Thu, Jun 18, 2009 at 7:56 PM, Enlightenment > SVN wrote: > > Log: > >  EINA_LIST_FOREACH > > Author:       morlenxus > > Date:         2009-06-18 15:56:06 -0700 (Thu, 18 Jun 2009) > > New Revision: 4110

Re: [E-devel] E SVN: morlenxus trunk/E-MODULES-EXTRA/diskio/src

2009-06-18 Thread Gustavo Sverzut Barbieri
On Thu, Jun 18, 2009 at 7:56 PM, Enlightenment SVN wrote: > Log: >  EINA_LIST_FOREACH > Author:       morlenxus > Date:         2009-06-18 15:56:06 -0700 (Thu, 18 Jun 2009) > New Revision: 41109 > > Modified: >  trunk/E-MODULES-EXTRA/diskio/src/e_mod_config.c > > Modified: trunk/E-MODULES-EXTRA/dis

Re: [E-devel] E SVN: barbieri IN trunk: . MISC OLD OLD/MISC OLD/MISC/eeh OLD/MISC/eflame OLD/MISC/eke OLD/MISC/elapse OLD/MISC/elogin OLD/MISC/embrace OLD/MISC/engage OLD/MISC/enthrall OLD/MISC/envisi

2009-06-18 Thread Brian 'morlenxus' Miculcy
Hm isn't enthrall still maintained? There where some commits to it not long ago... On Wed, Jun 17, 2009 at 11:00:45AM -0700, Enlightenment SVN wrote: > Log: > Massive move of old stuff to OLD/ > > As discussed in the mail list, the following apps were NOT moved in > the hope they will be

Re: [E-devel] [e-users] moving E modules to OLD/BROKEN

2009-06-18 Thread Gustavo Sverzut Barbieri
On Thu, Jun 18, 2009 at 3:55 PM, Robin wrote: > 2009/6/18 Gustavo Sverzut Barbieri : >> On Wed, Jun 17, 2009 at 3:27 PM, Gustavo Sverzut >> Barbieri wrote: >>> Hi people, >>> >>> Just like we did for regular libraries and applications, we'll do it >>> for E-MOULES-EXTRA. I see lots of complaints[1]

Re: [E-devel] [e-users] moving E modules to OLD/BROKEN

2009-06-18 Thread Michael Jennings
On Thursday, 18 June 2009, at 14:57:58 (-0300), Gustavo Sverzut Barbieri wrote: > sda00 added an extensive review of modules and more at this url, > please check it out: > >http://trac.enlightenment.org/e/wiki/E17BinaryPackages/sda_notes That's one person's opinion and only reveals experienc

Re: [E-devel] moving E modules to OLD/BROKEN

2009-06-18 Thread Gustavo Sverzut Barbieri
On Wed, Jun 17, 2009 at 3:27 PM, Gustavo Sverzut Barbieri wrote: > Hi people, > > Just like we did for regular libraries and applications, we'll do it > for E-MOULES-EXTRA. I see lots of complaints[1] of e stability and > most are related to these modules, most of them unsupported. Please > discuss

Re: [E-devel] E SVN: raster trunk/BINDINGS/python/python-elementary/elementary

2009-06-18 Thread Gustavo Sverzut Barbieri
just one comment for python-elementary guys: do not use mapping as a dict to care about bindings and their arguments, dicts are not that slow, but not that fast either. For such try to use tuples, which are fast and lean on memory. On Thu, Jun 18, 2009 at 9:49 AM, Enlightenment SVN wrote: > Log: >

Re: [E-devel] moving E modules to OLD/BROKEN

2009-06-18 Thread Quaker
> Just like we did for regular libraries and applications, we'll do it > for E-MOULES-EXTRA. I see lots of complaints[1] of e stability and > most are related to these modules, most of them unsupported. Please > discuss which should stay and feel free to point more to be > moved. If you have a modu

Re: [E-devel] [PATCH] Remove Evas_Bool, Evas_List and Evas_Hash

2009-06-18 Thread Cedric BAIL
On Thu, Jun 18, 2009 at 10:14 AM, Sergey Semernin wrote: > In some modules deprecated types are still exists, and I removed it. > > Sincerely yours, Sergey. Thanks a lot, all in svn with minor modification. -- Cedric BAIL -

[E-devel] [PATCH] Remove Evas_Bool, Evas_List and Evas_Hash

2009-06-18 Thread Sergey Semernin
Hello, All. In some modules deprecated types are still exists, and I removed it. Sincerely yours, Sergey. -- Jabber/XMPP: sergey.semer...@gmail.com Cellular: +7-909-206-5992 Index: esmart/src/lib/esmart_cairo/esmart_cairo.c === ---