Re: [E-devel] E SVN: hermet trunk/elementary/src/lib

2011-05-20 Thread Vincent Torri
On Thu, 19 May 2011, Enlightenment SVN wrote: > Log: > elementary / transit - removed unused variables. if you want to clean elm, i would suggest that you compile it with: -Wall -Wextra -Wshadow there is a bunch of warnings to clean up. Especially shadow variables. Of course, this is also va

Re: [E-devel] E SVN: hermet trunk/elementary/src/lib

2011-05-20 Thread ChunEon Park
Oh! Thanks Vincent! I will try it next time :) Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Vincent Torri" To: enlightenment-devel@lists.sourceforge.net Cc: Sent: 11-05-20(금) 16:02:12

Re: [E-devel] E SVN: hermet trunk/elementary/src/lib

2011-05-20 Thread Daniel Juyung Seo
Wow.. This is good! I'm maintaining elm build issues with "-W -Wall -Wextra" options everyday. I thought that was enough but it's good to know "-Wshadow" :) So I'm gonna maintain elementary with that option to make it warning proof !! Thanks. Daniel Juyung Seo (SeoZ) On Fri, May 20, 2011 at 4:02

[E-devel] [Patch] elm_genlist - added new feature : genlist reorder mode

2011-05-20 Thread Seunggyun Kim
Dear all, I introduce a new feature "reorder mode" of genlist. Using this feature, user can reoder genlist items dynamically. [API] == - EAPI Eina_Bool elm_genlist_item_rename_mode_get(Elm_Genlist_Item *it) Get the rename mode stat

Re: [E-devel] [Patch] elm_genlist - added new feature : genlist reorder mode

2011-05-20 Thread Nicolas Aguirre
2011/5/20 Seunggyun Kim > Dear all, > > I introduce a new feature "reorder mode" of genlist. > Using this feature, user can reoder genlist items dynamically. > > [API] > == > - EAPI Eina_Bool elm_genlist_item_rename_mode_get(Elm_Ge

Re: [E-devel] [Patch] elm_genlist - added new feature : genlist reorder mode

2011-05-20 Thread Daniel Juyung Seo
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 jus

Re: [E-devel] [Patch] elm_genlist - added new feature : genlist reorder mode

2011-05-20 Thread Nicolas Aguirre
2011/5/20 Daniel Juyung Seo > 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

Re: [E-devel] [Patch] elm_genlist - added new feature : genlist edit mode

2011-05-20 Thread Daniel Juyung Seo
Dear Mr. Kim. As we discussed, can you changed the API name to elm_genlist_items_mode_all_set()? Btw, do this after reorder mode patch is committed to avoid the conflict :) Raster, I propose elm_genlist_items_mode_all_set() not elm_genlist_items_all_mode_set() because elm_xxx_all_set() is already

Re: [E-devel] E SVN: billiob trunk/edje

2011-05-20 Thread Vincent Torri
On Fri, 20 May 2011, Enlightenment SVN wrote: > Log: > edje: add vmaj and module to edje.pc which module ? Vincent > > Author: billiob > Date: 2011-05-20 09:41:28 -0700 (Fri, 20 May 2011) > New Revision: 59556 > Trac: http://trac.enlightenment.org/e/changeset/59556 > > M

Re: [E-devel] E SVN: billiob trunk/edje

2011-05-20 Thread Boris Faure
On Fri, May 20, 2011 at 18:48, Vincent Torri wrote: > > > On Fri, 20 May 2011, Enlightenment SVN wrote: > >> Log: >> edje: add vmaj and module to edje.pc > > which module ? edje external modules. -- Boris Faure -- What

Re: [E-devel] E SVN: billiob trunk/edje

2011-05-20 Thread Boris Faure
On Fri, May 20, 2011 at 18:53, Boris Faure wrote: > On Fri, May 20, 2011 at 18:48, Vincent Torri wrote: >> >> >> On Fri, 20 May 2011, Enlightenment SVN wrote: >> >>> Log: >>> edje: add vmaj and module to edje.pc >> >> which module ? > edje external modules. The main question is whether to export

Re: [E-devel] E SVN: billiob trunk/edje

2011-05-20 Thread Vincent Torri
On Fri, 20 May 2011, Boris Faure wrote: > On Fri, May 20, 2011 at 18:53, Boris Faure wrote: >> On Fri, May 20, 2011 at 18:48, Vincent Torri wrote: >>> >>> >>> On Fri, 20 May 2011, Enlightenment SVN wrote: >>> Log: edje: add vmaj and module to edje.pc >>> >>> which module ? >> edje ex

Re: [E-devel] E SVN: billiob trunk/edje

2011-05-20 Thread Boris Faure
On Fri, May 20, 2011 at 20:44, Vincent Torri wrote: > why not putting the version directly in the name of the module path ? > > Vincent I copied it from enlightenment. -- Boris Faure -- What Every C/C++ and Fortran deve

Re: [E-devel] evas/e17 crash on MacOS

2011-05-20 Thread Andreas Volz
Am Tue, 17 May 2011 14:19:58 -0700 schrieb Dave Ray: Hello Dave, I didn't look deeper into your backtrace. And I even think there're people who know the code better. But may I give you some hint? Recompile the source code with CFLAGS=-ggdb -O0" or CFLAGS=-g -O0". In the backtrace are many values

Re: [E-devel] E SVN: billiob trunk/edje

2011-05-20 Thread The Rasterman
On Fri, 20 May 2011 20:44:33 +0200 (CEST) Vincent Torri said: > > > On Fri, 20 May 2011, Boris Faure wrote: > > > On Fri, May 20, 2011 at 18:53, Boris Faure wrote: > >> On Fri, May 20, 2011 at 18:48, Vincent Torri wrote: > >>> > >>> > >>> On Fri, 20 May 2011, Enlightenment SVN wrote: > >>> >

Re: [E-devel] [Patch] elm_genlist - added new feature : genlist reorder mode

2011-05-20 Thread Seunggyun Kim
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]

Re: [E-devel] [Patch] elm_genlist - added new feature : genlist reorder mode

2011-05-20 Thread Daniel Juyung Seo
Awesome!! I like it. Daniel Juyung Seo (SeoZ) On Sat, May 21, 2011 at 12:02 PM, Seunggyun Kim 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/wat

Re: [E-devel] [Patch] elm_genlist - added new feature : genlist reorder mode

2011-05-20 Thread Daniel Juyung Seo
Yeah, that's my bad. When bugs are reproduced, it will be fixed. I found some but not reproducible easily. Thanks. Daniel Juyung Seo (SeoZ) On Sat, May 21, 2011 at 12:08 AM, Nicolas Aguirre wrote: > > > 2011/5/20 Daniel Juyung Seo >> >> Yeah, this is a very good feature! >> >> >> when the list

Re: [E-devel] E SVN: billiob trunk/edje

2011-05-20 Thread Vincent Torri
On Sat, 21 May 2011, Carsten Haitzler (The Rasterman) wrote: > On Fri, 20 May 2011 20:44:33 +0200 (CEST) Vincent Torri > said: > >> >> >> On Fri, 20 May 2011, Boris Faure wrote: >> >>> On Fri, May 20, 2011 at 18:53, Boris Faure wrote: On Fri, May 20, 2011 at 18:48, Vincent Torri wrote: >