Re: [E-devel] [Patch][Genlist] Tree effect bug fix

2012-03-23 Thread The Rasterman
On Fri, 23 Mar 2012 13:20:51 +0900 chanwook jung jchanw...@gmail.com said: i spot no bugs from this right now, and code looks ok on a read. so in svn! :) I changed the code for performance. 2012/3/22 chanwook jung jchanw...@gmail.com I modified code for target. 2012/3/22 chanwook

Re: [E-devel] [Patch][Genlist] Tree effect bug fix

2012-03-22 Thread chanwook jung
I make new one using _item_position and resolved blank bug. Please review again. Thanks Joey 2012/3/21 Daniel Juyung Seo seojuyu...@gmail.com I got issue when I applied this patch. When I expanded items in the lower part, I got some blank items after auto scrolling. Can you please fix this?

Re: [E-devel] [Patch][Genlist] Tree effect bug fix

2012-03-22 Thread chanwook jung
I modified code for target. 2012/3/22 chanwook jung jchanw...@gmail.com I make new one using _item_position and resolved blank bug. Please review again. Thanks Joey 2012/3/21 Daniel Juyung Seo seojuyu...@gmail.com I got issue when I applied this patch. When I expanded items in the

Re: [E-devel] [Patch][Genlist] Tree effect bug fix

2012-03-22 Thread chanwook jung
I changed the code for performance. 2012/3/22 chanwook jung jchanw...@gmail.com I modified code for target. 2012/3/22 chanwook jung jchanw...@gmail.com I make new one using _item_position and resolved blank bug. Please review again. Thanks Joey 2012/3/21 Daniel Juyung Seo

Re: [E-devel] [Patch][Genlist] Tree effect bug fix

2012-03-20 Thread Daniel Juyung Seo
I got issue when I applied this patch. When I expanded items in the lower part, I got some blank items after auto scrolling. Can you please fix this? And I have one comment. Instead of this, evas_object_resize(VIEW(it), it-item-w, it-item-h); evas_object_move(VIEW(it), it-item-scrl_x,

[E-devel] [Patch][Genlist] Tree effect bug fix

2012-03-19 Thread chanwook jung
Dear all, I found some bugs in tree effect. flickering, emit signal to unrealize item... so I fix it. Thanks, Chanwook Index: src/lib/elm_genlist.c === --- src/lib/elm_genlist.c (revision 69497) +++ src/lib/elm_genlist.c (working