aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix release-only windows buildsAllan Sandfeld Jensen2021-02-222-2/+6
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+10
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-122-0/+60
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-112-0/+125
* Make tst_qmldiskcache::regenerateAfterChange() pass on big endian systemsDmitry Shachnev2021-02-091-3/+2
* Return errors if validation of inline components failsUlf Hermann2021-02-091-0/+18
* QQuickItemParticle give() method kill particleFabio Falsini2021-02-052-1/+6
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-051-1/+41
* qmllint: Fix segmentation faultMaximilian Goldstein2021-02-043-0/+22
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-032-0/+17
* QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-02-015-0/+128
* Extend blacklisting of tst_QQmlImport::importPathOrder to MinGWTony Sarajärvi2021-01-251-0/+1
* tests: blacklist tst_QQuickGridView::snapToRow() and snapOneRow() on MSVCLiang Qi2021-01-251-0/+3
* tests: blacklist tst_qquicktext::contentSize() on MSVCLiang Qi2021-01-251-0/+1
* tests: blacklist tst_QQmlImport::importPathOrder() on MSVCLiang Qi2021-01-251-0/+2
* qmllint: Fix auto-importing of qmltypes from same directoryUlf Hermann2021-01-223-0/+27
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-01-151-17/+106
* QQmlComponent: Avoid crash when setting initial properties in JS moduleFabian Kosmale2021-01-154-0/+31
* QuickLayouts: fix crash when layout width depends on parent widthIvan Solovev2021-01-151-0/+37
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-152-0/+113
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-142-0/+33
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-131-0/+44
* ListModel: Fix move handling in syncFabian Kosmale2021-01-135-0/+361
* Add Lancelot tests for both types of clippingLaszlo Agocs2021-01-123-0/+99
* Correct #if-ery in QML locale's time-zone update testEdward Welbourne2021-01-081-7/+11
* tst_qqmlenginecleanup::test_customModuleCleanup(): Add error outputFriedemann Kleint2021-01-041-2/+10
* Fix compilation warning in lancelot testEirik Aavitsland2020-12-281-1/+1
* Blacklist qqmlenginecleanup::test_customModuleCleanup() for MinGWFriedemann Kleint2020-12-231-0/+2
* ecmascript tests: Also raise timeout when built with cmakeUlf Hermann2020-12-181-0/+4
* QML: Fix proxy iterationFabian Kosmale2020-12-172-0/+39
* Windows/MinGW: Fix qqmltimer warnings floodFriedemann Kleint2020-12-171-19/+6
* qmlformat: Remove import sortingMaximilian Goldstein2020-12-165-300/+36
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-108-4/+184
* Refactor QQuickTextInput test to use QKeyCombinationVolker Hilsheimer2020-12-101-64/+37
* qqmltypeloader: Fix plugin not loading on MinGWMaximilian Goldstein2020-12-101-1/+1
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-0/+43
* tst_qqmlecmascript: Avoid memory leak on failureFabian Kosmale2020-12-031-3/+2
* QML engine: Fix binding setupFabian Kosmale2020-12-034-0/+33
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-305-40/+54
* Adjust toolsupport test to qtbase changeFabian Kosmale2020-11-301-1/+1
* Improve stability of animated lancelot test sceneEirik Aavitsland2020-11-261-1/+1
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-241-1/+30
* Purge renderpass refs from renderer when redirecting via QRhiRtLaszlo Agocs2020-11-241-1/+32
* Fix qmake build of tst_qquickview_extraAndrei Golubev2020-11-242-0/+4
* Fix QML property cache leaks of delegate itemsAndrei Golubev2020-11-245-0/+156
* Don't deliver to non-grabbing pointerhandlers if a point is grabbedShawn Rutledge2020-11-231-4/+0
* Fix tst_TapHandler::componentUserBehavioralOverrideShawn Rutledge2020-11-232-4/+2
* Fix tst_PointHandler::pressedMultipleButtonsShawn Rutledge2020-11-232-7/+7
* Fix multipointtoucharea_interop testsShawn Rutledge2020-11-232-19/+15
* Fix compiler warningsVolker Hilsheimer2020-11-231-15/+15