summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-061-9/+0
|\
| * Doc: Fixed qdoc warnings.David Boddie2009-11-051-9/+0
* | Implemented Tap and TapAndHold gestures.Denis Dzyubenko2009-11-051-0/+66
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-041-6/+15
|\
| * Doc: Fixed qdoc warnings.David Boddie2009-11-041-10/+10
* | Gesture api review.Denis Dzyubenko2009-11-031-36/+53
* | Documentation fixes related to gestures doc.Denis Dzyubenko2009-11-031-1/+1
|/
* Tiny doc change by David Boddie.Denis Dzyubenko2009-10-281-3/+3
* Removed obsolete private field from the QGesture and fixed the doc.Denis Dzyubenko2009-10-281-6/+5
* Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gesturesThomas Zander2009-10-281-0/+33
* Doc: Fixed qdoc warnings.David Boddie2009-10-261-6/+0
* Change API; the pan gesture now has points for distance, not size.Thomas Zander2009-10-221-6/+6
* Add QGestureEvent::mapToScene for better graphicsView integrationThomas Zander2009-10-221-0/+4
* Improved gesture event filtering inside QGraphicsView for QGraphicObjectsDenis Dzyubenko2009-10-221-10/+0
* Doc: Documentation for gesture features. Still a moving target.David Boddie2009-10-161-3/+239
* Doc: Gesture API documentation review and improvements.David Boddie2009-10-161-3/+23
* Mac: implement gestures conforming to the new APIRichard Moe Gustavsen2009-10-131-12/+14
* Doc: Gesture API documentation review.David Boddie2009-10-121-20/+16
* Added documentation for the Gesture API.Denis Dzyubenko2009-10-121-9/+56
* Compile fix after the latest change to gesture api.Denis Dzyubenko2009-10-121-8/+1
* Removed the QGesture contructor that we don't really need.Denis Dzyubenko2009-10-121-6/+7
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-206/+222
* Doc: mark API of Gesture framework as preliminary.Volker Hilsheimer2009-10-021-0/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Fixed the spelling of canceled in the QGesture api brought up by David Boddie.Denis Dzyubenko2009-09-071-5/+5
* Fixed the QGesture::updateState function.Denis Dzyubenko2009-09-031-2/+5
* doc: Fixed several qdoc errors.Martin Smith2009-09-021-11/+12
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Improved a QGesture api a little bit.Denis Dzyubenko2009-08-211-6/+31
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Doc: Fix qdoc warningsVolker Hilsheimer2009-08-101-1/+1
* Changed setting state in a QGestureDenis Dzyubenko2009-08-061-8/+40
* QTapAndHoldGesture is gone, remove referenceVolker Hilsheimer2009-08-051-1/+1
* Removed the startPos/lastPos/pos from the gesture classes.Denis Dzyubenko2009-08-041-45/+0
* Gestures: fixed install event filter bugRichard Moe Gustavsen2009-07-301-2/+2
* doc: Corrected several qdoc warnings.Martin Smith2009-07-031-0/+7
* Refactored gesture apiDenis Dzyubenko2009-07-021-175/+133
* doc: Fixed several qdoc error reports.Martin Smith2009-07-011-0/+16
* Fix license headers after multitouch+gestures merge.Jason McDonald2009-06-291-5/+5
* Fix old/missing license headers from multitouch+gestures merge.Jason McDonald2009-06-291-3/+3
* Added setters to QGesture object.Denis Dzyubenko2009-05-201-0/+25
* Added missing \since 4.6 doc tagDenis Dzyubenko2009-05-111-0/+2
* Improved gesture propagation.Denis Dzyubenko2009-05-111-1/+1
* renamed QGesture::gestureType() to just type() and fixed the doc.Denis Dzyubenko2009-05-111-3/+7
* Oops, fixed a memory corruption in Pan gesture due to invalid d-pointer type.Denis Dzyubenko2009-05-111-1/+2
* Gesture recognizer don;t create new QGesture object every timeDenis Dzyubenko2009-05-111-16/+45
* Renamed QPannableGesture to QPanningGesture.Denis Dzyubenko2009-05-111-6/+6
* More documentation fixes.Denis Dzyubenko2009-05-111-28/+37
* Extended the gesture documentation.Denis Dzyubenko2009-05-111-8/+116