Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to release licenses for 4.6.3. | Jason McDonald | 2010-05-30 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed pinching in the imagegestures example. | Denis Dzyubenko | 2009-11-05 | 1 | -6/+5 |
| | | | | | | | | | When the gesture finishes it might not necessery set the ScaleFactorChanged flag. Also fixed the touch-event based pinch gesture. Reviewed-by: trustme | ||||
* | Small improvement in the imagegesture example. | Denis Dzyubenko | 2009-11-05 | 1 | -1/+1 |
| | | | | | | | | | We don't actually need to fill the backgroup in the example as it will be done by Qt. And when double-clicked we need to reset the scale factor properly. Reviewed-by: trustme | ||||
* | Implemented QSwipeGesture recognizer using touch events. | Denis Dzyubenko | 2009-11-05 | 1 | -8/+10 |
| | | | | Reviewed-by: Bradley T. Hughes | ||||
* | Mac: pinch gesture scales to fast and event below zero | Richard Moe Gustavsen | 2009-11-04 | 1 | -4/+9 |
| | | | | | | | Make the math correct. Plus, update the imagegesture example. Rev-By: denis | ||||
* | Compile fix after the last gesture api change | Denis Dzyubenko | 2009-11-03 | 1 | -3/+3 |
| | | | | Reviewed-by: trustme | ||||
* | Gesture api review. | Denis Dzyubenko | 2009-11-03 | 1 | -3/+3 |
| | | | | | | Changes to the gesture api after the review. Reviewed-by: Jasmin Blanchette | ||||
* | Implemented pinch gesture recognizer. | Denis Dzyubenko | 2009-11-03 | 1 | -11/+7 |
| | | | | Reviewed-by: trustme | ||||
* | Compile fix. | Denis Dzyubenko | 2009-10-22 | 1 | -3/+3 |
| | | | | | | | QPanGesture was changed to use QPointF instead of QSizeF, also need to change all usages of the pan gesture. Reviewed-by: trustme | ||||
* | Doc: Documentation for gesture features. Still a moving target. | David Boddie | 2009-10-16 | 1 | -5/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Moving the Image Gestures example. | David Boddie | 2009-10-16 | 1 | -0/+268 |
Reviewed-by: Trust Me |