aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix crash with early QObject property accessSimon Hausmann2014-08-252-0/+33
* tst_dialogs: verify that rootObject is validRobin Burchell2014-08-151-0/+3
* tst_dialogs: QTRY_ on the expression (spyVisibilityChanged.count) not the var...Robin Burchell2014-08-151-1/+1
* The cached objects can be deleted, so keep them in a QPointer.Gunnar Sletta2014-08-141-0/+103
* Silence harmless compiler warning.Gunnar Sletta2014-08-121-3/+2
* benchmarks: Skip compilation of (and mark with FIXME) a few benchmarks that d...Robin Burchell2014-08-122-2/+2
* benchmarks/particles: fix projects to actually buildRobin Burchell2014-08-122-2/+2
* Fix compilation of tst_compilation (:-P) benchmark.Robin Burchell2014-08-122-31/+1
* Avoid double deletion when deleting an incubating component.Martin Jones2014-08-111-4/+0
* Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-083-0/+7
* Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-063-0/+27
* Synchronize PathView gesture grabbing with other items.Martin Jones2014-08-063-4/+137
* Run autotests for Canvas.renderTarget == FramebufferObject also.Gunnar Sletta2014-08-021-2/+2
* Merge remote-tracking branch 'origin/stable' into 5.3J-P Nurmi2014-07-302-2/+126
|\
| * Fix QQmlDelegateModel ignoring layoutChange in certain situationsDan Vrátil2014-06-292-2/+126
* | Fix QQmlDelegateModel getting out of syncDan Vrátil2014-07-305-2/+272
* | Flickable: Cancel interaction on interactive changesAlbert Astals Cid2014-07-281-0/+41
* | Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-263-0/+133
* | Don't recreate header and footer unnecessarilyMartin Jones2014-07-252-8/+10
* | Improve programmatic flicking of ListView (and Flickable).Michael Brasser2014-07-242-0/+66
* | Schedule layout changes to avoid refill() recursion.Mitch Curtis2014-07-242-0/+85
* | Add autotest for incorrect steal of flick.Michael Brasser2014-07-242-0/+143
* | shift and unshift fail for QQmlSequence typesMartin Jones2014-07-221-0/+37
* | Fix role for generic Accessible itemsFrederik Gladhorn2014-07-091-1/+1
* | Avoid double deletion of QQuickWindowShawn Rutledge2014-06-302-0/+45
* | Use QSignalSpy instead of waitFor in tst_qpacketprotocolUlf Hermann2014-06-191-2/+7
* | Fix forwarding of keyboard events to multiple target itemsJoni Poikelin2014-06-111-1/+5
|/
* Keep QML and JS messages separate in QQmlProfilerService testUlf Hermann2014-06-061-46/+52
* Fix opacity issue in the renderer.Gunnar Sletta2014-06-052-4/+95
* Fix method overload calling of Qt slots from JavaScriptkh12014-06-041-0/+49
* Make ItemViews displayMargin work correctly when set to negative valuesAlbert Astals Cid2014-06-044-0/+319
* Dump all received messages if tst_QQmlProfilerService failsUlf Hermann2014-06-021-0/+21
* QNX: Fix qquicktext auto testBernd Weimer2014-05-302-2/+7
* Fix emission of QQmlListModel::rowsAboutToBeXxx() signalsJ-P Nurmi2014-05-291-0/+129
* Fix tst_textinput.qmlBernd Weimer2014-05-281-9/+36
* Fix crash (failing assertion) when declaring a non-string id propertySimon Hausmann2014-05-272-14/+30
* Fix QQmlScriptString::isEmpty for script strings without source codeSimon Hausmann2014-05-271-0/+49
* deduplicate and decruft SUBDIRS listOswald Buddenhagen2014-05-261-4/+0
* Record synchronous and asynchronous events separately in profiler testUlf Hermann2014-05-221-129/+84
* Re-enable qquicktextinput test on Mac OS XSimon Hausmann2014-05-211-2/+0
* Merge remote-tracking branch 'origin/release' into stableIikka Eklund2014-05-202-1/+40
|\
| * Fix QJSEngine::evaluate using the wrong execution contextv5.3.0Simon Hausmann2014-05-091-0/+39
| * Update qmltypes filesAlan Alpert2014-05-061-1/+1
* | Fix improper antialiasing property behaviorOleg Shparber2014-05-191-0/+7
* | Fix tst_qquicktextedit::cursorRectangle_QTBUG_38947()J-P Nurmi2014-05-192-9/+14
* | Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-191-0/+103
* | TextEdit: fix cursor rectangle positioningJ-P Nurmi2014-05-162-0/+39
* | Fix regression in QJSValueIterator::next() since Qt 5.1.1Gunnar Sletta2014-05-141-0/+27
* | Fix tst_textedit.qmlBernd Weimer2014-05-091-9/+38
* | Item views: prevent negative cache bufferJ-P Nurmi2014-05-071-0/+4