summaryrefslogtreecommitdiffstats
path: root/examples/gestures
Commit message (Collapse)AuthorAgeFilesLines
...
* Make sure gestures/collidingmice example is build with all gestureDenis Dzyubenko2009-05-111-1/+2
| | | | examples.
* Removed QWidget::gestureEvent() functions since adding a new virtualDenis Dzyubenko2009-05-112-0/+10
| | | | function breaks binary compatibility.
* Gestures/imageviewer example compilesDenis Dzyubenko2009-05-111-3/+3
|
* Gesture examples compile now.Denis Dzyubenko2009-05-116-92/+77
|
* Added QGraphicsSceneGestureEvent that extends plain QGestureEvent byDenis Dzyubenko2009-05-111-2/+2
| | | | | providing some additional info (like a widget that received a gesture - for coordinates conversions).
* Added animation to zooming gesture in collidingmice example.Denis Dzyubenko2009-05-112-4/+38
|
* Implemented LinjaZax-like gesture in collidingmice example.Denis Dzyubenko2009-05-116-4/+335
|
* Added colliding mice example with gesture support.Denis Dzyubenko2009-05-115-0/+405
|
* Fixes: Compilation fixesDenis Dzyubenko2009-05-111-0/+2
|
* Fixed lastDirection in the Pan gesture.Denis Dzyubenko2009-05-111-1/+1
|
* Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-117-0/+724
This is a squashed merge of all of the changes in the maemo-gestures branch on-top of the qt/4.5.0 branch.