summaryrefslogtreecommitdiffstats
path: root/tests/auto/gestures
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved the QTest::touchEvent() implementation to testlib.Denis Dzyubenko2009-06-031-104/+0
| | | | Modified it the same time to remove refcount and static variable.
* Simplified emulating touch events by using RawTouch event.Denis Dzyubenko2009-06-031-25/+16
|
* Added api for emulating touch events.Denis Dzyubenko2009-05-271-3/+182
| | | | | For now the api is in the autotest itself, though in the QTest namespace.
* Added simple autotest for gestures when there are overlapping graphicsitemsDenis Dzyubenko2009-05-271-3/+59
|
* Added a simple test for gesture event delivery to graphicsitemsDenis Dzyubenko2009-05-203-4/+143
|
* Started implementing tests for gestures on graphicsviewDenis Dzyubenko2009-05-201-114/+197
|
* Added autotest for gestures.Denis Dzyubenko2009-05-184-0/+742