From: Seokjae Jeong Date: Tue, 26 Oct 2010 13:10:09 +0000 (+0900) Subject: [elm.sh] add ELM_THUMBSCROLL_FRICTION=3.0 for longer time of list scroll X-Git-Tag: 2.0_alpha~39 X-Git-Url: http://review.tizen.org/git/?p=framework%2Fuifw%2Felm-misc.git;a=commitdiff_plain;h=24335abc4b7ee38e143f569f7355d99ece40007a [elm.sh] add ELM_THUMBSCROLL_FRICTION=3.0 for longer time of list scroll --- diff --git a/debian/changelog b/debian/changelog index 9a7dc77..70ca9c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +elm-misc (0.1-11) unstable; urgency=low + + * ELM_THUMBSCROLL_FRICTION=3.0 added for genlist scroll + * Git: 165.213.180.234:/git/slp/pkgs/elm-misc + * Tag: elm-misc_0.1-11 + + -- Seokjae Jeong Tue, 26 Oct 2010 22:08:46 +0900 + elm-misc (0.1-10) unstable; urgency=low * [ELM_PASSWORD_SHOW_LAST_CHARACTER]- variable added. diff --git a/debian/control b/debian/control index fcc9733..0b87322 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: elm-misc Section: devel Priority: optional -Maintainer: Jaehwan Kim +Maintainer: Jaehwan Kim , Seokjae Jeong Uploaders: ChunEon Park , Juyung Seo Build-Depends: debhelper (>= 5) Standards-Version: 3.8.3 diff --git a/etc/profile.d/elm.sh b/etc/profile.d/elm.sh index b6a3be5..ab48b2c 100755 --- a/etc/profile.d/elm.sh +++ b/etc/profile.d/elm.sh @@ -1,5 +1,6 @@ export ELM_FONT_PATH=/usr/share/SLP/fonts export ELM_PAGE_SCROLL_FRICTION=0.5 +export ELM_THUMBSCROLL_FRICTION=3.0 export ELM_BRING_IN_SCROLL_FRICTION=0.5 export ELM_FPS=6000 export ELM_INPUT_PANEL=1