summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesturerecognizer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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