Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Moving the Image Gestures example. | David Boddie | 2009-10-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Refactored gesture api | Denis Dzyubenko | 2009-07-02 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Make compile when -no-webkit is passed to configure | Bill King | 2009-06-29 | 1 | -2/+1 |
| | |||||
* | 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 | 1 | -0/+1 |
| | | | | Added missing files for building the demo. | ||||
* | Added pannablewebview example. | Denis Dzyubenko | 2009-05-11 | 1 | -1/+2 |
| | |||||
* | Make sure gestures/collidingmice example is build with all gesture | Denis Dzyubenko | 2009-05-11 | 1 | -1/+2 |
| | | | | examples. | ||||
* | Merge of the maemo-gestures branch onto qt/4.5.0 | Denis Dzyubenko | 2009-05-11 | 1 | -0/+11 |
This is a squashed merge of all of the changes in the maemo-gestures branch on-top of the qt/4.5.0 branch. |