elm_spinner: add feature in spinner to change values while dragging relative to the... 57/46957/3
authorgodly.talias <godly.talias@samsung.com>
Thu, 25 Jun 2015 14:27:09 +0000 (16:27 +0200)
committerJaeun Choi <jaeun12.choi@samsung.com>
Thu, 27 Aug 2015 11:06:05 +0000 (04:06 -0700)
commit0697a163ae99b0b8be3514bc22b8326a04567305
tree222b2fa2ce5d48a9738a66d83f8337b048c69a99
parentea79694bb9dbd5ebdd615a133bbea4bfb26b453f
elm_spinner: add feature in spinner to change values while dragging relative to the speed of dragging

Summary:
Currently the values in spinner change while dragging only based on
the amount of pixels dragged, this patch will enable Spinner to change value
based on the speed of dragging so that it will be more user friendly. This
will help users to alter drag values by big amounts if dragged in a good speed.

Test Plan: test_spinner.c in elementary_test

Reviewers: raster, prince.dubey, shilpasingh, cedric

Reviewed By: cedric

Subscribers: poornima.srinivasan, rajeshps, govi

Differential Revision: https://phab.enlightenment.org/D2659

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Conflicts:

AUTHORS
src/lib/elm_authors.h

Change-Id: If7f0fe979f81f32f065b0da2bbc7cb7fc28301ac
Origin: upstream
AUTHORS
src/bin/test_spinner.c
src/lib/elm_authors.h
src/lib/elm_spinner.c
src/lib/elm_widget_spinner.h