summaryrefslogtreecommitdiffstats
path: root/tests/manual/gestures
Commit message (Collapse)AuthorAgeFilesLines
* Gesture api review.Denis Dzyubenko2009-11-038-65/+55
| | | | | | Changes to the gesture api after the review. Reviewed-by: Jasmin Blanchette
* Improved gesture scrollarea manualtest.Denis Dzyubenko2009-11-032-11/+33
| | | | Reviewed-by: trustme
* Fixed the scrollarea gesture manual test.Denis Dzyubenko2009-10-282-2/+2
| | | | Reviewed-by: trustme
* Follow refactor; use QApplication:: instead of qApp->Thomas Zander2009-10-281-2/+2
| | | | | Our tests now call the recently converted registerRecognizer using a proper static method.
* Compile fix.Denis Dzyubenko2009-10-224-31/+31
| | | | | | | QPanGesture was changed to use QPointF instead of QSizeF, also need to change all usages of the pan gesture. Reviewed-by: trustme
* Fixed the gestures/graphicsview manualtestDenis Dzyubenko2009-10-222-4/+23
|
* Add license headers - make header-testcase pass.Volker Hilsheimer2009-10-1010-4/+250
|
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-0918-317/+821
| | | | | | | Implemented gestures using gesture events and separate QGesture/QGestureRecognizer classes. Reviewed-by: trustme
* Update license headers again.Jason McDonald2009-09-094-16/+16
| | | | Reviewed-by: Trust Me
* Update license headersJason McDonald2009-09-044-52/+52
| | | | Reviewed-by: Trust Me
* Improved the gesture api.Denis Dzyubenko2009-09-031-2/+2
| | | | | | | | | | | | | | Made properties in QPanGesture and QPinchGesture more consistent - all of them have value, lastValue and totalValue. Documented that totalValue means the value from the beginning of the gesture, while the 'value' - from the beginning of the current sequence. This is especially useful on Windows when you zoom with two fingers and then release one finger and touch again to continue zooming. Also added a workaround for native Rotate gesture on Windows which contain a 'bad' value in the first WM_GESTURE message in every gesture sequence. Reviewed-by: Bradley T. Hughes
* Added simple manualtests for gesturesDenis Dzyubenko2009-09-038-0/+409
Reviewed-by: trustme