summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qstandardgestures.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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