summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesture.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* 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-111-1/+1
* expose GestureType for using in QMLZeno Albisser2010-09-141-0/+1
* Added velocity property to the QPanGesture.Zeno Albisser2010-09-131-0/+2
* Changed the speed property on QSwipeGesture to velocityZeno Albisser2010-09-131-0/+1
* Register a few gesture-related types in the meta-type system.Denis Dzyubenko2010-07-231-0/+3
* Change default TapAndHold timeout and make configurableThomas Zander2010-07-081-0/+3
* Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+4
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Implemented Tap and TapAndHold gestures.Denis Dzyubenko2009-11-051-0/+34
* Gesture api review.Denis Dzyubenko2009-11-031-9/+12
* Make GestureCancelPolicy work for graphicsviewThomas Zander2009-10-301-0/+1
* Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gesturesThomas Zander2009-10-281-0/+10
* Change API; the pan gesture now has points for distance, not size.Thomas Zander2009-10-221-9/+9
* Improved gesture event filtering inside QGraphicsView for QGraphicObjectsDenis Dzyubenko2009-10-221-4/+0
* fix compilation with namespaceshjk2009-10-151-2/+6
* Mac: implement gestures conforming to the new APIRichard Moe Gustavsen2009-10-131-4/+2
* Removed the QGesture contructor that we don't really need.Denis Dzyubenko2009-10-121-3/+2
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-20/+133
* 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-1/+1
* 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-2/+6
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Made the QGesture::reset function protected.Denis Dzyubenko2009-08-101-2/+1
* Changed setting state in a QGestureDenis Dzyubenko2009-08-061-1/+1
* Removed the startPos/lastPos/pos from the gesture classes.Denis Dzyubenko2009-08-041-12/+2
* Fixed includes in the gestures public headers.Denis Dzyubenko2009-07-201-6/+6
* signals -> Q_SIGNALSVolker Hilsheimer2009-07-031-1/+1
* Refactored gesture apiDenis Dzyubenko2009-07-021-63/+19
* 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-7/+14
* No need to mark QGesture ctor explicitDenis Dzyubenko2009-05-181-2/+2
* implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-181-0/+2
* Improved gesture propagation.Denis Dzyubenko2009-05-111-0/+8
* Fixed gesture event propagation and offset translation.Denis Dzyubenko2009-05-111-0/+1
* renamed QGesture::gestureType() to just type() and fixed the doc.Denis Dzyubenko2009-05-111-2/+2
* Oops, fixed a memory corruption in Pan gesture due to invalid d-pointer type.Denis Dzyubenko2009-05-111-1/+2
* Added coordinate translation for points inside gesture event whenDenis Dzyubenko2009-05-111-0/+1
* Gesture recognizer don;t create new QGesture object every timeDenis Dzyubenko2009-05-111-4/+15
* Removed the use of QSharedPointer from gesture api - since QGestureDenis Dzyubenko2009-05-111-1/+0
* Renamed QPannableGesture to QPanningGesture.Denis Dzyubenko2009-05-111-3/+3
* More documentation fixes.Denis Dzyubenko2009-05-111-6/+3