Now, effect is in SVN. Thanks! Daniel Juyung Seo (SeoZ)
On Sat, May 21, 2011 at 12:02 PM, Seunggyun Kim <[email protected]> wrote: > Thank you for your comment :) > > > > I added edc effect showing whether the item is longpressed in reorder mode. > > > > You can watch a sample video on youtube. > > http://www.youtube.com/watch?v=ij0vAgqucjM > > > > and I attached new diff code. > > > > Newly added API about reorder mode is like below. > > > > [API] > > ================================================================== > > - EAPI void elm_genlist_reorder_mode_set(Evas_Object *obj, Eina_Bool > reorder_mode) EINA_ARG_NONNULL(1); > > Set genlist reorder mode. This enables the item is moved to another item. > > > > - EAPI Eina_Bool elm_genlist_reorder_mode_get(const Evas_Object *obj) > EINA_ARG_NONNULL(1); > > Get the reorder mode state of genlist. > > ================================================================== > > > > ------------------------------------------------------- > > From: Nicolas Aguirre [mailto:[email protected]] > > Sent: Saturday, May 21, 2011 12:08 AM > > To: Daniel Juyung Seo > > Cc: Seunggyun Kim; [email protected] > > Subject: Re: [E-devel] [Patch] elm_genlist - added new feature : genlist > reorder mode > > > > > > 2011/5/20 Daniel Juyung Seo <[email protected]> > > Yeah, this is a very good feature! > > > >>> when the list is reordered, i think that even/odd background order should >>> be keeped ? > > In genlist, even/odd can be changed dynamically. > > Suppose you add/remove items in the middle of genlist. > > Genlist redraw items and changes even/odd looks. > > even/odd are just for the GUI. They're not genlist items' property. > > So I propose that even/odd need to be changed as Kim did. > > > > > > Yes I agree with you, you misunderstood what i want to say :). I'm pretty > sure that i had detect a bug with odd/even, but i can't reproduce it :( So > it's ok as is ! > > > > -- > > Nicolas Aguirre > > Mail: [email protected] > > Web: http://enna.geexbox.org > > Blog: http://dev.enlightenment.fr/~captainigloo/ ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
