Re: [E-devel] get introduced to eina_log

2009-09-20 Thread Dave Andreoli
2009/9/18 Vincent Torri > > > On Fri, 18 Sep 2009, Dave Andreoli wrote: > > 2009/9/18 Gustavo Sverzut Barbieri >> >> On Fri, Sep 18, 2009 at 1:59 PM, Dave Andreoli >>> >> >> I have tryed this approach (manually call doxygen from the script) but >> some >> doxy stuff are in .in files that need

Re: [E-devel] Documentation in wiki

2009-09-20 Thread Dave Andreoli
2009/9/19 Vincent Torri > > Hey, > > I have group some items related to doc in the main page of wiki. > > What would be nice would be to "fill" some pages with the documentation > of the EFL generated by doxygen. > > Is it possible ? > > There is a trac doxygen plugins that should do that, but I

[E-devel] [patch] more mime types in efm

2009-09-20 Thread Valentin Brault
Hello, I propose to add some common mime types in the Enlightenment File Manager, in particular video, audio and office mime types. A patch is (hopefully :D) attached. If not, pastebin : http://pastebin.com/m75fd377a VB Index: trunk/e/data/themes/default.edc =

Re: [E-devel] E SVN: raster trunk/evas/src/modules/loaders/jpeg

2009-09-20 Thread David Seikel
On Sun, 20 Sep 2009 07:31:48 -0700 "Enlightenment SVN" wrote: > Log: > handle regions for all jpeg types (cymk, rgb, gray). other formats > dont support this (atm). there is possibly little point in doing > so... perhaps svg... thought maybe tiff too later? for now, get jpeg > 100% up to snuff.

Re: [E-devel] E SVN: raster trunk/evas/src/modules/loaders/jpeg

2009-09-20 Thread The Rasterman
On Mon, 21 Sep 2009 01:08:06 +1000 David Seikel said: > On Sun, 20 Sep 2009 07:31:48 -0700 "Enlightenment SVN" > wrote: > > > Log: > > handle regions for all jpeg types (cymk, rgb, gray). other formats > > dont support this (atm). there is possibly little point in doing > > so... perhaps svg.

Re: [E-devel] E SVN: raster trunk/evas/src/modules/loaders/jpeg

2009-09-20 Thread David Seikel
On Mon, 21 Sep 2009 01:14:03 +1000 Carsten Haitzler (The Rasterman) wrote: > On Mon, 21 Sep 2009 01:08:06 +1000 David Seikel > said: > > > On Sun, 20 Sep 2009 07:31:48 -0700 "Enlightenment SVN" > > wrote: > > > > > Log: > > > handle regions for all jpeg types (cymk, rgb, gray). other > > >

[E-devel] Nightly build system v2

2009-09-20 Thread Dave Andreoli
Two good news: 1. The online doxy generation its finally working again :) 2. I have on my server a new version of the old "nighly build system". You can see the new build log at: http://www.gurumeditation.it/e/builds/build.log this is also what I get by mail every night. and you can also see th

Re: [E-devel] Nightly build system v2

2009-09-20 Thread Gustavo Sverzut Barbieri
On Sun, Sep 20, 2009 at 7:55 PM, Dave Andreoli wrote: > Two good news: > > 1. The online doxy generation its finally working again :) > 2. I have on my server a new version of the old "nighly build system". > > > You can see the new build log at: > http://www.gurumeditation.it/e/builds/build.log >

Re: [E-devel] E SVN: raster trunk/evas/src/modules/loaders/jpeg

2009-09-20 Thread The Rasterman
On Mon, 21 Sep 2009 02:02:04 +1000 David Seikel said: > On Mon, 21 Sep 2009 01:14:03 +1000 Carsten Haitzler (The Rasterman) > wrote: > > > On Mon, 21 Sep 2009 01:08:06 +1000 David Seikel > > said: > > > > > On Sun, 20 Sep 2009 07:31:48 -0700 "Enlightenment SVN" > > > wrote: > > > > > > > Lo

Re: [E-devel] E SVN: raster trunk/evas/src/modules/loaders/jpeg

2009-09-20 Thread David Seikel
On Mon, 21 Sep 2009 10:09:46 +1000 Carsten Haitzler (The Rasterman) wrote: > On Mon, 21 Sep 2009 02:02:04 +1000 David Seikel > said: > > > On Mon, 21 Sep 2009 01:14:03 +1000 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Mon, 21 Sep 2009 01:08:06 +1000 David Seikel > > > said: > >

Re: [E-devel] Nightly build system v2

2009-09-20 Thread Vincent Torri
Hey > Two good news: > > 1. The online doxy generation its finally working again :) > 2. I have on my server a new version of the old "nighly build system". > > > You can see the new build log at: > http://www.gurumeditation.it/e/builds/build.log > this is also what I get by mail every night. > >

Re: [E-devel] Nightly build system v2

2009-09-20 Thread Vincent Torri
On Mon, 21 Sep 2009, Vincent Torri wrote: > > Hey > >> Two good news: >> >> 1. The online doxy generation its finally working again :) >> 2. I have on my server a new version of the old "nighly build system". >> >> >> You can see the new build log at: >> http://www.gurumeditation.it/e/builds/bui

Re: [E-devel] Nightly build system v2

2009-09-20 Thread Vincent Torri
On Mon, 21 Sep 2009, Vincent Torri wrote: > > Hey > >> Two good news: >> >> 1. The online doxy generation its finally working again :) >> 2. I have on my server a new version of the old "nighly build system". >> >> >> You can see the new build log at: >> http://www.gurumeditation.it/e/builds/bui

Re: [E-devel] Nightly build system v2

2009-09-20 Thread Vincent Torri
>> * using buildbot for the nighty build. There is a trac plugin for >> buildbot, and a friend of Lars Munch already looked at it > > Here are some doc: > > http://olivier.ramonat.free.fr/svn_trac_buildbot/svn_trac_buildbot_en.html or http://buildbot.net/trac/wiki/BuildbotAndTrac Vincent

[E-devel] question about eina_convert_dtoa()

2009-09-20 Thread Vincent Torri
Hey, Would it be interesting to add that behavior to eina_convert_dtoa() : if the 'des' parameter is NULL, return the length of the string. ? It would allow the user to alloca the string, instead of having a buffer Vincent -