[*][Scroller] merge from upstream revision 64051, but didn't accept data/theme/widget...
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Mon, 17 Oct 2011 02:28:51 +0000 (11:28 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Mon, 17 Oct 2011 04:13:48 +0000 (13:13 +0900)
commit02416fdf5874983611580cfaa34f18d045e92c8d
tree1338b3cd2d0d390132f80fc45278f89424d8b1f0
parent7b6d3f7e6dad158733dea59bcb8ba79b7915c630
[*][Scroller] merge from upstream revision 64051, but didn't accept data/theme/widgets/ctxpopup.edc

From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] ELM_THUMBSCROLL_SENSITIVITY_FRICTION

I talked with you about 4.0, magic number.
I want to change the part that the length of mouse dragging multiply 4.0
to _elm_config->thumbscroll_sensitivity_friction.
4.0 is nice. But some device may want to change the value. It is a kind
of sensitivity. So I added the config "ELM_THUMBSCROLL_SENESITIVITY
_FRICTION". And I change the value mean. If the value is high, it is
more sensitive. The range of the value is from 0.1 to 1.0. It cannot be 0.0.
4.0 changed to 0.25.
Please check this patch.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64051 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Conflicts:

config/illume/base.src
data/themes/widgets/ctxpopup.edc
src/lib/Elementary.h.in
src/lib/elm_config.c
src/lib/elm_main.c
src/lib/elm_priv.h

Change-Id: I00033eb58f1d73a7b0b260919885b1556dd71994
config/default/base.src
config/illume/base.src
config/standard/base.src
src/bin/config.c
src/lib/Elementary.h.in
src/lib/elm_config.c
src/lib/elm_main.c
src/lib/elm_priv.h
src/lib/els_scroller.c