Re: [E-devel] Edje programs question

2009-08-13 Thread Sachiel
On Thu, Aug 13, 2009 at 3:03 AM, Carsten Haitzler wrote: > On Fri, 07 Aug 2009 18:05:34 -0400 Christopher Michael > > said: > >> Carlo Ascani wrote: >> > Hi all, >> > this is a simple edj theme section: >> > ... >> > part{ >> >     name: "xxx"; >> >     type:RECT; >> >     mouse_events:1; >> >  

Re: [E-devel] [patch] patch to fix {horizontal, vertical}_flow box layouts.

2009-08-13 Thread Gustavo Sverzut Barbieri
svn it is r41739. On Thu, Aug 13, 2009 at 12:08 AM, Fabiano Fidêncio wrote: > Sorry. > > Who knows, this time... > > > On Wed, Aug 12, 2009 at 11:47 PM, Iván Briano (Sachiel) > wrote: > >> On Wed, Aug 12, 2009 at 11:13 PM, Fabiano >> Fidêncio wrote: >> > The {horizontal,vertical}_flows box layouts

Re: [E-devel] Box and textarea

2009-08-13 Thread Gustavo Sverzut Barbieri
On Wed, Aug 12, 2009 at 10:19 AM, Atton Jonathan wrote: > hello, > > I have made some test with a vertical layout and a list of items which > contains a textarea and my conclusion is : we can't do something perfect :p > > let me explain, maybe I don't understand correctly how layouts work. > > We c

Re: [E-devel] [PATCH] Ecore ecore_con_init() does not initialize ecore_con_url

2009-08-13 Thread Gustavo Sverzut Barbieri
in svn, not checking for HAVE_CURL as nobody is checking the return... but leave a note saying that when it's done. On Tue, Aug 11, 2009 at 7:55 PM, Andre Dieb wrote: > Maybe we could do: > > (on ecore_con_init()) > > if (HAVE_CURL && !ecore_con_url_init()) > { >   // Curl is available but the mod

Re: [E-devel] [PATCH] Ecore_Con_Url additional headers feature for POST

2009-08-13 Thread Gustavo Sverzut Barbieri
André, did you investigated this any further? I guess cedric is correct and we'd need to check for headers. On Wed, Aug 12, 2009 at 6:48 AM, Cedric BAIL wrote: > On Mon, Aug 10, 2009 at 11:19 PM, Andre > Dieb wrote: >> This new version of the patch also enables ecore_con_url to make custom HTTP >>

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

2009-08-13 Thread Vincent Torri
> Modified: trunk/edje/src/lib/edje_private.h > === > --- trunk/edje/src/lib/edje_private.h 2009-08-13 15:42:30 UTC (rev 41743) > +++ trunk/edje/src/lib/edje_private.h 2009-08-13 16:13:49 UTC (rev 41744) > @@ -740,7 +740,7 @@ >

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

2009-08-13 Thread tam
On Thu, Aug 13, 2009 at 07:10:06PM +0200, Vincent Torri wrote: > > > > Modified: trunk/edje/src/lib/edje_private.h > > === > > --- trunk/edje/src/lib/edje_private.h 2009-08-13 15:42:30 UTC (rev > > 41743) > > +++ trunk/edje/sr

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

2009-08-13 Thread Vincent Torri
On Thu, 13 Aug 2009, t...@hiddenrock.com wrote: > On Thu, Aug 13, 2009 at 07:10:06PM +0200, Vincent Torri wrote: >> >> >>> Modified: trunk/edje/src/lib/edje_private.h >>> === >>> --- trunk/edje/src/lib/edje_private.h 2009-08-1

Re: [E-devel] [PATCH] Ecore_Con_Url additional headers feature for POST

2009-08-13 Thread Andre Dieb
Hello, As you guys noticed, the code was forcing headers = NULL without destroying it (maybe some precaution for preventing mixed headers on successive send() calls). As send() cleans headers on the beginning and destroy() frees the list, we may not set it to NULL. If the user finishes using and

[E-devel] Ecore con leaks

2009-08-13 Thread Andre Dieb
Hello, I'm experiencing these leaks when using ecore_con: ==29553== 864 bytes in 36 blocks are still reachable in loss record 2 of 3 ==29553==at 0x4026FDE: malloc (vg_replace_malloc.c:207) ==29553==by 0x426A41F: (within /lib/libgcrypt.so.11.4.4) ==29553==by 0x4266837: (within /lib/lib

Re: [E-devel] Ecore con leaks

2009-08-13 Thread Vincent Torri
On Thu, 13 Aug 2009, Andre Dieb wrote: > Hello, > > I'm experiencing these leaks when using ecore_con: > > ==29553== 864 bytes in 36 blocks are still reachable in loss record 2 of 3 > ==29553==at 0x4026FDE: malloc (vg_replace_malloc.c:207) > ==29553==by 0x426A41F: (within /lib/libgcrypt.

Re: [E-devel] Ecore con leaks

2009-08-13 Thread Andre Dieb
Yes. On Thu, Aug 13, 2009 at 4:25 PM, Vincent Torri wrote: > > > On Thu, 13 Aug 2009, Andre Dieb wrote: > > Hello, >> >> I'm experiencing these leaks when using ecore_con: >> >> ==29553== 864 bytes in 36 blocks are still reachable in loss record 2 of 3 >> ==29553==at 0x4026FDE: malloc (vg_r

Re: [E-devel] [PATCH] Ecore_Con_Url additional headers feature for POST

2009-08-13 Thread Andre Dieb
Stupid me, those free() are absurdly wrong, there are no leaks there. Attached patch fixes the header leaks. On Thu, Aug 13, 2009 at 4:02 PM, Andre Dieb wrote: > Hello, > > As you guys noticed, the code was forcing headers = NULL without destroying > it (maybe some precaution for preventing mi

Re: [E-devel] edje TEXTBLOCK style question

2009-08-13 Thread The Rasterman
On Mon, 10 Aug 2009 09:46:37 -0300 Thiago Borges Abdnur said: > On Sun, Aug 9, 2009 at 7:27 PM, Gustavo Sverzut Barbieri > wrote: > > > On Sat, Aug 8, 2009 at 11:24 AM, Thiago Borges Abdnur > > wrote: > > > Hi guys! > > > > > > I'm trying to make a textblock wrap the text with wrap=word in styl

Re: [E-devel] Resizing Edje object with application

2009-08-13 Thread The Rasterman
On Mon, 10 Aug 2009 00:52:15 +0200 Diego Jacobi said: actually u just want ECORE_EVAS_OBJECT_ASSOCIATE_BASE - even then associate is too much for you - it's intent is different. it can dowhat u want but it will do other things you may not want. the simple resize callback is really what you want.

Re: [E-devel] [Patch] Edje and Lua

2009-08-13 Thread Hanspeter Portner
Iván Briano (Sachiel) wrote: >> >> The source of showcase.edc is attached, too, to just have a glimpse at >> Lua inside of EDC >> >> > > No, it's not. Make sure it gets attached as text/plain or the list > will strip it out. > Sorry, second try then ... -- Hanspeter Portner vento...@ai