aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* Qml: Don't crash when as-casting to type with errorsUlf Hermann2021-11-303-0/+27
* Clean up property attributes (2/2)Fabian Kosmale2021-11-176-1/+54
* Allow deferring of attached propertiesUlf Hermann2021-11-092-4/+10
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-2/+2
* Do not resolve containing types of inline components too earlyUlf Hermann2021-11-053-0/+25
* Allow attached properties in generalized grouped propertiesUlf Hermann2021-11-027-5/+47
* QQmlComponent: Make it harder to leak deferred statesUlf Hermann2021-11-011-8/+8
* Introduce generalized grouped propertiesUlf Hermann2021-10-286-0/+112
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-6/+6
* On QQmlTypeWrapper::toVariant(), consider attached objectsUlf Hermann2021-10-082-2/+7
* disconnectNotifiers() more aggressively during object deletionUlf Hermann2021-09-212-0/+32
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-7/+11
* Add "As" function to symbol tableUlf Hermann2021-09-062-0/+28
* Make qt6_qml_type_registration() internalCraig Scott2021-08-251-1/+1
* When binding signals, run the outer function to get the nested oneUlf Hermann2021-08-172-0/+64
* Add an extra test on parameter injection to tst_qqmllanguageAndrei Golubev2021-07-201-14/+48
* CMake: Always add the qmldir to the resource file systemUlf Hermann2021-07-011-1/+0
* tst_qqmllanguage: Make hangOnWarning independent of disk cacheUlf Hermann2021-06-291-0/+16
* QtQml: Move locateLocalQmldir and make it a templateUlf Hermann2021-06-292-2/+3
* Fix conversion of entries to be added to QVariantListsUlf Hermann2021-06-174-0/+77
* Allow registration of enums from related types to be switched offUlf Hermann2021-06-162-0/+40
* Disallow alias property and normal property having the same nameFabian Kosmale2021-06-153-0/+37
* Only return value type metaobjects from metaObjectForValueTypeUlf Hermann2021-06-093-0/+216
* Allow property observers on readonly propertiesUlf Hermann2021-06-083-0/+31
* qqmlirbuilder: Fix deep inline component script bindingsMaximilian Goldstein2021-05-122-0/+24
* qv4engine: Fix enums getting turned into objects when passed in listsMaximilian Goldstein2021-05-062-0/+40
* tst_qqmllanguage: Adjust error message checkFabian Kosmale2021-04-221-1/+1
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-192-0/+15
* Provide an objectForName() function in QQmlContextUlf Hermann2021-04-161-1/+3
* Implement optional chainingMaximilian Goldstein2021-04-135-0/+114
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-121-4/+4
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-111-14/+14
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-093-0/+46
* Resolve inline components before root componentFabian Kosmale2021-04-072-0/+43
* QQmlMetaTypeData: Purge custom string convertersFabian Kosmale2021-03-302-17/+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-102-0/+32
* Return errors if validation of inline components failsUlf Hermann2021-02-081-0/+17
* qqmlproxymetaobject: Support invoking methods and slotsMaximilian Goldstein2021-02-053-0/+8
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-012-0/+83
* QML_SINGLETON: Handle local create() functions with foreign typesMaximilian Goldstein2021-01-203-0/+48
* Remove the qmake project filesFabian Kosmale2021-01-151-24/+0
* qqmlengine: Fix crash when encountering bad singletonsMaximilian Goldstein2021-01-114-0/+43
* Avoid crash for deep aliasesMaximilian Goldstein2021-01-113-0/+16
* Fix IC properties in same fileFabian Kosmale2020-12-102-0/+12
* 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