summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativemousearea/data
Commit message (Collapse)AuthorAgeFilesLines
* Flickable and MouseArea were too eager to take/keep mouse grab.Martin Jones2010-11-2411-0/+5039
| | | | | | | | | This meant that they would sometimes act upon a drag immediately, rather than waiting for a nested area to take the grab. This resulted in a short jump before future events were handled by the nested item. Task-number: QTBUG-15568 Reviewed-by: Bea Lam
* Update qml visual testsAlan Alpert2010-11-1640-38/+38
| | | | | | | | | | Added guidelines for size, and shrunk tests that exceeded them. Also updated the visuals for all text tests now that antialiasing is off Also some other minor cleanups. Also had to update the visuals for all tests, due to the bug in generating the test scripts being fixed (all need to be remade). Task-number: QTBUG-14792
* Update all qmlvisual testsAlan Alpert2010-11-156-41/+41
| | | | | | | Previous commit means that the snapshots are in different frames. All tests must be updated. Task-number: QTBUG-14792
* Fix visual tests.Michael Brasser2010-10-1815-201/+201
|
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-213-3/+3
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Emit released and hoveredChanged in MouseArea when a UngrabMouse is receivedLeonardo Sobral Cunha2010-04-2115-0/+5127
| | | | | | | | | | | The unbgrab mouse happens when the mouse area is inside a flickable and the flickables takes control over the mouse handling. In this case, the UngrabMouse will behave similarly to a MouseRelease, emitting released, pressedChanged and hoveredChanged. Visual autotest added to mousearea in qmlvisual. Reviewed-by: Michael Brasser
* Update visual test.Michael Brasser2010-04-089-4/+4
| | | | We've updated our handling of drag threshold in MouseArea.
* Cleanup MouseArea visual tests.Michael Brasser2010-03-3134-0/+11074