Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Updated example license to three clause BSD license. | David Boddie | 2010-05-19 | 5 | -139/+134 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Enabled some examples by default in Symbian builds | Miikka Heikkinen | 2010-03-10 | 1 | -0/+5 |
| | | | | | | Part of QtP delta reduction effort. Reviewed-by: Janne Anttila | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 5 | -5/+5 |
| | | | | 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 | 2 | -4/+10 |
| | | | | | | | 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 | ||||
* | Fixed the imagegestures project file. | Denis Dzyubenko | 2009-11-03 | 1 | -3/+3 |
| | | | | 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 | 3 | -12/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Moving the Image Gestures example. | David Boddie | 2009-10-16 | 6 | -0/+560 |
Reviewed-by: Trust Me |