summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qstandardgestures.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* The lastCenterPoint should be equal to centerPoint for new gestures.Frederik Gladhorn2010-11-031-3/+5
* PinchGesture: lastRotationAngle should start at 0.Frederik Gladhorn2010-11-031-1/+1
* Simplify calculation of center point and scale for PinchRecongizerFrederik Gladhorn2010-10-251-11/+8
* fix scaleFactor/totalScaleFactor in QPinchGestureRecognizerZeno Albisser2010-09-131-5/+5
* Changed the speed property on QSwipeGesture to velocityZeno Albisser2010-09-131-3/+3
* Fix compilation with QT_NO_GRAPHICSVIEWTasuku Suzuki2010-07-211-0/+8
* Change default TapAndHold timeout and make configurableThomas Zander2010-07-081-4/+3
* Adapt the TapAndHold recognizer to non-touch tooThomas Zander2010-07-061-23/+40
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-s...Denis Dzyubenko2010-06-071-0/+4
|\
| * Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+4
* | Added setting a hotspot on standard gesturesDenis Dzyubenko2010-06-071-0/+3
|/
* 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