Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2011-01-05 Thread The Rasterman
On Mon, 03 Jan 2011 17:23:14 +0900 Jeonghyun Yun jh0506@samsung.com said: you're going to hate this... you didnt hook up the multi down/up/move callbacks to anything... how will they ever get called? :) Hello. I re-attached elm_genlist multi-touch smart callbacks patch.

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2011-01-05 Thread Jeonghyun Yun
@lists.sourceforge.net Subject: Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added On Mon, 03 Jan 2011 17:23:14 +0900 Jeonghyun Yun jh0506@samsung.com said: you're going to hate this... you didnt hook up the multi down/up/move callbacks to anything... how will they ever get called

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2011-01-05 Thread The Rasterman
) [mailto:ras...@rasterman.com] Sent: Tuesday, January 04, 2011 5:34 PM To: Jeonghyun Yun Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added On Mon, 03 Jan 2011 17:23:14 +0900 Jeonghyun Yun jh0506@samsung.com said

[E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2011-01-03 Thread Jeonghyun Yun
Hello. I re-attached elm_genlist multi-touch smart callbacks patch. multi,swipe,left - This is called when the genlist is multi-touch swiped left. multi,swipe,right - This is called when the genlist is multi-touch swiped right. multi,swipe,up - This is called when the genlist is multi-touch

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2010-12-28 Thread Jeonghyun Yun
. -Original Message- From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] Sent: Tuesday, December 28, 2010 4:09 PM To: Jeonghyun Yun Cc: 'Daniel Juyung Seo'; enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added On Thu

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2010-12-28 Thread The Rasterman
To: Jeonghyun Yun Cc: 'Daniel Juyung Seo'; enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added On Thu, 23 Dec 2010 17:32:16 +0900 Jeonghyun Yun jh0506@samsung.com said: hey jeonghyun! some more issues :) formatting

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2010-12-27 Thread The Rasterman
...@gmail.com] Sent: Monday, December 20, 2010 2:53 PM To: Jeonghyun Yun Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added Hello, How about using below names for smart callbacks? multi,swipe,left - Genlist has been

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2010-12-23 Thread Jeonghyun Yun
@lists.sourceforge.net Subject: Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added Hello, How about using below names for smart callbacks? multi,swipe,left - Genlist has been multi-touch swept left. multi,swipe,right - Genlist has been multi-touch swept right. multi,swipe,up - Genlist has

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2010-12-21 Thread The Rasterman
Subject: Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added Hello, How about using below names for smart callbacks? multi,swipe,left - Genlist has been multi-touch swept left. multi,swipe,right - Genlist has been multi-touch swept right. multi,swipe,up - Genlist has been

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2010-12-19 Thread Daniel Juyung Seo
, December 17, 2010 4:40 PM To: Jeonghyun Yun Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added Dear Yun, How about renaming some callbacks? multi,sweep,top = multi,sweep,up multi,sweep,bottom = multi,sweep,down Multi touch

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2010-12-19 Thread Jeonghyun Yun
. -Original Message- From: Daniel Juyung Seo [mailto:seojuyu...@gmail.com] Sent: Monday, December 20, 2010 2:53 PM To: Jeonghyun Yun Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added Hello, How about using below names

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2010-12-17 Thread Jeonghyun Yun
[mailto:seojuyu...@gmail.com] Sent: Friday, December 17, 2010 4:40 PM To: Jeonghyun Yun Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added Dear Yun, How about renaming some callbacks? multi,sweep,top = multi,sweep,up multi,sweep,bottom

[E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2010-12-16 Thread Jeonghyun Yun
Dear all, I added 6 multi-touch smart callbacks in elm_genlist, please refer to below. multi,sweep,left - Genlist has been multi-touch swept left. multi,sweep,right - Genlist has been multi-touch swept right. multi,sweep,top - Genlist has been multi-touch swept top. multi,sweep,bottom - Genlist

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2010-12-16 Thread Daniel Juyung Seo
Dear Yun, How about renaming some callbacks? multi,sweep,top = multi,sweep,up multi,sweep,bottom = multi,sweep,down Multi touch event cares only for the touch behavior not the callback's behavior. And I'm not sure it is ok to use the word 'sweep'. Anybody please suggest a good name for this.