Re: [E-devel] Bug edje map

2013-03-03 Thread Paulo Cavalcanti
Hi Cedric, Cedric BAIL writes: > I pushed that patch with a small. I moved the content_change call into > the relayout function. So any relayout of the content of a text object > will trigger that surface drop, this should fix more bugs. Sounds right to me. Thanks. -- Paulo Cavalcanti, Intel

Re: [E-devel] Bug edje map

2013-03-03 Thread Cedric BAIL
On Fri, Mar 1, 2013 at 11:10 PM, Cedric BAIL wrote: > On Fri, Mar 1, 2013 at 7:12 AM, Paulo Cavalcanti wrote: >> Hi Cedric, >> >> Cedric BAIL writes: >> >>> I now understand your problem. I still have a few question. What >>> happen if you rotate an edje object with a GROUP part that has an >>>

Re: [E-devel] Bug edje map

2013-03-01 Thread Cedric BAIL
On Fri, Mar 1, 2013 at 7:12 AM, Paulo Cavalcanti wrote: > Hi Cedric, > > Cedric BAIL writes: > >> I now understand your problem. I still have a few question. What >> happen if you rotate an edje object with a GROUP part that has an >> animated text in that group. My guess looking at the code is t

Re: [E-devel] Bug edje map

2013-02-28 Thread Paulo Cavalcanti
Hi Cedric, Cedric BAIL writes: > I now understand your problem. I still have a few question. What > happen if you rotate an edje object with a GROUP part that has an > animated text in that group. My guess looking at the code is that it > wont work also. > > I also think that if you change the f

Re: [E-devel] Bug edje map

2013-02-28 Thread Paulo Cavalcanti
Hi, Gustavo Sverzut Barbieri writes: > That may be another bug, we did not test but the current patch indeed > fixes the problem, discarding the previous surface sooner than later. > > If you want another function, there is no need to mark it as > dirty/changed, just isolate the mapped surface c

Re: [E-devel] Bug edje map

2013-02-28 Thread Gustavo Sverzut Barbieri
Hi Cedric, That may be another bug, we did not test but the current patch indeed fixes the problem, discarding the previous surface sooner than later. If you want another function, there is no need to mark it as dirty/changed, just isolate the mapped surface cleanup code into a function, call it

Re: [E-devel] Bug edje map

2013-02-27 Thread Cedric BAIL
On Thu, Feb 28, 2013 at 2:52 AM, Paulo Cavalcanti wrote: > Ederson Souza writes: >> I'd like to inform about a bug I've found in Edje. If one tries to change >> the text of a TEXT part using a rotation transition, the text will only be >> changed if new text size is different from previous one. I

Re: [E-devel] Bug edje map

2013-02-27 Thread Paulo Cavalcanti
Ederson Souza writes: > I'd like to inform about a bug I've found in Edje. If one tries to change > the text of a TEXT part using a rotation transition, the text will only be > changed if new text size is different from previous one. If not, it will > show the animation, but the text won't change

Re: [E-devel] Bug edje map

2013-02-23 Thread ChunEon Park
map nightmare returns. -Regards, Hermet- -Original Message- From: "Carsten Haitzler" To: "Enlightenment developer list"; Cc: Sent: 2013-02-23 (토) 12:23:49 Subject: Re: [E-devel] Bug edje map On Fri, 22 Feb 2013 17:30:08

Re: [E-devel] Bug edje map

2013-02-22 Thread The Rasterman
On Fri, 22 Feb 2013 17:30:08 -0300 Ederson Souza said: oh map. oh so much fun. :) > Hi, > > I'd like to inform about a bug I've found in Edje. If one tries to change > the text of a TEXT part using a rotation transition, the text will only be > changed if new text size is different from previou

[E-devel] Bug edje map

2013-02-22 Thread Ederson Souza
Hi, I'd like to inform about a bug I've found in Edje. If one tries to change the text of a TEXT part using a rotation transition, the text will only be changed if new text size is different from previous one. If not, it will show the animation, but the text won't change. I've realised that if the