Re: [E-devel] E SVN: cedric trunk/E-MODULES-EXTRA/calendar/src

2010-03-31 Thread Gustavo Sverzut Barbieri
On Wed, Mar 31, 2010 at 4:50 AM, Enlightenment SVN wrote: > Log: >        * calendar: fix month decrease/increase. > > Author:       cedric > Date:         2010-03-31 05:50:25 -0700 (Wed, 31 Mar 2010) > New Revision: 47625 > > Modified: >  trunk/E-MODULES-EXTRA/calendar/src/e_mod_main.c > > Modifi

Re: [E-devel] E SVN: tiago trunk/editje/editje

2010-03-31 Thread Gustavo Sverzut Barbieri
On Wed, Mar 31, 2010 at 4:51 AM, Enlightenment SVN wrote: > Log: >  Removing deprecated code > Author:       tiago > Date:         2010-03-31 05:51:55 -0700 (Wed, 31 Mar 2010) > New Revision: 47626 > > Modified: >  trunk/editje/editje/details_state.py > > Modified: trunk/editje/editje/details_stat

Re: [E-devel] e17 issue: EDJE not finding LUA on MacOS-X Leopard

2010-03-31 Thread Gustavo Sverzut Barbieri
On Tue, Mar 30, 2010 at 9:40 PM, Vincent Torri wrote: > On Tue, 30 Mar 2010, Dave Ray wrote: > >> My environment is MacOS-X 10.5.8 (Leopard) on a Macbook Pro (64-bit >> Intel i686 Darwin), gcc 4.0.1 from XCode 3.1.4. >> I am not using fink, everything installs in /usr/local. e16 and many >> other

Re: [E-devel] E SVN: cedric IN trunk/E-MODULES-EXTRA/calendar: . src

2010-03-31 Thread Leif Middelschulte
Hello, 2010/3/29 Enlightenment SVN : > Log: >        * calendar: now you can move in the timeline. > >        TODO: Add support for remote service with a local cache. >        People do you have suggestion on what kind of remote >        calendar this module should support ? > How about (Web-/)Cal

Re: [E-devel] E SVN: cedric IN trunk/E-MODULES-EXTRA/calendar: . src

2010-03-31 Thread Nicolas Aguirre
On Mon, Mar 29, 2010 at 5:54 PM, Enlightenment SVN wrote: > Log: >        * calendar: now you can move in the timeline. > >        TODO: Add support for remote service with a local cache. >        People do you have suggestion on what kind of remote >        calendar this module should support ? >

Re: [E-devel] E SVN: cedric IN trunk/E-MODULES-EXTRA/calendar: . src

2010-03-31 Thread Cedric BAIL
On Wed, Mar 31, 2010 at 4:52 PM, Leif Middelschulte wrote: > Hello, > > 2010/3/29 Enlightenment SVN : >> Log: >>        * calendar: now you can move in the timeline. >> >>        TODO: Add support for remote service with a local cache. >>        People do you have suggestion on what kind of remote

Re: [E-devel] E SVN: cedric IN trunk/E-MODULES-EXTRA/calendar: . src

2010-03-31 Thread Tom Haste
Thunderbird & Evolution both support CalDAV, as does Google & Yahoo. Seems like a well supported standard! On 31 March 2010 23:04, Cedric BAIL wrote: > On Wed, Mar 31, 2010 at 4:52 PM, Leif Middelschulte > wrote: >> Hello, >> >> 2010/3/29 Enlightenment SVN : >>> Log: >>>        * calendar: now y

Re: [E-devel] e17 issue: EDJE not finding LUA on MacOS-X Leopard

2010-03-31 Thread Dave Ray
Gustavo Sverzut Barbieri wrote: >> Well, there is several solutions: >> >> 1) as you said, write your own .pc file and put it in the correct >> directory. (that's what i do for Windows) >> >> 2) i can add a check of lua library in edje's configure.ac if >> no .pc file >> is found. >> >> I'll try

Re: [E-devel] e17 issue: EDJE not finding LUA on MacOS-X Leopard

2010-03-31 Thread Vincent Torri
On Wed, 31 Mar 2010, Dave Ray wrote: > Gustavo Sverzut Barbieri wrote: >>> Well, there is several solutions: >>> >>> 1) as you said, write your own .pc file and put it in the correct >>> directory. (that's what i do for Windows) >>> >>> 2) i can add a check of lua library in edje's configure.ac

Re: [E-devel] e17 issue: EDJE not finding LUA on MacOS-X Leopard

2010-03-31 Thread Dave Ray
On Mar 31, 2010, at 12:36 PM, Vincent Torri wrote: > On Wed, 31 Mar 2010, Dave Ray wrote: >> Gustavo Sverzut Barbieri wrote: Well, there is several solutions: ... 2) i can add a check of lua library in edje's configure.ac if no .pc file is found. I'll try to find

Re: [E-devel] e17 issue: EDJE not finding LUA on MacOS-X Leopard

2010-03-31 Thread Vincent Torri
On Wed, 31 Mar 2010, Dave Ray wrote: >> >> if you just configured with >> >> LUA_CFLAGS="-I/my/prefix/include" LUA_LIBS="-L/my/prefix/lib" ./configure >> >> then it's normal. >> >> Try >> >> LUA_CFLAGS="-I/my/prefix/include" LUA_LIBS="-L/my/prefix/lib -llua" >> ./configure did you read **

Re: [E-devel] e17 issue: EDJE not finding LUA on MacOS-X Leopard

2010-03-31 Thread Dave Ray
On Mar 31, 2010, at 1:05 PM, Vincent Torri wrote: > On Wed, 31 Mar 2010, Dave Ray wrote: >>> if you just configured with >>> LUA_CFLAGS="-I/my/prefix/include" LUA_LIBS="-L/my/prefix/lib" ./ >>> configure >>> then it's normal. >>> Try >>> LUA_CFLAGS="-I/my/prefix/include" LUA_LIBS="-L/my/prefix/l

Re: [E-devel] e17 issue: EDJE not finding LUA on MacOS-X Leopard

2010-03-31 Thread The Rasterman
On Wed, 31 Mar 2010 14:57:52 -0700 Dave Ray said: > > On Mar 31, 2010, at 1:05 PM, Vincent Torri wrote: > > > On Wed, 31 Mar 2010, Dave Ray wrote: > >>> if you just configured with > >>> LUA_CFLAGS="-I/my/prefix/include" LUA_LIBS="-L/my/prefix/lib" ./ > >>> configure > >>> then it's normal. >

[E-devel] cleanup of server/svn access accounts.

2010-03-31 Thread The Rasterman
i recently found quite a number of accounts we have for svn commit access that are simply 100% inactive (never used once for anything) or have been inactive for what i consider "a while" with no good reason for that. here's the list. if you are on it expect your account to be removed some-time soon

Re: [E-devel] E SVN: cedric IN trunk/E-MODULES-EXTRA/calendar: . src

2010-03-31 Thread David Seikel
On Wed, 31 Mar 2010 23:18:35 +0800 Tom Haste wrote: > >>> Log: > >>>        * calendar: now you can move in the timeline. > >>> > >>>        TODO: Add support for remote service with a local cache. > >>>        People do you have suggestion on what kind of remote > >>>        calendar this module

Re: [E-devel] cleanup of server/svn access accounts.

2010-03-31 Thread David Seikel
On Thu, 1 Apr 2010 10:41:00 +0900 Carsten Haitzler (The Rasterman) wrote: > i recently found quite a number of accounts we have for svn commit > access that are simply 100% inactive (never used once for anything) > or have been inactive for what i consider "a while" with no good > reason for that

Re: [E-devel] e17 issue: EDJE not finding LUA on MacOS-X Leopard

2010-03-31 Thread Vincent Torri
On Wed, 31 Mar 2010, Dave Ray wrote: > > On Mar 31, 2010, at 1:05 PM, Vincent Torri wrote: > >> On Wed, 31 Mar 2010, Dave Ray wrote: if you just configured with LUA_CFLAGS="-I/my/prefix/include" LUA_LIBS="-L/my/prefix/lib" ./configure then it's normal. Try LUA_CFLAGS="-I

Re: [E-devel] cleanup of server/svn access accounts.

2010-03-31 Thread Christopher Michael
On 03/31/2010 11:37 PM, David Seikel wrote: > On Thu, 1 Apr 2010 10:41:00 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> i recently found quite a number of accounts we have for svn commit >> access that are simply 100% inactive (never used once for anything) >> or have been inactive for wha

Re: [E-devel] E SVN: barbieri IN trunk/emotion: . data m4 src src/edje_external src/lib

2010-03-31 Thread Gustavo Sverzut Barbieri
On Wed, Mar 31, 2010 at 7:59 PM, Enlightenment SVN wrote: > Log: >  Initial support for Emotion as Edje EXTERNAL. > >  Very crude, needs testing... but I can already play videos from inside >  editje and edje_player :-D mandatory sample edc, sorry! Just edje_cc it and run with edje_player... gree

Re: [E-devel] e17 issue: EDJE not finding LUA on MacOS-X Leopard

2010-03-31 Thread Vincent Torri
1) patch edje with the attached file : put that file in edje/, then: patch -p0 < edje_lua.diff 2) set CFLAGS accordingly: export CFLAGS="$CFLAGS -I/my/lua/prefix/include" 3) set LDFLAGS accordingly: export LDFLAGS="$LDFLAGS -L/my/lua/prefix/lib" note that there is no -llua anymore 4) run

Re: [E-devel] E SVN: barbieri IN trunk/emotion: . data m4 src src/edje_external src/lib

2010-03-31 Thread Vincent Torri
On Wed, 31 Mar 2010, Enlightenment SVN wrote: > Log: > Initial support for Emotion as Edje EXTERNAL. would you be interested in an m4 macro to simplify the integration of edje_external in configure.ac ? Vincent -- D

Re: [E-devel] E SVN: barbieri IN trunk/emotion: . data m4 src src/edje_external src/lib

2010-03-31 Thread Sachiel
On Thu, Apr 1, 2010 at 4:22 AM, Vincent Torri wrote: > > > On Wed, 31 Mar 2010, Enlightenment SVN wrote: > >> Log: >>  Initial support for Emotion as Edje EXTERNAL. > > would you be interested in an m4 macro to simplify the integration of > edje_external in configure.ac ? > Are you selling those

Re: [E-devel] e17 issue: EDJE not finding LUA on MacOS-X Leopard

2010-03-31 Thread The Rasterman
On Wed, 31 Mar 2010 20:33:38 -0300 Eduardo Felipe said: > > this is a fundamental issue with lua upstream. they simply don't want to > > join the modern world. if you want to use lua upstream directly-as-is... > > you will continue to have such problems. i know i'm in no mood to work > > around s

Re: [E-devel] E SVN: barbieri IN trunk/emotion: . data m4 src src/edje_external src/lib

2010-03-31 Thread Vincent Torri
On Thu, 1 Apr 2010, Iván Briano (Sachiel) wrote: On Thu, Apr 1, 2010 at 4:22 AM, Vincent Torri wrote: On Wed, 31 Mar 2010, Enlightenment SVN wrote: Log:  Initial support for Emotion as Edje EXTERNAL. would you be interested in an m4 macro to simplify the integration of edje_external in

Re: [E-devel] E SVN: barbieri IN trunk/emotion: . data m4 src src/edje_external src/lib

2010-03-31 Thread Sachiel
On Thu, Apr 1, 2010 at 5:04 AM, Vincent Torri wrote: > > > On Thu, 1 Apr 2010, Iván Briano (Sachiel) wrote: > >> On Thu, Apr 1, 2010 at 4:22 AM, Vincent Torri wrote: >>> >>> >>> On Wed, 31 Mar 2010, Enlightenment SVN wrote: >>> Log:  Initial support for Emotion as Edje EXTERNAL. >>> >>>

Re: [E-devel] cleanup of server/svn access accounts.

2010-03-31 Thread David Seikel
On Wed, 31 Mar 2010 23:48:36 -0400 Christopher Michael wrote: > On 03/31/2010 11:37 PM, David Seikel wrote: > > Personally, I've been way to busy with other stuff to do much in the > > way of open source coding. I started working on my own linux last > > month, > Sounds interestingany url ?

[E-devel] about ecore_exe

2010-03-31 Thread Vincent Torri
Hey, I want to simulate "ls |grep foo" with ecore_exe. So i create an Ecore_Exe *, named exe1, to execute "ls". In the DATA callback I create another Ecore_Exe *, named exe2, which executes "grep foo" and i call ecore_exe_send with exe2 and the data returned by "ls". If I create exe2 with jus