Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added a gesture-enabled browser demo. | Denis Dzyubenko | 2009-05-11 | 56 | -0/+12906 | |
| | ||||||
* | Added a dummy button on top of the webview to show how input events | Denis Dzyubenko | 2009-05-11 | 1 | -0/+5 | |
| | | | | are delayed. | |||||
* | Added pannablewebview example. | Denis Dzyubenko | 2009-05-11 | 3 | -1/+50 | |
| | ||||||
* | Removed obsolete Qt::AA_EnableGestures attribute from example apps. | Denis Dzyubenko | 2009-05-11 | 3 | -3/+0 | |
| | ||||||
* | fix link error on windows | Bradley T. Hughes | 2009-05-11 | 1 | -1/+1 | |
| | ||||||
* | Make sure gestures/collidingmice example is build with all gesture | Denis Dzyubenko | 2009-05-11 | 1 | -1/+2 | |
| | | | | examples. | |||||
* | Removed QWidget::gestureEvent() functions since adding a new virtual | Denis Dzyubenko | 2009-05-11 | 2 | -0/+10 | |
| | | | | function breaks binary compatibility. | |||||
* | Gestures/imageviewer example compiles | Denis Dzyubenko | 2009-05-11 | 1 | -3/+3 | |
| | ||||||
* | Gesture examples compile now. | Denis Dzyubenko | 2009-05-11 | 6 | -92/+77 | |
| | ||||||
* | Added QGraphicsSceneGestureEvent that extends plain QGestureEvent by | Denis Dzyubenko | 2009-05-11 | 1 | -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 Dzyubenko | 2009-05-11 | 2 | -4/+38 | |
| | ||||||
* | Implemented LinjaZax-like gesture in collidingmice example. | Denis Dzyubenko | 2009-05-11 | 6 | -4/+335 | |
| | ||||||
* | Added colliding mice example with gesture support. | Denis Dzyubenko | 2009-05-11 | 5 | -0/+405 | |
| | ||||||
* | Fixes: Compilation fixes | Denis Dzyubenko | 2009-05-11 | 1 | -0/+2 | |
| | ||||||
* | Fixed lastDirection in the Pan gesture. | Denis Dzyubenko | 2009-05-11 | 1 | -1/+1 | |
| | ||||||
* | Merge of the maemo-gestures branch onto qt/4.5.0 | Denis Dzyubenko | 2009-05-11 | 7 | -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. |