summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemousearea
Commit message (Collapse)AuthorAgeFilesLines
* Update mouse area coordinates automatically when changing positionLeonardo Sobral Cunha2010-04-192-0/+79
| | | | | | | | | 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
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Don't emit clicked() after pressAndHold()Martin Jones2010-04-082-0/+44
| | | | Task-number: QTBUG-9676
* Allow MouseArea.Drag.target to be reset.Martin Jones2010-04-072-6/+67
| | | | Task-number: QTBUG-9637
* Update mouseX(Y) when clicking on a mouse areaLeonardo Sobral Cunha2010-03-312-0/+56
| | | | | | | | This fixes the original commit, 56aa9370dbafa8ee4, for QTBUG-9383. We need to emit a positionChanged signal to update the mouseX(Y) for the mouse area. Reviewed-by: Martin Jones
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-4/+4
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-243-0/+175
QDeclarativeXXX.