summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qstandardgestures.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port QtGui uses of QTime as a stopwatch to QTimestampThiago Macieira2010-03-171-4/+3
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Added a -no-native-gestures option for configure.exeDenis Dzyubenko2009-11-061-2/+1
* Fixed pinching in the imagegestures example.Denis Dzyubenko2009-11-051-2/+6
* Implemented Tap and TapAndHold gestures.Denis Dzyubenko2009-11-051-0/+153
* Improved pinch gesture.Denis Dzyubenko2009-11-051-1/+7
* Implemented QSwipeGesture recognizer using touch events.Denis Dzyubenko2009-11-051-4/+149
* Compile fix after the last gesture api changeDenis Dzyubenko2009-11-031-2/+0
* Gesture api review.Denis Dzyubenko2009-11-031-32/+31
* Implemented pinch gesture recognizer.Denis Dzyubenko2009-11-031-75/+102
* Doc: Fixed qdoc warnings.David Boddie2009-10-261-1/+0
* Change API; the pan gesture now has points for distance, not size.Thomas Zander2009-10-221-6/+6
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-670/+105
* Doc: mark API of Gesture framework as preliminary.Volker Hilsheimer2009-10-021-0/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* doc: Fixed several qdoc errors.Martin Smith2009-09-081-0/+6
* Added a property to QPinchGesture to specify what exactly changed.Denis Dzyubenko2009-09-031-0/+16
* Improved the gesture api.Denis Dzyubenko2009-09-031-30/+123
* Improved the gesture api.Denis Dzyubenko2009-09-031-26/+29
* Added simple manualtests for gesturesDenis Dzyubenko2009-09-031-0/+20
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* doc: Fixed several qdoc errors.Martin Smith2009-08-311-12/+48
* Gestures: Implement swipe gestureRichard Moe Gustavsen2009-08-271-0/+108
* Gestures: make all screen points floatRichard Moe Gustavsen2009-08-271-7/+7
* Mac: Fix Imageviewer example, and bugfix gesturesRichard Moe Gustavsen2009-08-271-0/+2
* Cocoa: implement pan gestures to follow mouseRichard Moe Gustavsen2009-08-271-12/+13
* Cocoa: Implement single touch panRichard Moe Gustavsen2009-08-271-40/+68
* Improved a QGesture api a little bit.Denis Dzyubenko2009-08-211-52/+40
* Improved the QPanGesture implementation.Denis Dzyubenko2009-08-211-16/+18
* Carbon and Cocoa: Adding support for standard gestures.Richard Moe Gustavsen2009-08-191-3/+15
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Compile fix on Linux.hjk2009-08-101-4/+4
* Implemented QPinchGesture.Denis Dzyubenko2009-08-101-3/+207
* Compile fix for gestures.Denis Dzyubenko2009-08-061-5/+4
* Changed setting state in a QGestureDenis Dzyubenko2009-08-061-31/+12
* Rearranged the gesture code a bit for future native gestures on Windows.Denis Dzyubenko2009-08-061-7/+15
* Removed the startPos/lastPos/pos from the gesture classes.Denis Dzyubenko2009-08-041-43/+0
* Removed the QTapAndHoldGestureDenis Dzyubenko2009-08-041-85/+16
* Moved the native window gesture handling code to the right place.Denis Dzyubenko2009-08-041-19/+105
* fix warning on MSVCThierry Bastian2009-08-041-2/+1
* Add support for pan gesture on mac (carbon and cocoa)Richard Moe Gustavsen2009-08-041-0/+64
* Refactored gesture apiDenis Dzyubenko2009-07-021-0/+254