summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesturerecognizer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Made the Gestures Programming document more visible.David Boddie2010-06-301-0/+3
| | | | Reviewed-by: Trust Me
* Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+4
| | | | | Merge-request: 535 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Doc for for QGestureRecognizer::create.Denis Dzyubenko2010-03-151-0/+2
| | | | Reviewed-by: trustme
* Cache scene coordinates of a hotspot in a QGesture.Denis Dzyubenko2010-02-241-0/+1
| | | | Reviewed-by: trustme
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Gesture api review.Denis Dzyubenko2009-11-031-28/+58
| | | | | | Changes to the gesture api after the review. Reviewed-by: Jasmin Blanchette
* Removed obsolete private field from the QGesture and fixed the doc.Denis Dzyubenko2009-10-281-1/+1
| | | | Reviewed-by: Thomas Zander
* Renamed QGestureRecognizer::ResultFlags to ResultFlagDenis Dzyubenko2009-10-271-1/+1
| | | | | | Decided after review by David Boddie. Reviewed-by: trustme
* Doc: Changed the text slightly.David Boddie2009-10-231-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Documentation for gesture features. Still a moving target.David Boddie2009-10-161-0/+1
| | | | Reviewed-by: Trust Me
* Doc: Gesture API documentation review and improvements.David Boddie2009-10-161-9/+14
| | | | Reviewed-by: Trust Me
* Doc: Gesture API documentation review.David Boddie2009-10-121-15/+57
| | | | Reviewed-by: Trust Me
* Added documentation for the Gesture API.Denis Dzyubenko2009-10-121-4/+85
| | | | Reviewed-by: trustme
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-0/+71
Implemented gestures using gesture events and separate QGesture/QGestureRecognizer classes. Reviewed-by: trustme