summaryrefslogtreecommitdiffstats
path: root/tests/manual/gestures
Commit message (Collapse)AuthorAgeFilesLines
* 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