Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-07 Thread Youness Alaoui
I still personally see it as just confusing and an abnormal behavior, and it wasn't helpful at all in finding "leaks" (because in my case the unswallow happens after the part is 0x0, so the glitch/artifact only happened on race conditions). I will wait for cedric/gustavo's opinion on this, if one

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-07 Thread Daniel Juyung Seo
Yes, I understand what you mean. Both opinion have their own reasons. I was so confused when I first unswallowed my object :( Even I agree with both opinions, how about just letting them as is and just document it? reason1. As Gustavo and Raster said, this is a warning that we have to handle unswa

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-07 Thread The Rasterman
On Sat, 7 Jan 2012 21:27:13 -0500 Youness Alaoui said: well i lean towards leaving it as is. i do see your point though. and well the previous behaviour was a helpful indicator visually. we don't have any way to detect orphaned objects since ownership falls back into the flat base for objects whi

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-07 Thread Youness Alaoui
Understood, but I don't consider this behavior as a "tool" :p I don't know about others who use unswallow, but in my case, the unswallow was happening after an animation put the part in a 0x0 geometry state, so it wasn't visible anyways. Either way, what do you think the behavior should be? should

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-07 Thread The Rasterman
On Sat, 7 Jan 2012 20:50:26 -0500 Youness Alaoui said: the real issue here is, leak-wise, that there is no tool to help u find such leaks as the object will never appear in any leak checker as it is tracked by evas anyway. :( (nb - unswallow == edje releases control of the object.) > @Gustavo: I

Re: [E-devel] Using specifically written modules from Edje lua scripts.

2012-01-07 Thread The Rasterman
On Sun, 8 Jan 2012 07:04:38 +1000 David Seikel said: > On Sun, 8 Jan 2012 06:53:04 +1000 David Seikel > wrote: > > > On Sun, 8 Jan 2012 01:55:49 +1000 David Seikel > > wrote: > > > > > On Fri, 6 Jan 2012 20:32:30 +0900 Carsten Haitzler (The Rasterman) > > > wrote: > > > > > > > On Thu, 5 Ja

Re: [E-devel] Using specifically written modules from Edje lua scripts.

2012-01-07 Thread The Rasterman
On Sun, 8 Jan 2012 06:53:04 +1000 David Seikel said: > On Sun, 8 Jan 2012 01:55:49 +1000 David Seikel > wrote: > > > On Fri, 6 Jan 2012 20:32:30 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Thu, 5 Jan 2012 23:38:55 +1000 David Seikel > > > said: > > > > > > > On Thu, 5 Jan

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

2012-01-07 Thread Michael Blumenkrantz
On Sat, 7 Jan 2012 20:51:35 -0500 Youness Alaoui wrote: > No, on the ps3 :) > > On Sat, Jan 7, 2012 at 9:10 AM, Michael Blumenkrantz < > michael.blumenkra...@gmail.com> wrote: > > > On Sat, 7 Jan 2012 03:39:23 -0800 > > "Enlightenment SVN" wrote: > > > > > Log: > > > Ecore-con: Let's not brea

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

2012-01-07 Thread Youness Alaoui
No, on the ps3 :) On Sat, Jan 7, 2012 at 9:10 AM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > On Sat, 7 Jan 2012 03:39:23 -0800 > "Enlightenment SVN" wrote: > > > Log: > > Ecore-con: Let's not break compilation if net/if.h is not found (or old > > system) > > > > Author:

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-07 Thread Youness Alaoui
@Gustavo: I understand your point about leaks but I'd expect a developer to not need a visual aid for him to write proper code. Not leaking is standard programing knowledge, so it's not about being "novice" in using the EFL. My issue is that I don't want to destroy the objects, just hide them (scro

Re: [E-devel] edje aspect calculation

2012-01-07 Thread Cedric BAIL
On Sat, Jan 7, 2012 at 9:32 PM, Andreas Volz wrote: > Am Fri, 6 Jan 2012 20:18:07 +0900 schrieb Carsten Haitzler (The > Rasterman): > >> On Thu, 5 Jan 2012 19:47:16 +0100 Andreas Volz >> said: >> >> u.. you know aspect: X X2 is: >> >> aascpet: MINIMUM MAXIMUM; >> >> and they are width/wight..

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-07 Thread Cedric BAIL
On Sat, Jan 7, 2012 at 7:21 PM, Michael Blumenkrantz wrote: > On Sat, 7 Jan 2012 18:16:04 + > Iván Briano (Sachiel) wrote: > >> 2012/1/7 Gustavo Sverzut Barbieri : >> > On Sat, Jan 7, 2012 at 9:39 AM, Enlightenment SVN >> > wrote: >> >> Log: >> >> Edje: hide an object after unswallow >> >>  

Re: [E-devel] Using specifically written modules from Edje lua scripts.

2012-01-07 Thread David Seikel
On Sun, 8 Jan 2012 06:53:04 +1000 David Seikel wrote: > On Sun, 8 Jan 2012 01:55:49 +1000 David Seikel > wrote: > > > On Fri, 6 Jan 2012 20:32:30 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Thu, 5 Jan 2012 23:38:55 +1000 David Seikel > > > said: > > > > > > > On Thu, 5 Ja

Re: [E-devel] Using specifically written modules from Edje lua scripts.

2012-01-07 Thread David Seikel
On Sun, 8 Jan 2012 01:55:49 +1000 David Seikel wrote: > On Fri, 6 Jan 2012 20:32:30 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 5 Jan 2012 23:38:55 +1000 David Seikel > > said: > > > > > On Thu, 5 Jan 2012 16:43:29 +0900 Carsten Haitzler (The Rasterman) > > > wrote: > > >

Re: [E-devel] edje aspect calculation

2012-01-07 Thread Andreas Volz
Am Fri, 6 Jan 2012 20:18:07 +0900 schrieb Carsten Haitzler (The Rasterman): > On Thu, 5 Jan 2012 19:47:16 +0100 Andreas Volz > said: > > u.. you know aspect: X X2 is: > > aascpet: MINIMUM MAXIMUM; > > and they are width/wight... you are making maximum LESS than > minimum... :) Ah, ok. Now

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-07 Thread Michael Blumenkrantz
On Sat, 7 Jan 2012 18:16:04 + Iván Briano (Sachiel) wrote: > 2012/1/7 Gustavo Sverzut Barbieri : > > On Sat, Jan 7, 2012 at 9:39 AM, Enlightenment SVN > > wrote: > >> Log: > >> Edje: hide an object after unswallow > >>  Simply doing an unswallow would leave the object where it was in the > >

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-07 Thread Sachiel
2012/1/7 Gustavo Sverzut Barbieri : > On Sat, Jan 7, 2012 at 9:39 AM, Enlightenment SVN > wrote: >> Log: >> Edje: hide an object after unswallow >>  Simply doing an unswallow would leave the object where it was in the >>  evas, visible, but edje would not be handling it anymore. > > nah, you're su

Re: [E-devel] Editje bugs?

2012-01-07 Thread David Seikel
On Fri, 6 Jan 2012 20:23:50 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 5 Jan 2012 19:56:25 +0100 Andreas Volz > said: > > > Am Thu, 5 Jan 2012 05:55:32 -0500 schrieb Michael Blumenkrantz: > > > > > On Thu, 5 Jan 2012 08:01:52 +0100 > > > Andreas Volz wrote: > > > > > > > Am Wed,

Re: [E-devel] Using specifically written modules from Edje lua scripts.

2012-01-07 Thread David Seikel
On Fri, 6 Jan 2012 20:32:30 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 5 Jan 2012 23:38:55 +1000 David Seikel > said: > > > On Thu, 5 Jan 2012 16:43:29 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Mon, 2 Jan 2012 21:09:19 +1000 David Seikel > > > said: > > > >

Re: [E-devel] Editje bugs?

2012-01-07 Thread The Rasterman
On Thu, 5 Jan 2012 19:56:25 +0100 Andreas Volz said: > Am Thu, 5 Jan 2012 05:55:32 -0500 schrieb Michael Blumenkrantz: > > > On Thu, 5 Jan 2012 08:01:52 +0100 > > Andreas Volz wrote: > > > > > Am Wed, 4 Jan 2012 17:20:01 -0500 schrieb Michael Blumenkrantz: > > > > > > > On Wed, 4 Jan 2012 23:

Re: [E-devel] edje aspect calculation

2012-01-07 Thread The Rasterman
On Thu, 5 Jan 2012 19:47:16 +0100 Andreas Volz said: u.. you know aspect: X X2 is: aascpet: MINIMUM MAXIMUM; and they are width/wight... you are making maximum LESS than minimum... :) > Hello, > > I just noticed that edje has a problem regarding aspect calculation. > > It seems there is

Re: [E-devel] Using specifically written modules from Edje lua scripts.

2012-01-07 Thread The Rasterman
On Thu, 5 Jan 2012 23:38:55 +1000 David Seikel said: > On Thu, 5 Jan 2012 16:43:29 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Mon, 2 Jan 2012 21:09:19 +1000 David Seikel > > said: > > > > how will the lua be able to detect the api call is there safely > > without totally ceasing

Re: [E-devel] E SVN: kakaroto trunk/edje/src/lib

2012-01-07 Thread Gustavo Sverzut Barbieri
On Sat, Jan 7, 2012 at 9:39 AM, Enlightenment SVN wrote: > Log: > Edje: hide an object after unswallow >  Simply doing an unswallow would leave the object where it was in the >  evas, visible, but edje would not be handling it anymore. nah, you're supposed to do this in the application or edje us

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

2012-01-07 Thread Michael Blumenkrantz
On Sat, 7 Jan 2012 03:39:23 -0800 "Enlightenment SVN" wrote: > Log: > Ecore-con: Let's not break compilation if net/if.h is not found (or old > system) > > Author: kakaroto > Date: 2012-01-07 03:39:23 -0800 (Sat, 07 Jan 2012) > New Revision: 66956 > Trac: http://trac.enlig

Re: [E-devel] Genlist relative insertion bugs

2012-01-07 Thread Cedric BAIL
Hey, On Sat, Jan 7, 2012 at 3:22 AM, Gustavo Sverzut Barbieri wrote: > Doing some simple changes to enjoy resulted in lots of bugs with > genlist... who is using it for more than a simple demo? Seems totally > unusable for real work usage :-( > > Aside from previous bug that have genlist to get d