Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-07-26 Thread The Rasterman
On Tue, 26 Jul 2011 09:11:54 +0200 (CEST) Vincent Torri said: i want 1.1 out in the very near future. waiting on some pending things like improved docs to settle then we go on a 1.1 binge. i'm going through my backlog atm though. > > backport to 1.0 ? > > Vincent > > On Tue, 26 Jul 2011, Enli

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-07-26 Thread Vincent Torri
backport to 1.0 ? Vincent On Tue, 26 Jul 2011, Enlightenment SVN wrote: > Log: > fix timer precision handling to do what it was meant to do to begin with > > > > Author: raster > Date: 2011-07-26 00:01:55 -0700 (Tue, 26 Jul 2011) > New Revision: 61730 > Trac: http://trac.e

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-06-28 Thread The Rasterman
On Tue, 28 Jun 2011 14:38:05 +0200 (CEST) Vincent Torri said: throttle sleep always runs after all idle enterers are done. its also a single point so one "subsystem" can throttle up while one throttles down, thus both adjusting the sleep time up and down to the "right level" in the end. > what's

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-06-28 Thread Vincent Torri
what's he differences between idle_enterer and throttle ? Vincent On Tue, 28 Jun 2011, Enlightenment SVN wrote: > Log: > add ecore_throttle > > > > Author: raster > Date: 2011-06-28 05:34:52 -0700 (Tue, 28 Jun 2011) > New Revision: 60756 > Trac: http://trac.enlightenment.

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-04-24 Thread The Rasterman
On Thu, 21 Apr 2011 11:55:03 -0300 Gustavo Sverzut Barbieri said: > On Wed, Apr 20, 2011 at 10:47 PM, Carsten Haitzler > wrote: > > On Wed, 20 Apr 2011 10:54:03 -0300 Gustavo Sverzut Barbieri > > said: > > > >> On Wed, Apr 20, 2011 at 3:51 AM, Enlightenment SVN > >> wrote: > >> > Log: > >> > a

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-04-21 Thread Gustavo Sverzut Barbieri
On Wed, Apr 20, 2011 at 10:47 PM, Carsten Haitzler wrote: > On Wed, 20 Apr 2011 10:54:03 -0300 Gustavo Sverzut Barbieri > said: > >> On Wed, Apr 20, 2011 at 3:51 AM, Enlightenment SVN >> wrote: >> > Log: >> > add animator runtime stuff to run animator for fixed timelength and an >> >  interpolat

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-04-20 Thread The Rasterman
On Wed, 20 Apr 2011 10:54:03 -0300 Gustavo Sverzut Barbieri said: > On Wed, Apr 20, 2011 at 3:51 AM, Enlightenment SVN > wrote: > > Log: > > add animator runtime stuff to run animator for fixed timelength and an > >  interpolation mapping func. > > > > +   typedef Eina_Bool (*Ecore_Timeline_Cb

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-04-20 Thread Cedric BAIL
On Wed, Apr 20, 2011 at 4:13 PM, Daniel Juyung Seo wrote: > I agree with Gustavo. > 'run' has nothing to do with the context. > > I suggest 'expiretime_set': >    ecore_animator_add() >    ecore_animator_expiretime_set() > On Wed, Apr 20, 2011 at 10:54 PM, Gustavo Sverzut Barbieri < > barbi...@pr

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-04-20 Thread Daniel Juyung Seo
I agree with Gustavo. 'run' has nothing to do with the context. I suggest 'expiretime_set': ecore_animator_add() ecore_animator_expiretime_set() Thanks. Daniel Juyung Seo (SeoZ) On Wed, Apr 20, 2011 at 10:54 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wed, Apr

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-04-20 Thread Gustavo Sverzut Barbieri
On Wed, Apr 20, 2011 at 3:51 AM, Enlightenment SVN wrote: > Log: > add animator runtime stuff to run animator for fixed timelength and an >  interpolation mapping func. > +   typedef Eina_Bool (*Ecore_Timeline_Cb) (void *data, double pos); > +   EAPI Ecore_Animator *ecore_animator_run_add(doubl

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-01-31 Thread The Rasterman
On Tue, 1 Feb 2011 07:30:02 +0100 (CET) Vincent Torri said: > > > On Tue, 1 Feb 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 1 Feb 2011 07:13:20 +0100 (CET) Vincent Torri > > said: > > > > in this case i dont intend to apply to the branch. its a slightly "major" > > change. >

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-01-31 Thread Vincent Torri
On Tue, 1 Feb 2011, Carsten Haitzler (The Rasterman) wrote: > On Tue, 1 Feb 2011 07:13:20 +0100 (CET) Vincent Torri > said: > > in this case i dont intend to apply to the branch. its a slightly "major" > change. ok. And about my question ? Vincent > >> >> wouldn't it be possible to do a scri

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-01-31 Thread The Rasterman
On Tue, 1 Feb 2011 07:13:20 +0100 (CET) Vincent Torri said: in this case i dont intend to apply to the branch. its a slightly "major" change. > > wouldn't it be possible to do a script that apply a patch against trunk > and a branch if needed ? > > Vincent > > On Mon, 31 Jan 2011, Enlightenm

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-01-31 Thread Vincent Torri
wouldn't it be possible to do a script that apply a patch against trunk and a branch if needed ? Vincent On Mon, 31 Jan 2011, Enlightenment SVN wrote: > Log: > From: Mike McCormack > Subject: Re: [E-devel] [PATCH] Handle ecore signals with a pipe > > This removes a race condition in the mai

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2010-08-16 Thread The Rasterman
On Sat, 14 Aug 2010 10:58:09 -0300 Lucas De Marchi said: > On Sat, Aug 14, 2010 at 8:19 AM, Enlightenment SVN > wrote: > >  static int > >  _ecore_main_select(double timeout) > >  { > > @@ -625,18 +848,10 @@ > >    FD_ZERO(&exfds); > > > >    /* call the prepare callback for all handlers */ > >

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2010-08-14 Thread Lucas De Marchi
On Sat, Aug 14, 2010 at 8:19 AM, Enlightenment SVN wrote: >  static int >  _ecore_main_select(double timeout) >  { > @@ -625,18 +848,10 @@ >    FD_ZERO(&exfds); > >    /* call the prepare callback for all handlers */ > +   _ecore_main_prepare_handlers(); >  #ifndef HAVE_EPOLL >    EINA_INLIST_FORE

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2008-11-03 Thread Gustavo Sverzut Barbieri
On Mon, Nov 3, 2008 at 11:13 AM, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > Gustavo Sverzut Barbieri schrieb: >> >> On Mon, Nov 3, 2008 at 3:42 AM, Enlightenment SVN >> <[EMAIL PROTECTED]> wrote: >> >>> >>> Log: >>> add patch to add a pipe handler for glueing threads to the core main >>> loop vi

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2008-11-03 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri schrieb: > On Mon, Nov 3, 2008 at 3:42 AM, Enlightenment SVN > <[EMAIL PROTECTED]> wrote: > >> Log: >> add patch to add a pipe handler for glueing threads to the core main loop >> via >> pipes - makes it save for a thread to send a message to the main loop and >> not

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2008-11-03 Thread Iván Briano (Sachiel)
On Mon, Nov 3, 2008 at 8:46 AM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Mon, Nov 3, 2008 at 3:42 AM, Enlightenment SVN > <[EMAIL PROTECTED]> wrote: >> Log: >> add patch to add a pipe handler for glueing threads to the core main loop >> via >> pipes - makes it save for a thread t

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2008-11-03 Thread Gustavo Sverzut Barbieri
On Mon, Nov 3, 2008 at 3:42 AM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: > Log: > add patch to add a pipe handler for glueing threads to the core main loop via > pipes - makes it save for a thread to send a message to the main loop and not > need lots of thread locks etc. ok, this code have