Re: [E-devel] E CVS: libs/ecore onefang

2006-10-28 Thread The Rasterman
On Sat, 28 Oct 2006 17:41:39 +0200 Kim Woelders <[EMAIL PROTECTED]> babbled: > Enlightenment CVS wrote: > > Enlightenment CVS committal > > > > Author : onefang > > Project : e17 > > Module : libs/ecore > > > > Dir : e17/libs/ecore/src/lib/ecore_file > > > > > > Modified Files: > > E

Re: [E-devel] E CVS: libs/ecore onefang

2006-10-28 Thread David Seikel
On Sat, 28 Oct 2006 17:41:39 +0200 Kim Woelders <[EMAIL PROTECTED]> wrote: > Enlightenment CVS wrote: > > Enlightenment CVS committal > > > > Author : onefang > > Project : e17 > > Module : libs/ecore > > > > Dir : e17/libs/ecore/src/lib/ecore_file > > > > > > Modified Files: > > Eco

Re: [E-devel] E CVS: libs/ecore onefang

2006-10-28 Thread Kim Woelders
Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : onefang > Project : e17 > Module : libs/ecore > > Dir : e17/libs/ecore/src/lib/ecore_file > > > Modified Files: > Ecore_File.h ecore_file.c > > > Log Message: > Copy filename escaping code from e_utils to make it

Re: [E-devel] E CVS: libs/ecore onefang

2006-09-26 Thread Brian Mattern
On Tue, Sep 26, 2006 at 01:16:13AM -0400, Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : onefang > Project : e17 > Module : libs/ecore > > Dir : e17/libs/ecore/src/lib/ecore_desktop > > > Modified Files: > Makefile.am ecore_desktop_private.h > Removed Files: >

Re: [E-devel] E CVS: libs/ecore onefang

2006-09-25 Thread Sebastian Dransfeld
Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : onefang > Project : e17 > Module : libs/ecore > > Dir : e17/libs/ecore/src/lib/ecore_desktop > > > Modified Files: > Makefile.am ecore_desktop_private.h > Removed Files: > ecore_desktop_xml.c > > > Log Mes

Re: [E-devel] E CVS: libs/ecore onefang

2006-09-24 Thread Sebastian Dransfeld
> { > - if (!desktop->data) desktop->data = > ecore_desktop_ini_get(desktop->original_path); > + desktop->data = ecore_desktop_ini_get(desktop->original_path); If you always want to init data, should you not delete it first if it exists? Sebastian

Re: [E-devel] E CVS: libs/ecore onefang

2006-09-17 Thread The Rasterman
On Sun, 17 Sep 2006 01:23:26 -0500 "Nathan Ingersoll" <[EMAIL PROTECTED]> babbled: > This is the type of information it would be great to get onto the > website under some sort of development section. One of the few reasons > I can see for a wiki is that it would be easy to throw up bits like > th

Re: [E-devel] E CVS: libs/ecore onefang

2006-09-16 Thread Nathan Ingersoll
This is the type of information it would be great to get onto the website under some sort of development section. One of the few reasons I can see for a wiki is that it would be easy to throw up bits like this with less formality. Even for those of us that try to keep up on IRC and list discussion

Re: [E-devel] E CVS: libs/ecore onefang

2006-09-16 Thread brian . mattern
On Sat, Sep 16, 2006 at 10:08:36PM -0500, Ed Presutti wrote: > On Sun, 2006-09-17 at 10:20 +0900, Carsten Haitzler wrote: > > On Sat, 16 Sep 2006 16:38:28 -0500 Ed Presutti <[EMAIL PROTECTED]> babbled: > > > > > Why the conversion back to .edj? Didn't we just convert to .eap a little > > > over a

Re: [E-devel] E CVS: libs/ecore onefang

2006-09-16 Thread Ed Presutti
On Sun, 2006-09-17 at 10:20 +0900, Carsten Haitzler wrote: > On Sat, 16 Sep 2006 16:38:28 -0500 Ed Presutti <[EMAIL PROTECTED]> babbled: > > > Why the conversion back to .edj? Didn't we just convert to .eap a little > > over a year ago? > > no - eaps have been with us from the day e could do "app

Re: [E-devel] E CVS: libs/ecore onefang

2006-09-16 Thread The Rasterman
On Sat, 16 Sep 2006 16:38:28 -0500 Ed Presutti <[EMAIL PROTECTED]> babbled: > Why the conversion back to .edj? Didn't we just convert to .eap a little > over a year ago? no - eaps have been with us from the day e could do "apps". :) > Just had to ask. :-) > > Thanks, > Ed > > On Sat, 2006-09-1

Re: [E-devel] E CVS: libs/ecore onefang

2006-09-16 Thread Ed Presutti
Why the conversion back to .edj? Didn't we just convert to .eap a little over a year ago? Just had to ask. :-) Thanks, Ed On Sat, 2006-09-16 at 16:01 -0400, Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : onefang > Project : e17 > Module : libs/ecore > > Dir : e17/lib

Re: [E-devel] E CVS: libs/ecore onefang

2006-08-15 Thread Sebastian Dransfeld
Enlightenment CVS wrote: > > -/* FIXME: No unnecessary includes in exported headers. */ > +/* FIXME: No unnecessary includes in exported headers, when things settle > down and we know what is unnecessary. */ > #include > +#include > #include > #include > #include > @@ -35,7 +36,7 @@ >

Re: [E-devel] E CVS: libs/ecore onefang

2006-08-11 Thread David Seikel
On Fri, 11 Aug 2006 14:23:59 +0100 Essien Ita Essien <[EMAIL PROTECTED]> wrote: > Enlightenment CVS wrote: > > Enlightenment CVS committal > > > > Author : onefang > > Project : e17 > > Module : libs/ecore > > > > Dir : e17/libs/ecore/src/lib/ecore_desktop > > > > > > > > > > Log Message: >

Re: [E-devel] E CVS: libs/ecore onefang

2006-08-11 Thread Essien Ita Essien
Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : onefang > Project : e17 > Module : libs/ecore > > Dir : e17/libs/ecore/src/lib/ecore_desktop > > > > > Log Message: > Directory /cvs/e/e17/libs/ecore/src/lib/ecore_desktop added to the repository > > > yay!!! ;) way to go