Re: [E-devel] elm_genlist - bug fix about _update_job

2011-03-24 Thread The Rasterman
On Fri, 25 Mar 2011 00:47:22 +0900 Seunggyun Kim said: > Hello. All. > > I found one bug in _update_job. > > Now, when the elm_genlist_item_update is called, all realized items have > been updated. > > In _update_job logic, item block is recalculated if it->minw and itminw is > not same. > But

[E-devel] elm_genlist - bug fix about _update_job

2011-03-24 Thread Seunggyun Kim
Hello. All. I found one bug in _update_job. Now, when the elm_genlist_item_update is called, all realized items have been updated. In _update_job logic, item block is recalculated if it->minw and itminw is not same. But before comparing that, itminw value is saved it->w. And it->minw value is s

Re: [E-devel] elm_genlist - bug fix about del callback

2011-03-09 Thread The Rasterman
On Sun, 27 Feb 2011 20:41:06 + Rui Miguel Silva Seabra said: i've done 2 things to combat/fix this 1. added evas_object_refn/unref(). i seriously am amazed we've plodded along this long without these babies. this will defer deletion until all refs are gone. 2. made elm_list use these. in sv

Re: [E-devel] elm_genlist - bug fix about del callback

2011-02-27 Thread Rui Miguel Silva Seabra
With EFL 1, deleting an elm_win with evas_object_del(win) gave me ERR<4032>:elm-externals elm_list.c:425 _del_hook() ERROR: list deleted while walking. ) This happened because that elm_win had somewhere an elm_list which had a callback on select and *data* to send to that callback. As soon as I

Re: [E-devel] elm_genlist - bug fix about del callback

2011-02-27 Thread Daniel Juyung Seo
Hello Rui, Do you have any core file or callstacks when you had crash? Or any way to reproduce it? That'll help us a lot. Thank you. Daniel Juyung Seo (SeoZ) On Sun, Feb 27, 2011 at 9:41 PM, Rui Miguel Silva Seabra wrote: > There might be something similar in elm_list, I had some elm_lists with

Re: [E-devel] elm_genlist - bug fix about del callback

2011-02-27 Thread Rui Miguel Silva Seabra
There might be something similar in elm_list, I had some elm_lists with data and I got weird errors related to eina_list complaining about data, which frequently, but not always, led to a crash. Rui Em 27-02-2011 11:10, Carsten Haitzler (The Rasterman) escreveu: > On Tue, 22 Feb 2011 18:59:07 +

Re: [E-devel] elm_genlist - bug fix about del callback

2011-02-27 Thread The Rasterman
On Tue, 22 Feb 2011 18:59:07 +0900 Seunggyun Kim said: in svn! thanks! > Hello. All. > > I found one bug in elm_genlist_clear. > > In case append lots of items in genlist, > some items are still in genlist item queue before it is processed in > _item_queue. > > At that time, > if application

[E-devel] elm_genlist - bug fix about del callback

2011-02-22 Thread Seunggyun Kim
Hello. All. I found one bug in elm_genlist_clear. In case append lots of items in genlist, some items are still in genlist item queue before it is processed in _item_queue. At that time, if application calls elm_genlist_item_del api that has item in genlist queue and elm_genlist_clear is called

Re: [E-devel] Elm_Genlist Bug

2009-09-04 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: > On Thu, 03 Sep 2009 19:08:09 -0400 Christopher Michael > > said: > >> Carsten Haitzler (The Rasterman) wrote: >>> On Sun, 30 Aug 2009 10:52:10 -0400 Christopher Michael >>> said: >>> Seems elm_genlist has issues :( Apparently you can only

Re: [E-devel] Elm_Genlist Bug

2009-09-04 Thread The Rasterman
On Thu, 03 Sep 2009 19:08:09 -0400 Christopher Michael said: > Carsten Haitzler (The Rasterman) wrote: > > On Sun, 30 Aug 2009 10:52:10 -0400 Christopher Michael > > said: > > > >> Seems elm_genlist has issues :( > >> > >> Apparently you can only add about 11 subitems before problems start :( >

Re: [E-devel] Elm_Genlist Bug

2009-09-04 Thread Atton Jonathan
nop, follow the steps I have made in the ticket. The parent is still the same and the firsts items are well inserted. 2009/9/4 Dave Andreoli > 2009/9/4 Christopher Michael > > > Carsten Haitzler (The Rasterman) wrote: > > > On Sun, 30 Aug 2009 10:52:10 -0400 Christopher Michael < > > cpmicha...

Re: [E-devel] Elm_Genlist Bug

2009-09-04 Thread Dave Andreoli
2009/9/4 Christopher Michael > Carsten Haitzler (The Rasterman) wrote: > > On Sun, 30 Aug 2009 10:52:10 -0400 Christopher Michael < > cpmicha...@comcast.net> > > said: > > > >> Seems elm_genlist has issues :( > >> > >> Apparently you can only add about 11 subitems before problems start :( > >> >

Re: [E-devel] Elm_Genlist Bug

2009-09-03 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: > On Sun, 30 Aug 2009 10:52:10 -0400 Christopher Michael > > said: > >> Seems elm_genlist has issues :( >> >> Apparently you can only add about 11 subitems before problems start :( >> >> Basically, I created a "file tree" using elm_genlist_add. When listin

Re: [E-devel] Elm_Genlist Bug

2009-09-03 Thread The Rasterman
On Sun, 30 Aug 2009 10:52:10 -0400 Christopher Michael said: > Seems elm_genlist has issues :( > > Apparently you can only add about 11 subitems before problems start :( > > Basically, I created a "file tree" using elm_genlist_add. When listing > out directories, I get to e->trunk->E-MODULES-E

Re: [E-devel] Elm_Genlist Bug

2009-08-30 Thread Dave Andreoli
Yes, I can confirm this as a bug. You can see it also using the Fileselector Widget with expandable folder. And I also get this problem with Edje_Editor. DaveMDS 2009/8/30 Christopher Michael > Atton Jonathan wrote: > > I suppose you have this bug: http://trac.enlightenment.org/e/ticket/405 >

Re: [E-devel] Elm_Genlist Bug

2009-08-30 Thread Christopher Michael
Atton Jonathan wrote: > I suppose you have this bug: http://trac.enlightenment.org/e/ticket/405 > > 2009/8/30 Christopher Michael > > > Seems elm_genlist has issues :( > > Apparently you can only add about 11 subitems before problems start :( > > Basi

Re: [E-devel] Elm_Genlist Bug

2009-08-30 Thread Atton Jonathan
I suppose you have this bug: http://trac.enlightenment.org/e/ticket/405 2009/8/30 Christopher Michael > Seems elm_genlist has issues :( > > Apparently you can only add about 11 subitems before problems start :( > > Basically, I created a "file tree" using elm_genlist_add. When listing > out dire

[E-devel] Elm_Genlist Bug

2009-08-30 Thread Christopher Michael
Seems elm_genlist has issues :( Apparently you can only add about 11 subitems before problems start :( Basically, I created a "file tree" using elm_genlist_add. When listing out directories, I get to e->trunk->E-MODULES-EXTRA and the problems start. If I add the subdirs to modules-extra, I can