Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 7 | -7/+7 |
| | | | | Reviewed-by: Trust Me | ||||
* | Gesture api review. | Denis Dzyubenko | 2009-11-03 | 5 | -38/+33 |
| | | | | | | Changes to the gesture api after the review. Reviewed-by: Jasmin Blanchette | ||||
* | Follow refactor; use QApplication:: instead of qApp-> | Thomas Zander | 2009-10-28 | 1 | -2/+2 |
| | | | | | Our tests now call the recently converted registerRecognizer using a proper static method. | ||||
* | Compile fix. | Denis Dzyubenko | 2009-10-22 | 2 | -8/+8 |
| | | | | | | | QPanGesture was changed to use QPointF instead of QSizeF, also need to change all usages of the pan gesture. Reviewed-by: trustme | ||||
* | Fixed the gestures/graphicsview manualtest | Denis Dzyubenko | 2009-10-22 | 2 | -4/+23 |
| | |||||
* | Add license headers - make header-testcase pass. | Volker Hilsheimer | 2009-10-10 | 7 | -2/+207 |
| | |||||
* | A new implementation of the Gesture API. | Denis Dzyubenko | 2009-10-09 | 8 | -0/+571 |
Implemented gestures using gesture events and separate QGesture/QGestureRecognizer classes. Reviewed-by: trustme |