Re: [E-devel] E SVN: barbieri trunk/ecore

2010-02-26 Thread Gustavo Sverzut Barbieri
On Fri, Feb 26, 2010 at 3:50 AM, Vincent Torri wrote: > On Thu, 25 Feb 2010, Enlightenment SVN wrote: >> Log: >>  turn off build of ecore-txt and ecore-config by default. >> >>  These are deprecated and will be killed in short time, stop using them! >> >>  Recommendations: >> >>   * ecore-txt: use

Re: [E-devel] E SVN: barbieri trunk/ecore

2010-02-25 Thread Vincent Torri
On Thu, 25 Feb 2010, Enlightenment SVN wrote: > Log: > turn off build of ecore-txt and ecore-config by default. > > These are deprecated and will be killed in short time, stop using them! > > Recommendations: > > * ecore-txt: use eina_str_convert, drop in replacement, just sed. > > * ecor

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

2010-02-16 Thread Vincent Torri
> Modified: trunk/ecore/src/lib/ecore_evas/ecore_evas_x.c > === > --- trunk/ecore/src/lib/ecore_evas/ecore_evas_x.c 2010-02-16 12:59:37 UTC > (rev 46206) > +++ trunk/ecore/src/lib/ecore_evas/ecore_evas_x.c 2010-02-16 13:00:11

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

2008-11-23 Thread Gustavo Sverzut Barbieri
On Sun, Nov 23, 2008 at 10:49 PM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: > Log: > Easy to use and powerful getopt implementation. > > Create a parser description and give it the parameters, that's it. You > can store values (automatically converting types!), count occurrences, > make it t

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

2008-10-22 Thread Gustavo Sverzut Barbieri
On Wed, Oct 22, 2008 at 11:03 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Wed, Oct 22, 2008 at 11:00 PM, Enlightenment SVN > <[EMAIL PROTECTED]> wrote: >> Log: >> add helper ecore_evas_object_associate. >> >> We usually want to create an Ecore_Evas and attach an object to it, be

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

2008-10-22 Thread Gustavo Sverzut Barbieri
On Wed, Oct 22, 2008 at 11:00 PM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: > Log: > add helper ecore_evas_object_associate. > > We usually want to create an Ecore_Evas and attach an object to it, be > it the background, your smart object that will manage the scene (ie: > edje) and this is r