summaryrefslogtreecommitdiffstats
path: root/examples/gestures/imagegestures
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Updated example license to three clause BSD license.David Boddie2010-05-195-139/+134
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Enabled some examples by default in Symbian buildsMiikka Heikkinen2010-03-101-0/+5
| | | | | | Part of QtP delta reduction effort. Reviewed-by: Janne Anttila
* Update copyright year to 2010Jason McDonald2010-01-065-5/+5
| | | | Reviewed-by: Trust Me
* Fixed pinching in the imagegestures example.Denis Dzyubenko2009-11-051-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 Dzyubenko2009-11-051-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 Dzyubenko2009-11-051-8/+10
| | | | Reviewed-by: Bradley T. Hughes
* Mac: pinch gesture scales to fast and event below zeroRichard Moe Gustavsen2009-11-042-4/+10
| | | | | | | Make the math correct. Plus, update the imagegesture example. Rev-By: denis
* Compile fix after the last gesture api changeDenis Dzyubenko2009-11-031-3/+3
| | | | Reviewed-by: trustme
* Gesture api review.Denis Dzyubenko2009-11-031-3/+3
| | | | | | Changes to the gesture api after the review. Reviewed-by: Jasmin Blanchette
* Implemented pinch gesture recognizer.Denis Dzyubenko2009-11-031-11/+7
| | | | Reviewed-by: trustme
* Fixed the imagegestures project file.Denis Dzyubenko2009-11-031-3/+3
| | | | Reviewed-by: trustme
* Compile fix.Denis Dzyubenko2009-10-221-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 Boddie2009-10-163-12/+13
| | | | Reviewed-by: Trust Me
* Doc: Moving the Image Gestures example.David Boddie2009-10-166-0/+560
Reviewed-by: Trust Me