aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-251-0/+1
* Blacklist various failing testsShawn Rutledge2020-09-251-0/+2
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-251-0/+19
* qmllint: Don't dump imported enums into the current scopeUlf Hermann2020-09-243-1/+21
* Allow proper registration of value typesUlf Hermann2020-09-232-31/+80
* 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
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-1619-29/+29
* Fix xmlhttprequest autotest after HTTP/2 changes in qtbaseLars Knoll2020-09-1531-42/+86
* Adapt to changes in qtbaseUlf Hermann2020-09-153-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
* Remove deprecated registration functionsFabian Kosmale2020-08-272-2/+2
* 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-2411-487/+4
* Remove qml statemachine plugin from qtdeclarativeKarsten Heimrich2020-08-238-240/+0
* Adapt to qtbase changesFabian Kosmale2020-08-231-7/+7
* tst_qqmltypeloader: Adapt to network redirection change in qtbaseFabian Kosmale2020-08-231-0/+15
* Add override behaviors to QQmlListPropertyUnai IRIGOYEN2020-08-227-1/+90
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-222-0/+20
* 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
* Fix tst_qqmlproperty failures due to stricter QVariantMaximilian Goldstein2020-08-201-3/+3
* qmllint: handle signals defined in qml fileEvgeniy A. Dushistov2020-08-192-0/+14
* tst_qqmlcomponent: Fix test failureFawzi Mohamed2020-08-171-1/+1
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-124-3/+47
* tst_qqmlxmlhttprequest: Ignore HTTP encoding headersUlf Hermann2020-08-1220-19/+19
* Fix tst_qqmlmoduleplugin on macFawzi Mohamed2020-08-111-1/+8
* CMake: Prepare for removal of Threads::Threads special casesAlexandru Croitor2020-08-062-2/+12
* Support required list propertiesFabian Kosmale2020-07-283-0/+19
* test252runner.cpp: Add overrideFabian Kosmale2020-07-281-1/+1
* QQmlInfo: print ancestor of object if it has no QML engineMitch Curtis2020-07-276-2/+170
* QQmlIRLoader: Restore inline components correctlyFabian Kosmale2020-07-222-0/+24
* Restrict qmlRegisterTypesAndRevisions to major version givenUlf Hermann2020-07-164-0/+64
* Adapt test to automatic comparator registrationFabian Kosmale2020-07-151-1/+0
* CMake: Regenerate projectsAlexandru Croitor2020-07-093-3/+40
* qmlformat: Allow for minor and major versions to be omittedMaximilian Goldstein2020-07-082-0/+6
* qmlimportscanner: Use QmlDirParserUlf Hermann2020-07-0849-1/+932