summaryrefslogtreecommitdiffstats
path: root/examples/gestures/imageviewer
Commit message (Collapse)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-125-5/+5
| | | | Reviewed-by: Trust Me
* Fixed compilation of the gestures/imagewidget example.Denis Dzyubenko2009-08-063-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 Dzyubenko2009-08-042-0/+82
|
* Removed the QTapAndHoldGestureDenis Dzyubenko2009-08-045-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 APIRichard Moe Gustavsen2009-08-041-31/+15
|
* Show open directory dialog for new gesture exampleRichard Moe Gustavsen2009-07-311-0/+3
| | | | RevBy: denis
* Refactored gesture apiDenis Dzyubenko2009-07-022-35/+58
| | | | | | | | | | | | | | | | 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 McDonald2009-06-293-15/+15
| | | | | | | Commercial license headers belong in source packages only. The repo must have the pre-release license headers. Reviewed-by: Trust Me
* Fix old/missing license headers from multitouch+gestures merge.Jason McDonald2009-06-293-9/+9
| | | | Reviewed-by: Trust Me
* Removed obsolete Qt::AA_EnableGestures attribute from example apps.Denis Dzyubenko2009-05-111-1/+0
|
* 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-111-11/+9
|
* Fixes: Compilation fixesDenis Dzyubenko2009-05-111-0/+2
|
* Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-114-0/+560
This is a squashed merge of all of the changes in the maemo-gestures branch on-top of the qt/4.5.0 branch.