summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Introduce the grail transform toolHenrik Rydberg2011-04-282-0/+356
| | | | | | | | This tool tests the transform capabilities of grail. Similar to a map application, one can use a single finger, two fingers, a whole hand or two hands to move the rectangle around, scale and rotate it. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Introduce test-mtdevHenrik Rydberg2011-04-282-1/+260
| | | | | | A new tool (test-mtdev) is added, showing the usage of gesture frames. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Prepare for gesture frame additionsHenrik Rydberg2011-04-281-3/+5
| | | | | | | Rename internal variables and fix makefile to make room for new targets. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Added #includes to remove warnings from Clang.Jussi Pakkanen2011-04-281-0/+1
| | | | | Signed-off-by: Jussi Pakkanen <jussi.pakkanen@canonical.com> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Allow replay of device data through grailHenrik Rydberg2011-04-041-2/+8
| | | | | | | | | | | This patch adds replay capabilities to grail. If the specified device points to a valid evemu file, the device properties will be extracted from that file instead. Any appended event data will be replayed in realtime when calling grail_pull_mtdev(). In practise, grail_gesture may be executed with a test file. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Small compilation warning fixesChase Douglas2011-03-141-0/+1
| | | | | | | Found by using -Wall -Werror Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Replace touch logic with utouch frame engineHenrik Rydberg2011-01-021-1/+1
| | | | | | | | | | | The original grail uses an internal touch framework and exports some touch information as extended attributes to gesture events. This was never quite the intention, but rather to expose gestures and touches on a similar footing, such that grail can be input agnostic. This patch starts off by replacing the internal touch framework with the utouch-frame engine. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Move test program to tools directoryHenrik Rydberg2011-01-022-0/+133
The current test programs are tools rather than automatic tests. To conform better to the the usage of "make check", move the current tools over the appropriate directory. Also drop the grail-touch program, as it will be replaced by the utouch-frame package. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>