[E-devel] ETK etk_scrolled_view patch for new margin bouncy type

2008-11-18 Thread Tick Chen
in etk_widget. . BOUNCE / and NOBOUNCE is as before. . STOPTOOBJECT means if widget is scrolling out of object edge, it will bouncy back to the edge. Just like ipod touch does. Here is the demo. http://tw.youtube.com/watch?v=J-omW_mnSC4 The attached image is the speed model. Cheers, Tick commit

[E-devel] extra margin for etk_scrolled_view

2008-09-17 Thread Tick Chen
to etk_scrolled_view_test.c. It's very easy to use. Cheers, Tick diff --git a/src/bin/etk_scrolled_view_test.c b/etk/src/bin/etk_scrolled_view_test.c index bc3650f..7bef0bf 100644 --- a/src/bin/etk_scrolled_view_test.c +++ b/src/bin/etk_scrolled_view_test.c @@ -46,6 +46,8 @@ void

[E-devel] initial scrolled_view-viewport

2008-07-07 Thread Tick Chen
Hi List, Because of scrolled_view-viewport may not initialized before used, the etk_tree will crash from Jun first. I created a small patch to deal with this issue. Cheers, Tick Index: etk/src/lib/etk_scrolled_view.c

Re: [E-devel] [patch] eet remove src/tests in configure.in and Makefile.am

2008-05-24 Thread Tick
Hi Vincent, Oh~ I see. Thanks a lot :-) Cheers, Tick Vincent Torri 提到: Hey, I cannot compile the latest 5/24 eet, cause the src/tests is gone but configure.in and Makefile.am still have that. So I create a little patch to fix that. I've just got eet from cvs and src/tests is here

[E-devel] [patch] eet remove src/tests in configure.in and Makefile.am

2008-05-23 Thread Tick
Hi All, I cannot compile the latest 5/24 eet, cause the src/tests is gone but configure.in and Makefile.am still have that. So I create a little patch to fix that. Cheers, Tick ? compile ? eet_remove_test.patch Index: configure.in

[E-devel] [patch] scrolled_view that bouncing slower

2008-04-29 Thread Tick
. :-) With this patch, the partial speed will calculated with last speed. Also set the MAX_SPEED in case of a quick slide in a very short time period. That will make the scrolled view not bouncing so fast. Cheers, Tick Index: etk/src/lib/etk_scrolled_view.c

[E-devel] etk_entry text length limit patch

2008-04-29 Thread Tick
of etk_entry. if set to 0 that means no limited. default is 0 Cheers, Tick Index: etk/src/lib/etk_entry.c === --- etk.orig/src/lib/etk_entry.c 2008-04-29 16:09:01.0 +0800 +++ etk/src/lib/etk_entry.c 2008-04-29 16:12:24.0

[E-devel] patch of python-etk binding for the modify of Etk_Canvas

2008-04-24 Thread Tick
/free/source/p/python-etk/python-etk_0.1.1-maemo2.tar.gz 13.03.2008 20:25 184034 md5sum 92f753e83437707f4fd2750835d83b39 no more works. In order to deal with this problem, I modify the pxi and pxd files to make them work again. Cheers, Tick Index: python-etk

Re: [E-devel] [Patch] Dragable etk_scrolled_view

2008-04-10 Thread Tick
Thanks a lot ^_^ Cheers, Tick Carsten Haitzler (The Rasterman) 提到: On Sat, 05 Apr 2008 01:04:30 +0800 Tick [EMAIL PROTECTED] babbled: since there are no objections - i'll stick this in cvs. :) it's in now. Hi All, Thanks for the feedback of CodeWarrior. I add extra two function

Re: [E-devel] [Patch] Dragable etk_scrolled_view

2008-04-04 Thread Tick
*scrolled_view, Etk_Bool bouncy); +Etk_Booletk_scrolled_view_drag_bouncy_get(Etk_Scrolled_View *scrolled_view); Cheers, Tick Tick 提到: Hi All, The attached patch lets etk_scrolled_view been dragable with pressing on the panel directly and drag. If you drag fast, after releasing the panel

[E-devel] [Patch] Dragable etk_scrolled_view

2008-04-03 Thread Tick
1.8 diff -r1.8 etk_scrolled_view_test.c 29a30,31 etk_scrolled_view_policy_set(ETK_SCROLLED_VIEW(scrolled_view),ETK_POLICY_HIDE,ETK_POLICY_HIDE); etk_scrolled_view_dragable_set(ETK_SCROLLED_VIEW(scrolled_view),ETK_TRUE); Cheers, Tick Index: etk/src/lib/etk_scrolled_view.c