aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-251-0/+1
* Blacklist various failing testsShawn Rutledge2020-09-256-0/+23
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-251-0/+19
* Blacklist tests flickable.nestedPressDelay, gridview.snapOneRowShawn Rutledge2020-09-242-0/+4
* Stabilize tst_QQuickListView::parentBindingShawn Rutledge2020-09-242-2/+8
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-241-6/+7
* Blacklist tst_qquickwindow::cleanupGrabsOnReleaseShawn Rutledge2020-09-241-0/+2
* Blacklist maiop::dragHandlerInSiblingStealingGrabFromMouseAreaViaTouchShawn Rutledge2020-09-241-0/+2
* qmllint: Don't dump imported enums into the current scopeUlf Hermann2020-09-243-1/+21
* Allow proper registration of value typesUlf Hermann2020-09-233-38/+87
* Prevent crash when destroying asynchronous LoaderJoni Poikelin2020-09-232-0/+68
* tst_qqmllanguage: Use namespaces for registering enum containersUlf Hermann2020-09-222-9/+13
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-222-0/+2
* Handle QProperty inside bindingsFabian Kosmale2020-09-212-0/+17
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-1817-0/+97
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-1810-218/+234
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-1620-31/+31
* QQuickWindow: Consider z-order of children when delivering pointer eventsYoungSun Park2020-09-154-0/+164
* Fix xmlhttprequest autotest after HTTP/2 changes in qtbaseLars Knoll2020-09-1531-42/+86
* Blacklist a test that started failing after even changes in qtbaseLars Knoll2020-09-151-0/+1
* Adapt to changes in qtbaseUlf Hermann2020-09-153-0/+4
* Skip tst_TouchMouse::buttonOnDelayedPressFlickable on macOSUlf Hermann2020-09-151-0/+4
* qmlformat: Fix multiline comment attachmentMaximilian Goldstein2020-09-043-0/+24
* Adjust to qtbase changesFabian Kosmale2020-09-046-20/+28
* QJSEngine: provide a way to check if an exception was thrownFabian Kosmale2020-09-021-0/+21
* tst_qmlformat: refactor testsMaximilian Goldstein2020-09-021-86/+44
* Tests: pass QDate and QTime by value rather than const referenceEdward Welbourne2020-09-014-7/+7
* Remove deprecated QQmlListProperty constructorFabian Kosmale2020-08-314-14/+9
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-282-2/+1
* Always group the metaType and listType togetherLars Knoll2020-08-281-3/+3
* QQuickCanvas: Skip failing test for nowFabian Kosmale2020-08-281-0/+2
* Remove deprecated registration functionsFabian Kosmale2020-08-272-2/+2
* Follow layoutMirroring in Layout marginsDavid Edmundson2020-08-261-0/+41
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-262-83/+0
* tst_qqmlqt: Avoid warning in testFabian Kosmale2020-08-263-13/+10
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-2412-488/+5
* Remove qml statemachine plugin from qtdeclarativeKarsten Heimrich2020-08-2324-1186/+0
* Adapt to qtbase changesFabian Kosmale2020-08-231-7/+7
* tst_qqmltypeloader: Adapt to network redirection change in qtbaseFabian Kosmale2020-08-231-0/+15
* tst_qquickaccessible: Adapt to QVariant::isNull changeFabian Kosmale2020-08-231-2/+4
* Add override behaviors to QQmlListPropertyUnai IRIGOYEN2020-08-227-1/+90
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-221-0/+3
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-222-0/+20
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-222-0/+32
* qmllint: fix import java scripts from moduleEvgeniy A. Dushistov2020-08-225-0/+25
* tst_qqmlenginedebugservice: Adapt to QVariant comparison changeFabian Kosmale2020-08-221-7/+13
* qmlformat: fix handling of "if else" inside "if" in "if else"Evgeniy A. Dushistov2020-08-202-1/+16
* tst_qqmllanguage: Fix failure due to stricter equality of QVariantFawzi Mohamed2020-08-201-1/+4
* tst_qjsengine: Fix comparison related failuresFawzi Mohamed2020-08-201-3/+8