Elm glayer: Added "Gesture Layer 2" test.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 9 Nov 2011 10:46:04 +0000 (10:46 +0000)
committerMike McCormack <mj.mccormack@samsung.com>
Fri, 18 Nov 2011 05:55:27 +0000 (14:55 +0900)
commit62f6aade4f25ed430b131574a2a86bc10a83558c
treec521be4a2c57f713d2996fe38b9a953ddc83ceac
parent346d182f41b76a54ec97f88427e7815309d6fbd2
Elm glayer: Added "Gesture Layer 2" test.

This test tests all of the available gestures.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64980 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
41 files changed:
data/images/Makefile.am
data/images/g_layer/double_tap_1.png [new file with mode: 0644]
data/images/g_layer/double_tap_2.png [new file with mode: 0644]
data/images/g_layer/double_tap_3.png [new file with mode: 0644]
data/images/g_layer/double_tap_4.png [new file with mode: 0644]
data/images/g_layer/double_tap_5.png [new file with mode: 0644]
data/images/g_layer/flick_1.png [new file with mode: 0644]
data/images/g_layer/flick_2.png [new file with mode: 0644]
data/images/g_layer/flick_3.png [new file with mode: 0644]
data/images/g_layer/flick_4.png [new file with mode: 0644]
data/images/g_layer/flick_5.png [new file with mode: 0644]
data/images/g_layer/line_1.png [new file with mode: 0644]
data/images/g_layer/line_2.png [new file with mode: 0644]
data/images/g_layer/line_3.png [new file with mode: 0644]
data/images/g_layer/line_4.png [new file with mode: 0644]
data/images/g_layer/line_5.png [new file with mode: 0644]
data/images/g_layer/long_tap_1.png [new file with mode: 0644]
data/images/g_layer/long_tap_2.png [new file with mode: 0644]
data/images/g_layer/long_tap_3.png [new file with mode: 0644]
data/images/g_layer/long_tap_4.png [new file with mode: 0644]
data/images/g_layer/long_tap_5.png [new file with mode: 0644]
data/images/g_layer/momentum_1.png [new file with mode: 0644]
data/images/g_layer/momentum_2.png [new file with mode: 0644]
data/images/g_layer/momentum_3.png [new file with mode: 0644]
data/images/g_layer/momentum_4.png [new file with mode: 0644]
data/images/g_layer/momentum_5.png [new file with mode: 0644]
data/images/g_layer/rotate_1.png [new file with mode: 0644]
data/images/g_layer/tap_1.png [new file with mode: 0644]
data/images/g_layer/tap_2.png [new file with mode: 0644]
data/images/g_layer/tap_3.png [new file with mode: 0644]
data/images/g_layer/tap_4.png [new file with mode: 0644]
data/images/g_layer/tap_5.png [new file with mode: 0644]
data/images/g_layer/triple_tap_1.png [new file with mode: 0644]
data/images/g_layer/triple_tap_2.png [new file with mode: 0644]
data/images/g_layer/triple_tap_3.png [new file with mode: 0644]
data/images/g_layer/triple_tap_4.png [new file with mode: 0644]
data/images/g_layer/triple_tap_5.png [new file with mode: 0644]
data/images/g_layer/zoom_1.png [new file with mode: 0644]
src/bin/Makefile.am
src/bin/test.c
src/bin/test_gesture_layer2.c [new file with mode: 0644]