summaryrefslogtreecommitdiffstats
path: root/tests/auto/gestures
Commit message (Collapse)AuthorAgeFilesLines
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-313-39/+39
| | | | Reviewed-by: Trust Me
* Fix some missing and duplicated license headers.Jason McDonald2009-08-271-0/+41
| | | | Reviewed-by: Trust Me
* Make the license test pass.Frans Englich2009-08-191-0/+41
| | | | | | | This is partly done to address a review comment for S60. Reviewed-by: Marius SO Reviewed-by: Paul
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Refactored gesture apiDenis Dzyubenko2009-07-021-8/+21
| | | | | | | | | | | | | | | | Rewritten the api almost from scratch, making it simplier and more flexible at the same time. The current implementation will not have complex gseturemanager class inside Qt, but the QGesture base class, which represents both a gesture recognizer and a gesture itself with a set of properties. A set of common gestures that can use used in third-party applications (and in Qt itself internally) is supposed to be found in qstandardgestures.h, and a base class for user-defined gestures is in qgesture.h Gesture implementation for Pan on Windows7 has also been added as a reference implementation for platform gestures.
* Fix old/missing license headers from multitouch+gestures merge.Jason McDonald2009-06-291-2/+2
| | | | Reviewed-by: Trust Me
* Compile fix after the multitouch api review.Denis Dzyubenko2009-06-152-14/+14
|
* Gesture autotest improvementsDenis Dzyubenko2009-06-152-11/+70
|
* Improved touch event emulation code in testlib.Denis Dzyubenko2009-06-031-1/+52
| | | | | | | | * Added a context for the touch positions in press(), move(), release() functions. * Sending RawTouch events to QApplication object if the target widget is not specified.
* Added pan gesture to the gesture autotestDenis Dzyubenko2009-06-033-5/+115
|
* 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