aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QmlDebugging: Modify test JSDebug test casesAurindam Jana2012-03-131-4/+12
* Reuse QQuickView in ListView table driven testsMartin Jones2012-03-131-44/+89
* Default image scaling behaviour has changed; fix autotest.Toby Tomkins2012-03-131-2/+2
* Fix crash when writing property after engine deletionChris Adams2012-03-131-2/+0
* Speed up view flick tests.Martin Jones2012-03-135-29/+26
* ListView.contentHeight does not include header and footer item heightsMartin Jones2012-03-132-0/+20
* Fix leak in tst_qquicklistmodel unit testChris Adams2012-03-131-0/+2
* Displaced items were moving unnecessarilyBea Lam2012-03-134-0/+260
* Change repeater item to handle model being deleted.Glenn Watson2012-03-132-0/+35
* Fix v4 nested object access bug.Michael Brasser2012-03-121-1/+0
* Add additional v4 tests.Michael Brasser2012-03-125-0/+254
* tests: enable headersclean also for cross_compile buildsRohan McGovern2012-03-122-7/+1
* Remove unneeded dependencies to QtWidgets and QtOpenGLLars Knoll2012-03-1254-61/+47
* Fix MouseArea autotest.Laszlo Agocs2012-03-121-4/+9
* Fix tst_qquicktextedit.Michael Brasser2012-03-121-0/+4
* Skip test that accesses deleted QML engineKent Hansen2012-03-121-0/+2
* Fix flakiness in qquicklistmodel autotestKent Hansen2012-03-121-2/+6
* Mark presumed unstable test as insignificant.Lars Knoll2012-03-121-0/+1
* Make headersclean in qtdeclarative enforce correct header conventions.Rohan McGovern2012-03-113-29/+17
* refilled items should be moved immediatelyBea Lam2012-03-104-10/+76
* Add mouse wheel events handler to MouseAreaLuis Gabriel Lima2012-03-102-0/+45
* Don't grow container when desired size is knownJoão Abecasis2012-03-092-18/+0
* Add autotest for v4 nested object bug.Michael Brasser2012-03-093-7/+32
* Fix crash in listmodel when data is assigned incorrectly.Glenn Watson2012-03-091-0/+14
* QmlDebugging: Remove QQmlDebugClientAurindam Jana2012-03-0925-86/+2071
* QML Debugger: Change prefix of warningsKai Koehne2012-03-074-11/+11
* QmlDebugging: Revert the names of servicesAurindam Jana2012-03-071-1/+1
* Make sure QML type "real" always maps to C++ type "double"Kent Hansen2012-03-076-5/+64
* ListView can freeze if flicked beyond its bounds.Martin Jones2012-03-073-0/+88
* Fix setting of target lists when target Transition is not setBea Lam2012-03-074-0/+101
* Changed particles tests to work from install directoryKurt Korbatits2012-03-0747-173/+243
* Changed quick tests to work from install directoryKurt Korbatits2012-03-0744-125/+55
* Changed qml tests to work from install directoryKurt Korbatits2012-03-0735-101/+50
* Change the default renderTarget and renderStrategyCharles Yin2012-03-0716-17/+19
* prepareTransition() must cancel current transitionBea Lam2012-03-074-28/+6
* Continue refactor of Canvas rendering.Justin McPherson2012-03-061-1/+1
* Handle MouseArea.enabled = false after mouse is pressed.Martin Jones2012-03-051-0/+105
* Merge master <-> api_changesMatthew Vogt2012-03-0596-539/+3451
|\
| * Profiler: Use RAII helper structs for rangesKai Koehne2012-03-021-1/+1
| * Fix when animating items that are already movingBea Lam2012-03-024-10/+105
| * Add QColor support to v4.Michael Brasser2012-03-022-0/+36
| * Improved transitions for Row, Column, Grid, FlowBea Lam2012-03-024-0/+653
| * Reenable value type binding auto removal tests.Michael Brasser2012-03-021-2/+2
| * Allow styled text to be elided.Andrew den Exter2012-03-012-274/+249
| * Reduce size of QQuickTextPrivateYann Bodson2012-03-011-6/+7
| * Fix QQuickDropArea test compilation.Andrew den Exter2012-03-012-37/+40
| * Add autotest for QML meta-objectsKent Hansen2012-02-2927-0/+506
| * FolderListModel: remove widget and QDirModel useMartin Petersson2012-02-291-2/+2
| * Don't round Text dimensions.Andrew den Exter2012-02-293-8/+4
| * Add generic "displaced" transition propertyBea Lam2012-02-295-0/+691