Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compilation of the gestures/imagewidget example. | Denis Dzyubenko | 2009-08-06 | 3 | -12/+35 |
| | | | | | | | Also improved an example a bit to optionally support TapAndHold gesture with plain mouse events. Reviewed-by: trustme | ||||
* | Added the license header to the example. | Denis Dzyubenko | 2009-08-04 | 2 | -0/+82 |
| | |||||
* | Removed the QTapAndHoldGesture | Denis Dzyubenko | 2009-08-04 | 5 | -8/+151 |
| | | | | | | | | Moved the gesture implementation to the imageviewer example as it cannot be fully implemented in a crossplatform way - for example on Windows tap and hold is a system gesture that is transparent to the application. Reviewed-by: trustme | ||||
* | Modify imagewidget example so it works with new API | Richard Moe Gustavsen | 2009-08-04 | 1 | -31/+15 |
| | |||||
* | Show open directory dialog for new gesture example | Richard Moe Gustavsen | 2009-07-31 | 1 | -0/+3 |
| | | | | RevBy: denis | ||||
* | Refactored gesture api | Denis Dzyubenko | 2009-07-02 | 82 | -14645/+59 |
| | | | | | | | | | | | | | | | | Rewritten the api almost from scratch, making it simplier and more flexible at the same time. The current implementation will not have complex gseturemanager class inside Qt, but the QGesture base class, which represents both a gesture recognizer and a gesture itself with a set of properties. A set of common gestures that can use used in third-party applications (and in Qt itself internally) is supposed to be found in qstandardgestures.h, and a base class for user-defined gestures is in qgesture.h Gesture implementation for Pan on Windows7 has also been added as a reference implementation for platform gestures. | ||||
* | Fix license headers after multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 48 | -240/+240 |
| | | | | | | | Commercial license headers belong in source packages only. The repo must have the pre-release license headers. Reviewed-by: Trust Me | ||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Jason McDonald | 2009-06-29 | 1 | -2/+1 |
|\ | |||||
| * | Make compile when -no-webkit is passed to configure | Bill King | 2009-06-29 | 1 | -2/+1 |
| | | |||||
* | | Fix old/missing license headers from multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 52 | -147/+311 |
|/ | | | | Reviewed-by: Trust Me | ||||
* | Cleanup includes in public headers. | Bradley T. Hughes | 2009-06-26 | 1 | -0/+1 |
| | | | | We don't want to pull in too much if we can avoid it. | ||||
* | Don't build the pannablewebview example if webkit is disabled | Bradley T. Hughes | 2009-06-26 | 1 | -1/+4 |
| | |||||
* | Don't build the gesture browser "example" if webkit or svg are disabled | Bradley T. Hughes | 2009-06-23 | 1 | -1/+2 |
| | |||||
* | Added gesture enabled browser demo to project file. | Denis Dzyubenko | 2009-05-12 | 11 | -0/+531 |
| | | | | Added missing files for building the demo. | ||||
* | Improved finding a scrollable QWebFrame in browser demo. | Denis Dzyubenko | 2009-05-11 | 1 | -0/+7 |
| | |||||
* | Added support to pan frames inside browser window. | Denis Dzyubenko | 2009-05-11 | 2 | -9/+16 |
| | |||||
* | Added inertial to the browser demo. | Denis Dzyubenko | 2009-05-11 | 2 | -3/+29 |
| | |||||
* | 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. |