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