summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativemousearea_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add drag.active property to MouseArea in qmlLeonardo Sobral Cunha2010-04-201-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 mousePositionChangedLeonardo Sobral Cunha2010-04-191-3/+3
|
* Update mouse area coordinates automatically when changing positionLeonardo Sobral Cunha2010-04-191-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 Jones2010-04-071-1/+2
| | | | Task-number: QTBUG-9637
* MouseArea works now with any QGraphicsObjectAlexis Menard2010-03-171-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 Allison2010-02-241-0/+185
QDeclarativeXXX.