summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativemousearea_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid emitting release when the mouse is ungrabbedLeonardo Sobral Cunha2010-05-071-0/+1
| | | | | | | | | | Added an onCanceled signal to mouse area, which is triggered when the mouse area rejects the event (propagates to the nearest mouse area beneath) or some other element steals the mouse grab (flickable, for example). Task-number: QTBUG-10162 Reviewed-by: Michael Brasser
* Emit hoverChanged appropriately when Item visibility changes.Martin Jones2010-04-281-1/+6
| | | | Task-number: QTBUG-10243
* 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.