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
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
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
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.
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
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
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
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
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
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
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.
>
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
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
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
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 */
> >
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
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
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
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
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
20 matches
Mail list logo