aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Move locateLocalQmldir and make it a templateUlf Hermann2021-06-291-2/+2
* Fix conversion of entries to be added to QVariantListsUlf Hermann2021-06-171-0/+19
* Allow property observers on readonly propertiesUlf Hermann2021-06-081-0/+15
* qqmlirbuilder: Fix deep inline component script bindingsMaximilian Goldstein2021-05-121-0/+12
* qv4engine: Fix enums getting turned into objects when passed in listsMaximilian Goldstein2021-05-061-0/+29
* tst_qqmllanguage: Adjust error message checkFabian Kosmale2021-04-221-1/+1
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-191-0/+12
* Provide an objectForName() function in QQmlContextUlf Hermann2021-04-161-1/+3
* Implement optional chainingMaximilian Goldstein2021-04-131-0/+4
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-121-4/+4
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-091-0/+28
* Resolve inline components before root componentFabian Kosmale2021-04-071-0/+14
* QQmlMetaTypeData: Purge custom string convertersFabian Kosmale2021-03-301-13/+0
* Equalize signal handlers between runtime and AOT compilationAndrei Golubev2021-03-021-1/+1
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Fix QJSValue singletons only supporting object typesMaximilian Goldstein2021-02-221-0/+42
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-121-0/+19
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-101-0/+21
* Return errors if validation of inline components failsUlf Hermann2021-02-081-0/+17
* qqmlproxymetaobject: Support invoking methods and slotsMaximilian Goldstein2021-02-051-0/+2
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-0/+21
* QML_SINGLETON: Handle local create() functions with foreign typesMaximilian Goldstein2021-01-201-0/+11
* qqmlengine: Fix crash when encountering bad singletonsMaximilian Goldstein2021-01-111-0/+22
* Avoid crash for deep aliasesMaximilian Goldstein2021-01-111-0/+7
* Fix IC properties in same fileFabian Kosmale2020-12-101-0/+1
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-1/+1
* Update tests to use new metaType systemDavid Skoland2020-11-021-68/+67
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-0/+23
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-021-0/+17
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-021-0/+21
* Inline components: Fix custom parser supportFabian Kosmale2020-10-281-0/+11
* QQmlMetaType: Grudgingly accept uppercase value typesUlf Hermann2020-10-051-2/+2
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-12/+18
* Allow proper registration of value typesUlf Hermann2020-09-231-0/+78
* tst_qqmllanguage: Use namespaces for registering enum containersUlf Hermann2020-09-221-2/+6
* Adapt to changes in qtbaseUlf Hermann2020-09-151-0/+2
* Always group the metaType and listType togetherLars Knoll2020-08-281-3/+3
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-36/+1
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-221-0/+10
* tst_qqmllanguage: Fix failure due to stricter equality of QVariantFawzi Mohamed2020-08-201-1/+4
* Support required list propertiesFabian Kosmale2020-07-281-0/+6
* URL: Allow non-string parametersMaximilian Goldstein2020-07-031-0/+13
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-3/+3
* qqmltypecompiler: Be more careful when resolving enumsFabian Kosmale2020-06-221-0/+57
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-0/+26
* Allow using lowercase enum namesMaximilian Goldstein2020-05-191-11/+6
* Add a default message to QML_UNCREATABLEMaximilian Goldstein2020-05-061-0/+12
* Fix build with latest QHash from qtbaseSimon Hausmann2020-04-141-7/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-4/+21
|\