[elm.sh] add ELM_THUMBSCROLL_FRICTION=3.0 for longer time of list scroll
authorSeokjae Jeong <seok.j.jeong@samsung.com>
Tue, 26 Oct 2010 13:10:09 +0000 (22:10 +0900)
committerSeokjae Jeong <seok.j.jeong@samsung.com>
Tue, 26 Oct 2010 13:10:09 +0000 (22:10 +0900)
debian/changelog
debian/control
etc/profile.d/elm.sh

index 9a7dc77..70ca9c7 100644 (file)
@@ -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 <seok.j.jeong@samsung.com>  Tue, 26 Oct 2010 22:08:46 +0900
+
 elm-misc (0.1-10) unstable; urgency=low
 
   * [ELM_PASSWORD_SHOW_LAST_CHARACTER]- variable added.
index fcc9733..0b87322 100644 (file)
@@ -1,7 +1,7 @@
 Source: elm-misc
 Section: devel
 Priority: optional
-Maintainer: Jaehwan Kim <jae.hwan.kim@samsung.com>
+Maintainer: Jaehwan Kim <jae.hwan.kim@samsung.com>, Seokjae Jeong <seok.j.jeong@samsung.com>
 Uploaders: ChunEon Park <chuneon.park@samsung.com>, Juyung Seo <juyung.seo@samsung.com>
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.8.3
index b6a3be5..ab48b2c 100755 (executable)
@@ -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