aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Try to stabilize qquickimage and rendernode tests.Gunnar Sletta2013-03-204-21/+22
* QQuickItemView: Add guard before returning currentItem itemCaroline Chao2013-03-192-0/+39
* Fix jump and property changes on first move when dragging a Flickable.Andrew den Exter2013-03-191-2/+2
* Smooth dragging an item with MouseArea.Andrew den Exter2013-03-142-21/+27
* Makes QSmoothedAnimation respect zero duration.Thomas Kristensen2013-03-132-0/+35
* Improve the ordering of Flickable dragging and moving property updates.Andrew den Exter2013-03-122-0/+22
* Improve timer dependent tests.Frederik Gladhorn2013-03-1110-5014/+44
* Fix warning about uninitialized value in QML-ECMA-test (CLANG).Friedemann Kleint2013-03-111-1/+1
* Fix warning about use of uninitialized value in QML-debug helpers.Friedemann Kleint2013-03-111-14/+14
* Fix warning about adding int to a QString (CLANG).Friedemann Kleint2013-03-111-1/+1
* Stabilize tst_qquicktextinput::remoteCursorDelegate()Frederik Gladhorn2013-03-041-1/+1
* Mark flaky tst_qv8profilerservice test as insignificant on MacKai Koehne2013-02-281-0/+2
* Use qmake for package dependency resolution in cmake tests.Stephen Kelly2013-02-262-2/+2
* Fix warnings about shadowing membersThiago Macieira2013-02-221-2/+0
* ListView's highlightMoveDuration should default to -1.Michael Brasser2013-02-221-0/+13
* Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-224-8/+116
* MouseArea shouldn't grab the mouse until there is an effective drag.Andrew den Exter2013-02-222-0/+112
* Stabilize clicking in QQuickTextEdit testFrederik Gladhorn2013-02-211-0/+2
* Add Test for Animating Qml Dynamic Properties using QPropertyAnimationDavid E. Narváez2013-02-214-0/+166
* A MouseArea should not receive move or release events if the press was not ac...Michael Brasser2013-02-142-0/+38
* Remove QPointerBase bic check.Stephen Kelly2013-02-131-5/+0
* Stabilize resizemodeitem test.Frederik Gladhorn2013-02-071-2/+1
* Fixed Canvas ImageData pixel values not being settable to 0.Samuel Rødal2013-02-071-0/+8
* Ensure the cursorRectangle is updated as the width of the text changes.Andrew den Exter2013-02-011-0/+8
* Ungrab mouse when FocusAboutToChange instead of LeaveFrederik Gladhorn2013-01-244-18/+21
* Fix alignment of Text element with implicit sizeEskil Abrahamsen Blomfeldt2013-01-241-0/+35
* Disconnect from previous loading image when loading a new image.Michael Brasser2013-01-242-0/+77
* Stabilize QQuickTextEdit testFrederik Gladhorn2013-01-231-1/+1
* Fix crash in PathViewTasuku Suzuki2013-01-182-0/+20
* Merge branch 'release' into stableGunnar Sletta2013-01-171-1/+1
|\
| * test examples only in developer buildsOswald Buddenhagen2013-01-111-1/+1
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-10576-576/+576
* | tst_bic: Add test data for linux-gcc-ia32Sergio Ahumada2013-01-101-0/+4622
* | make use of qtHaveModule()Oswald Buddenhagen2013-01-108-10/+10
* | Test case for tapping on stacked mouse areasDaniel d'Andrada2013-01-092-0/+82
* | Flickable: Test case for flicking twice using touchesDaniel d'Andrada2013-01-092-0/+92
|/
* Fix tst_qquicktextinput on Windows and Mac.Friedemann Kleint2013-01-071-3/+1
* Revert "Mark autotest as insignificant on mac"Paul Olav Tvete2013-01-031-2/+0
* Quick tests: Introduce QQmlMessageHandler.Friedemann Kleint2012-12-2014-204/+140
* Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-2012-31/+31
* Do not crash on some animation changesAlbert Astals Cid2012-12-201-0/+73
* Stabilize QQuickLoader test on Windows.Friedemann Kleint2012-12-191-0/+2
* Fix tst_qqmlbundle on Windows.Friedemann Kleint2012-12-192-1/+2
* Fix tst_qqmllanguage for MSVC.Friedemann Kleint2012-12-182-6/+4
* remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-161-1/+0
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-163-3/+3
* Add a hidden XandYAxis enum valueAlan Alpert2012-12-1511-12/+12
* Move the Q_DECLARE_METATYPE to where it should be.Stephen Kelly2012-12-112-1/+1
* make use of qt_headersclean.prfOswald Buddenhagen2012-12-112-57/+2
* Only free context if the owning QV8ContextResource gets destroyedPhilip Lorenz2012-12-101-0/+40