Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix license headers after multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 1 | -5/+5 |
| | | | | | | | Commercial license headers belong in source packages only. The repo must have the pre-release license headers. Reviewed-by: Trust Me | ||||
* | Fix old/missing license headers from multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 1 | -3/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | Added setters to QGesture object. | Denis Dzyubenko | 2009-05-20 | 1 | -7/+14 |
| | |||||
* | No need to mark QGesture ctor explicit | Denis Dzyubenko | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | implemented gestures support in graphicsview for QGraphicsItems and | Denis Dzyubenko | 2009-05-18 | 1 | -0/+2 |
| | | | | | | QGraphicsProxyWidgets. This is still work-in-progress. | ||||
* | Improved gesture propagation. | Denis Dzyubenko | 2009-05-11 | 1 | -0/+8 |
| | | | | | | | | | | | Each gesture can now be accepted separately and not accepted gestures will be propagated to parent widget that are subscribed to them. Added an internal flag to specify that gesture is a "singleshot" - aka if the gesture is not continious and will not have a GestureStarted state, but only GestureFinished. Asynchronous gestures still need to fixed, as well as QGraphicsView. | ||||
* | Fixed gesture event propagation and offset translation. | Denis Dzyubenko | 2009-05-11 | 1 | -0/+1 |
| | |||||
* | renamed QGesture::gestureType() to just type() and fixed the doc. | Denis Dzyubenko | 2009-05-11 | 1 | -2/+2 |
| | |||||
* | Oops, fixed a memory corruption in Pan gesture due to invalid d-pointer type. | Denis Dzyubenko | 2009-05-11 | 1 | -1/+2 |
| | |||||
* | Added coordinate translation for points inside gesture event when | Denis Dzyubenko | 2009-05-11 | 1 | -0/+1 |
| | | | | propagating event. | ||||
* | Gesture recognizer don;t create new QGesture object every time | Denis Dzyubenko | 2009-05-11 | 1 | -4/+15 |
| | | | | anymore, but just fill data on a single qgesture object. | ||||
* | Removed the use of QSharedPointer from gesture api - since QGesture | Denis Dzyubenko | 2009-05-11 | 1 | -1/+0 |
| | | | | are QObject now everything is much simplier. | ||||
* | Renamed QPannableGesture to QPanningGesture. | Denis Dzyubenko | 2009-05-11 | 1 | -3/+3 |
| | |||||
* | More documentation fixes. | Denis Dzyubenko | 2009-05-11 | 1 | -6/+3 |
| | |||||
* | Extended the gesture documentation. | Denis Dzyubenko | 2009-05-11 | 1 | -23/+6 |
| | | | | Also made some small fixes that noticed while was writing a doc. | ||||
* | Added meta-object properties to QGesture object. | Denis Dzyubenko | 2009-05-11 | 1 | -0/+9 |
| | |||||
* | Modifications after the api review by Brad. | Denis Dzyubenko | 2009-05-11 | 1 | -9/+16 |
| | | | | | | | | | | | | Gesture types are now separated to internal ones, which are listed as enums (though they might be converted to strings internally), and third party gestures which are referenced by strings. From now on QGesture objects derive from QObject, which means third party gesture recognizer developers can use QObjects property system to store custom data inside QGesture without need to subclass it. Some functions were renamed to show their purpose more clear. | ||||
* | Merge of the maemo-gestures branch onto qt/4.5.0 | Denis Dzyubenko | 2009-05-11 | 1 | -0/+128 |
This is a squashed merge of all of the changes in the maemo-gestures branch on-top of the qt/4.5.0 branch. |