Re: [E-devel] Valgrind complaints: elm_genlist.c (r47416)

2010-03-28 Thread Brian Wang
On Mon, Mar 29, 2010 at 10:04 AM, Carsten Haitzler wrote: > On Mon, 29 Mar 2010 01:12:31 +0800 Brian Wang > said: > >> On Sat, Mar 27, 2010 at 12:23 PM, Carsten Haitzler >> wrote: >> > On Sat, 27 Mar 2010 10:14:30 +0800 Brian Wang >> > said: >> > >> >> Hello all, >> >> >> >> With the up-to-dat

Re: [E-devel] Broken elm_anchorblocks ?

2010-03-28 Thread The Rasterman
On Sun, 28 Mar 2010 20:28:14 +0100 Rui Miguel Silva Seabra said: gdb debugging pls. :) reproduction case pls (preference for this is a patch to elementary_test to have that case there so in future we have a test suite for it and can make sure it works). :) > Hi, > > I'm adding support in elmden

Re: [E-devel] Valgrind complaints: elm_genlist.c (r47416)

2010-03-28 Thread The Rasterman
On Mon, 29 Mar 2010 01:12:31 +0800 Brian Wang said: > On Sat, Mar 27, 2010 at 12:23 PM, Carsten Haitzler > wrote: > > On Sat, 27 Mar 2010 10:14:30 +0800 Brian Wang > > said: > > > >> Hello all, > >> > >> With the up-to-date elm_genlist.c, my genlist app will crash.  I ran > >> it with valgrind

Re: [E-devel] Broken elm_anchorblocks ?

2010-03-28 Thread Gustavo Sverzut Barbieri
On Sun, Mar 28, 2010 at 4:28 PM, Rui Miguel Silva Seabra wrote: > Hi, > > I'm adding support in elmdentica for actions on @users !groups, #tags > etc... that come up on identi.ca/twitter messages. > > However it seems I have detected a problem with elm_anchorblocks... > > All anchors are being pro

Re: [E-devel] Valgrind complaints: elm_genlist.c (r47416)

2010-03-28 Thread The Rasterman
On Sun, 28 Mar 2010 21:41:51 +0300 Tom Hacohen said: > On Sat, Mar 27, 2010 at 7:23 AM, Carsten Haitzler wrote: > > > valgrind is happy with elm's own genlist tests what are you doing so > > differently? > > > I just ran: > valgrind --leak-check=full elementary_test > Did nothing but lookin

Re: [E-devel] E SVN: sachiel trunk/TMP/st/elementary/src/edje_externals

2010-03-28 Thread Gustavo Sverzut Barbieri
On Sun, Mar 28, 2010 at 4:19 PM, Rui Miguel Silva Seabra wrote: > Em 28-03-2010 14:37, Gustavo Sverzut Barbieri escreveu: >>>  But they are not the same evas object, though their behavior and api >>> are nearly identical and the elem one uses the evas one. >> >> ehehehe... elm_table precedes evas

Re: [E-devel] E SVN: englebass trunk/efreet/src/bin

2010-03-28 Thread Vincent Torri
On Sun, 28 Mar 2010, Enlightenment SVN wrote: > Log: > efreet: Only read data from disk when modified what about using file monitoring for that ? Vincent > Author: englebass > Date: 2010-03-28 12:31:37 -0700 (Sun, 28 Mar 2010) > New Revision: 47539 > > Modified: > trunk/efreet

[E-devel] Broken elm_anchorblocks ?

2010-03-28 Thread Rui Miguel Silva Seabra
Hi, I'm adding support in elmdentica for actions on @users !groups, #tags etc... that come up on identi.ca/twitter messages. However it seems I have detected a problem with elm_anchorblocks... All anchors are being properly detected BUT some don't run the clicked handler (even though they get a

Re: [E-devel] E SVN: sachiel trunk/TMP/st/elementary/src/edje_externals

2010-03-28 Thread Rui Miguel Silva Seabra
Em 28-03-2010 14:37, Gustavo Sverzut Barbieri escreveu: >> But they are not the same evas object, though their behavior and api >> are nearly identical and the elem one uses the evas one. > > ehehehe... elm_table precedes evas table, actually evas table was > written based on the same code and on

Re: [E-devel] Valgrind complaints: elm_genlist.c (r47416)

2010-03-28 Thread Tom Hacohen
On Sat, Mar 27, 2010 at 7:23 AM, Carsten Haitzler wrote: > valgrind is happy with elm's own genlist tests what are you doing so > differently? > I just ran: valgrind --leak-check=full elementary_test Did nothing but looking at the main page (and then closing it with the 'X'). And I got: ==16

Re: [E-devel] Valgrind complaints: elm_genlist.c (r47416)

2010-03-28 Thread Brian Wang
On Sat, Mar 27, 2010 at 12:23 PM, Carsten Haitzler wrote: > On Sat, 27 Mar 2010 10:14:30 +0800 Brian Wang > said: > >> Hello all, >> >> With the up-to-date elm_genlist.c, my genlist app will crash.  I ran >> it with valgrind and pasted parts of the report at the end of this >> email. > > valgrin

Re: [E-devel] Question about elm_genlist.c:_item_block_unrealize()

2010-03-28 Thread Brian Wang
On Sat, Mar 27, 2010 at 12:15 PM, Carsten Haitzler wrote: > On Tue, 23 Mar 2010 14:31:01 +0800 Brian Wang > said: > >> Hello all, >> >> In elm_genlist.c:_item_block_unrealize(), _item_unrealize() may be >> skipped if it->dragging. >> My question is: >> What's the reason for skipping it if it's b

Re: [E-devel] E SVN: sachiel trunk/TMP/st/elementary/src/edje_externals

2010-03-28 Thread Gustavo Sverzut Barbieri
On Sun, Mar 28, 2010 at 4:45 AM, Jose Gonzalez wrote: > Gustavo wrote: Log:  Make someone else assume responsibility when Elementary is not the father. >>> >>>  It's a shame to see these kinds of things.. One of the arguing >>> points for elem was that its objs were evas o

Re: [E-devel] E SVN: sachiel trunk/TMP/st/elementary/src/edje_externals

2010-03-28 Thread Jose Gonzalez
Gustavo wrote: >>> Log: >>> Make someone else assume responsibility when Elementary is not the father. >>> >> It's a shame to see these kinds of things.. One of the arguing >> points for elem was that its objs were evas objs. >> > > > > There might be two hierarchies, both usin