Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A new implementation of the Gesture API. | Denis Dzyubenko | 2009-10-09 | 18 | -317/+821 |
| | | | | | | | Implemented gestures using gesture events and separate QGesture/QGestureRecognizer classes. Reviewed-by: trustme | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 4 | -16/+16 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers | Jason McDonald | 2009-09-04 | 4 | -52/+52 |
| | | | | Reviewed-by: Trust Me | ||||
* | Improved the gesture api. | Denis Dzyubenko | 2009-09-03 | 1 | -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 gestures | Denis Dzyubenko | 2009-09-03 | 8 | -0/+409 |
Reviewed-by: trustme |