elm_spinner: add feature in spinner to change values while dragging relative to the...
authorgodly.talias <godly.talias@samsung.com>
Thu, 25 Jun 2015 14:27:09 +0000 (16:27 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 25 Jun 2015 15:24:08 +0000 (17:24 +0200)
commit1fa9c23544617907caf0e706c74545117f034c7d
tree11e0e4ff492c3574fa31ca87a29d5dc247c4220e
parent8889b728774bd479294ee5029730c90cdddf4450
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>
AUTHORS
src/bin/test_spinner.c
src/lib/elm_authors.h
src/lib/elm_spinner.c
src/lib/elm_widget_spinner.h