aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Drop backup source code once we're done with itUlf Hermann2022-06-181-0/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-141-27/+2
* Document that QML_EXTENDED properties are practically FINALAndrei Golubev2022-06-021-0/+4
* tst_qqmllanguage: Test extended group property caseAndrei Golubev2022-06-021-0/+21
* Revert "Revise QQmlProxyMetaObject and extension chain creation"Jani Heikkinen2022-05-311-6/+1
* Revise QQmlProxyMetaObject and extension chain creationAndrei Golubev2022-05-241-1/+6
* Support extension property revisionsAndrei Golubev2022-05-241-0/+23
* QML: Correctly detect extended typesAndrei Golubev2022-05-231-6/+31
* Support querying indirect extensions for a given objectAndrei Golubev2022-05-121-0/+58
* Distinguish extensions from extension namespaces in QmlCompiler libraryAndrei Golubev2022-05-091-0/+27
* QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-05-041-0/+17
* Add extra extension tests to tst_qqmllanguageAndrei Golubev2022-05-041-1/+63
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-4/+6
* Demote the deferred property warnings to qCInfoUlf Hermann2022-04-291-3/+3
* Fix crash in QQmlObjectCreator::populateInstanceUlf Hermann2022-04-271-0/+15
* QQmlTypeCompiler: Find implicit components for inline component rootsUlf Hermann2022-04-271-0/+5
* Immediately complete component upon creation failureFabian Kosmale2022-04-251-3/+0
* Handle property assignment failure for group property gracefullyFabian Kosmale2022-04-251-0/+16
* qmlcompiler: Support attached property bindingsAndrei Golubev2022-04-221-0/+8
* QML: Reset the binding name when synthesizing componentsUlf Hermann2022-04-111-0/+17
* Add public API for retrieving the extension objectUlf Hermann2022-03-231-0/+4
* tst_qqmllanguage::extendedForeignTypes: check signal with an argumentShawn Rutledge2022-03-151-0/+3
* Make most QQmlPropertyData constUlf Hermann2022-03-141-1/+1
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-2/+2
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-241-0/+11
* Extend tests for DeferredPropertyNamesAndrei Golubev2022-02-111-0/+77
* QML: Allow declaring and binding list<foo> properties in one stepUlf Hermann2022-01-311-0/+3
* QML: Allow named lists of value typesUlf Hermann2022-01-281-0/+44
* Allow custom named value types in QMLUlf Hermann2022-01-251-0/+18
* Rename "Basic Types" to "Value Types"Ulf Hermann2022-01-211-5/+5
* 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