aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data
Commit message (Expand)AuthorAgeFilesLines
* Qml: Don't crash when as-casting to type with errorsUlf Hermann2021-11-302-0/+11
* Clean up property attributes (2/2)Fabian Kosmale2021-11-175-1/+26
* Allow deferring of attached propertiesUlf Hermann2021-11-091-0/+1
* Do not resolve containing types of inline components too earlyUlf Hermann2021-11-052-0/+9
* Allow attached properties in generalized grouped propertiesUlf Hermann2021-11-026-3/+4
* Introduce generalized grouped propertiesUlf Hermann2021-10-283-0/+52
* On QQmlTypeWrapper::toVariant(), consider attached objectsUlf Hermann2021-10-081-1/+2
* disconnectNotifiers() more aggressively during object deletionUlf Hermann2021-09-211-0/+18
* Add "As" function to symbol tableUlf Hermann2021-09-061-0/+15
* When binding signals, run the outer function to get the nested oneUlf Hermann2021-08-171-0/+39
* CMake: Always add the qmldir to the resource file systemUlf Hermann2021-07-011-1/+0
* QtQml: Move locateLocalQmldir and make it a templateUlf Hermann2021-06-291-0/+1
* Fix conversion of entries to be added to QVariantListsUlf Hermann2021-06-171-0/+7
* Disallow alias property and normal property having the same nameFabian Kosmale2021-06-152-0/+14
* Allow property observers on readonly propertiesUlf Hermann2021-06-082-0/+16
* qqmlirbuilder: Fix deep inline component script bindingsMaximilian Goldstein2021-05-121-0/+12
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-191-0/+3
* Implement optional chainingMaximilian Goldstein2021-04-134-0/+110
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-092-0/+18
* Resolve inline components before root componentFabian Kosmale2021-04-071-0/+29
* QQmlMetaTypeData: Purge custom string convertersFabian Kosmale2021-03-301-4/+0
* qqmlproxymetaobject: Support invoking methods and slotsMaximilian Goldstein2021-02-051-0/+3
* QML_SINGLETON: Handle local create() functions with foreign typesMaximilian Goldstein2021-01-201-0/+6
* qqmlengine: Fix crash when encountering bad singletonsMaximilian Goldstein2021-01-113-0/+21
* Avoid crash for deep aliasesMaximilian Goldstein2021-01-112-0/+9
* Fix IC properties in same fileFabian Kosmale2020-12-101-0/+11
* Inline components: Fix custom parser supportFabian Kosmale2020-10-281-0/+13
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-0/+6
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-17/+0
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-221-0/+10
* Support required list propertiesFabian Kosmale2020-07-282-0/+13
* qqmltypecompiler: Be more careful when resolving enumsFabian Kosmale2020-06-221-0/+6
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-0/+1
* Allow using lowercase enum namesMaximilian Goldstein2020-05-192-2/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-0/+2
|\
| * Check that QJSValue to set conversion worksFabian Kosmale2020-03-241-0/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-182-0/+15
|\|
| * Inline components: Abort if two IC's with same name existFabian Kosmale2020-03-161-0/+6
| * Prefer Inline Components over any other imported nameFabian Kosmale2020-03-161-0/+9
* | Allow partial and absent version specifiers in import statementsUlf Hermann2020-03-172-2/+1
|/
* Provide a way to statically register namespacesUlf Hermann2020-02-252-0/+11
* ResolvedList: attempt read from correct meta objectFabian Kosmale2020-02-192-0/+28
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-0/+7
|\
| * Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-311-0/+7
* | Inline components: fix name resolutionFabian Kosmale2020-02-053-0/+36
* | Required properties: Allow retroactive require specificationFabian Kosmale2020-01-317-0/+28
* | Required properties: Allow required default propertiesFabian Kosmale2020-01-291-4/+0
* | Handle required properties declared in C++Fabian Kosmale2020-01-286-0/+24
* | Long live QML inline componentsFabian Kosmale2020-01-2326-2/+208
* | Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-172-2/+2