Preferred patch looks good, fixes my problems.

On Wed, Sep 10, 2008 at 2:34 AM, Gustavo Sverzut Barbieri
<[EMAIL PROTECTED]> wrote:

> On Tue, Sep 9, 2008 at 9:14 PM, Gustavo Sverzut Barbieri
> <[EMAIL PROTECTED]> wrote:
> > On Tue, Sep 9, 2008 at 8:41 PM,  <[EMAIL PROTECTED]> wrote:
> >> Author:       barbieri
> >> Date:         2008-09-09 16:41:42 -0700 (Tue, 09 Sep 2008)
> >> New Revision: 35908
> >>
> >> Modified:
> >>  trunk/edje/src/lib/edje_calc.c trunk/edje/src/lib/edje_private.h
> trunk/edje/src/lib/edje_smart.c trunk/edje/src/lib/edje_util.c
> >> Log:
> >>
> >> Revert edje calculate optimizations.
> >>
> >> Edje is tricky, it's event processing is too weird and Cedric's
> >> changes to make it work are not working as expected. Edje freezes
> >> itself while processing signals, but in mouse down cb it forces
> >> recalculate, which seems was previously ignored, but now they are not.
> >>
> >> We should look at how to fix this and then re-apply this patch.
> >
> > Attached is a patch to attempt to fix the issues. It will not look for
> > postponed flag before recalculate (postpone does not force it anymore)
> > and for input event callbacks it will force recalculation with
> > _edje_recalc_do().
> >
> > I grep'ed for other _edje_recalc() code, there are some suspicious
> > cases in edje_program(), it would be great if people with
> > embryo-intensive applications could apply this patch and report if
> > there are problems.
>
> As  I suspected, edje_program.c code does need to forcelly call
> _edje_recalc_do(). Attached are two patches, the preferred one that
> just forces recalc after scripts (embryo) run and another that forces
> it after all kind of programs run. Please try the preferred and if it
> does not work try alternative. Please report which one worked or
> failed.
>
> thanks
>
> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --------------------------------------
> MSN: [EMAIL PROTECTED]
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to