Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add drag.active property to MouseArea in qml | Leonardo Sobral Cunha | 2010-04-20 | 1 | -0/+6 |
| | | | | | | | The drag.active property specifies if the target item is being dragged. Task-number: QTBUG-9833 Reviewed-by: Martin Jones | ||||
* | Renamed mousePosChanged signal to mousePositionChanged | Leonardo Sobral Cunha | 2010-04-19 | 1 | -3/+3 |
| | |||||
* | Update mouse area coordinates automatically when changing position | Leonardo Sobral Cunha | 2010-04-19 | 1 | -2/+6 |
| | | | | | | | | | Mouse area coordinates are now updated when the mouse area changes position and positionChanged signals are not emitted on mousePress anymore (only mousePosChanged signals). Task-number: QTBUG-9716 Reviewed-by: Michael Brasser | ||||
* | Allow MouseArea.Drag.target to be reset. | Martin Jones | 2010-04-07 | 1 | -1/+2 |
| | | | | Task-number: QTBUG-9637 | ||||
* | MouseArea works now with any QGraphicsObject | Alexis Menard | 2010-03-17 | 1 | -4/+4 |
| | | | | | | Easy, you just need to change the property. Reviewed-by:Martin Jones | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+185 |
QDeclarativeXXX. |