| Commit message (Expand) | Author | Age | Files | Lines |
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
|
|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | The lastCenterPoint should be equal to centerPoint for new gestures. | Frederik Gladhorn | 2010-11-03 | 1 | -3/+5 |
|
|
* | PinchGesture: lastRotationAngle should start at 0. | Frederik Gladhorn | 2010-11-03 | 1 | -1/+1 |
|
|
* | Simplify calculation of center point and scale for PinchRecongizer | Frederik Gladhorn | 2010-10-25 | 1 | -11/+8 |
|
|
* | fix scaleFactor/totalScaleFactor in QPinchGestureRecognizer | Zeno Albisser | 2010-09-13 | 1 | -5/+5 |
|
|
* | Changed the speed property on QSwipeGesture to velocity | Zeno Albisser | 2010-09-13 | 1 | -3/+3 |
|
|
* | Fix compilation with QT_NO_GRAPHICSVIEW | Tasuku Suzuki | 2010-07-21 | 1 | -0/+8 |
|
|
* | Change default TapAndHold timeout and make configurable | Thomas Zander | 2010-07-08 | 1 | -4/+3 |
|
|
* | Adapt the TapAndHold recognizer to non-touch too | Thomas Zander | 2010-07-06 | 1 | -23/+40 |
|
|
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-s... | Denis Dzyubenko | 2010-06-07 | 1 | -0/+4 |
|\ |
|
| * | Add a new qconfig feature GESTURES | Tasuku Suzuki | 2010-06-02 | 1 | -0/+4 |
|
|
* | | Added setting a hotspot on standard gestures | Denis Dzyubenko | 2010-06-07 | 1 | -0/+3 |
|/ |
|
* | Port QtGui uses of QTime as a stopwatch to QTimestamp | Thiago Macieira | 2010-03-17 | 1 | -4/+3 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Added a -no-native-gestures option for configure.exe | Denis Dzyubenko | 2009-11-06 | 1 | -2/+1 |
|
|
* | Fixed pinching in the imagegestures example. | Denis Dzyubenko | 2009-11-05 | 1 | -2/+6 |
|
|
* | Implemented Tap and TapAndHold gestures. | Denis Dzyubenko | 2009-11-05 | 1 | -0/+153 |
|
|
* | Improved pinch gesture. | Denis Dzyubenko | 2009-11-05 | 1 | -1/+7 |
|
|
* | Implemented QSwipeGesture recognizer using touch events. | Denis Dzyubenko | 2009-11-05 | 1 | -4/+149 |
|
|
* | Compile fix after the last gesture api change | Denis Dzyubenko | 2009-11-03 | 1 | -2/+0 |
|
|
* | Gesture api review. | Denis Dzyubenko | 2009-11-03 | 1 | -32/+31 |
|
|
* | Implemented pinch gesture recognizer. | Denis Dzyubenko | 2009-11-03 | 1 | -75/+102 |
|
|
* | Doc: Fixed qdoc warnings. | David Boddie | 2009-10-26 | 1 | -1/+0 |
|
|
* | Change API; the pan gesture now has points for distance, not size. | Thomas Zander | 2009-10-22 | 1 | -6/+6 |
|
|
* | A new implementation of the Gesture API. | Denis Dzyubenko | 2009-10-09 | 1 | -670/+105 |
|
|
* | Doc: mark API of Gesture framework as preliminary. | Volker Hilsheimer | 2009-10-02 | 1 | -0/+3 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-08 | 1 | -0/+6 |
|
|
* | Added a property to QPinchGesture to specify what exactly changed. | Denis Dzyubenko | 2009-09-03 | 1 | -0/+16 |
|
|
* | Improved the gesture api. | Denis Dzyubenko | 2009-09-03 | 1 | -30/+123 |
|
|
* | Improved the gesture api. | Denis Dzyubenko | 2009-09-03 | 1 | -26/+29 |
|
|
* | Added simple manualtests for gestures | Denis Dzyubenko | 2009-09-03 | 1 | -0/+20 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-31 | 1 | -12/+48 |
|
|
* | Gestures: Implement swipe gesture | Richard Moe Gustavsen | 2009-08-27 | 1 | -0/+108 |
|
|
* | Gestures: make all screen points float | Richard Moe Gustavsen | 2009-08-27 | 1 | -7/+7 |
|
|
* | Mac: Fix Imageviewer example, and bugfix gestures | Richard Moe Gustavsen | 2009-08-27 | 1 | -0/+2 |
|
|
* | Cocoa: implement pan gestures to follow mouse | Richard Moe Gustavsen | 2009-08-27 | 1 | -12/+13 |
|
|
* | Cocoa: Implement single touch pan | Richard Moe Gustavsen | 2009-08-27 | 1 | -40/+68 |
|
|
* | Improved a QGesture api a little bit. | Denis Dzyubenko | 2009-08-21 | 1 | -52/+40 |
|
|
* | Improved the QPanGesture implementation. | Denis Dzyubenko | 2009-08-21 | 1 | -16/+18 |
|
|
* | Carbon and Cocoa: Adding support for standard gestures. | Richard Moe Gustavsen | 2009-08-19 | 1 | -3/+15 |
|
|
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | Compile fix on Linux. | hjk | 2009-08-10 | 1 | -4/+4 |
|
|
* | Implemented QPinchGesture. | Denis Dzyubenko | 2009-08-10 | 1 | -3/+207 |
|
|
* | Compile fix for gestures. | Denis Dzyubenko | 2009-08-06 | 1 | -5/+4 |
|
|
* | Changed setting state in a QGesture | Denis Dzyubenko | 2009-08-06 | 1 | -31/+12 |
|
|
* | Rearranged the gesture code a bit for future native gestures on Windows. | Denis Dzyubenko | 2009-08-06 | 1 | -7/+15 |
|
|
* | Removed the startPos/lastPos/pos from the gesture classes. | Denis Dzyubenko | 2009-08-04 | 1 | -43/+0 |
|
|