Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 1 | -1/+1 |
| | | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> | ||||
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -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 McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Made the Gestures Programming document more visible. | David Boddie | 2010-06-30 | 1 | -0/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | Add a new qconfig feature GESTURES | Tasuku Suzuki | 2010-06-02 | 1 | -0/+4 |
| | | | | | Merge-request: 535 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | ||||
* | Doc for for QGestureRecognizer::create. | Denis Dzyubenko | 2010-03-15 | 1 | -0/+2 |
| | | | | Reviewed-by: trustme | ||||
* | Cache scene coordinates of a hotspot in a QGesture. | Denis Dzyubenko | 2010-02-24 | 1 | -0/+1 |
| | | | | Reviewed-by: trustme | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Gesture api review. | Denis Dzyubenko | 2009-11-03 | 1 | -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 Dzyubenko | 2009-10-28 | 1 | -1/+1 |
| | | | | Reviewed-by: Thomas Zander | ||||
* | Renamed QGestureRecognizer::ResultFlags to ResultFlag | Denis Dzyubenko | 2009-10-27 | 1 | -1/+1 |
| | | | | | | Decided after review by David Boddie. Reviewed-by: trustme | ||||
* | Doc: Changed the text slightly. | David Boddie | 2009-10-23 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Documentation for gesture features. Still a moving target. | David Boddie | 2009-10-16 | 1 | -0/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Gesture API documentation review and improvements. | David Boddie | 2009-10-16 | 1 | -9/+14 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc: Gesture API documentation review. | David Boddie | 2009-10-12 | 1 | -15/+57 |
| | | | | Reviewed-by: Trust Me | ||||
* | Added documentation for the Gesture API. | Denis Dzyubenko | 2009-10-12 | 1 | -4/+85 |
| | | | | Reviewed-by: trustme | ||||
* | A new implementation of the Gesture API. | Denis Dzyubenko | 2009-10-09 | 1 | -0/+71 |
Implemented gestures using gesture events and separate QGesture/QGestureRecognizer classes. Reviewed-by: trustme |