aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-241-0/+11
* Extend tests for DeferredPropertyNamesAndrei Golubev2022-02-121-0/+77
* Qml: Don't crash when as-casting to type with errorsUlf Hermann2021-11-301-0/+16
* Clean up property attributes (2/2)Fabian Kosmale2021-11-171-0/+28
* Allow deferring of attached propertiesUlf Hermann2021-11-091-4/+9
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-2/+2
* Do not resolve containing types of inline components too earlyUlf Hermann2021-11-051-0/+16
* Allow attached properties in generalized grouped propertiesUlf Hermann2021-11-021-2/+43
* QQmlComponent: Make it harder to leak deferred statesUlf Hermann2021-11-011-8/+8
* Introduce generalized grouped propertiesUlf Hermann2021-10-281-0/+53
* On QQmlTypeWrapper::toVariant(), consider attached objectsUlf Hermann2021-10-081-1/+5
* disconnectNotifiers() more aggressively during object deletionUlf Hermann2021-09-211-0/+14
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-3/+10
* Add "As" function to symbol tableUlf Hermann2021-09-061-0/+13
* When binding signals, run the outer function to get the nested oneUlf Hermann2021-08-171-0/+25
* Add an extra test on parameter injection to tst_qqmllanguageAndrei Golubev2021-07-201-14/+48
* tst_qqmllanguage: Make hangOnWarning independent of disk cacheUlf Hermann2021-06-291-0/+16
* 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 registration of enums from related types to be switched offUlf Hermann2021-06-161-0/+33
* Disallow alias property and normal property having the same nameFabian Kosmale2021-06-151-0/+23
* Only return value type metaobjects from metaObjectForValueTypeUlf Hermann2021-06-091-0/+32
* 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