aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-131-0/+36
* | qml/parser: Implement nullish coalescingMaximilian Goldstein2019-12-058-0/+36
* | Merge remote-tracking branch 'origin/5.14' into 5.15Simon Hausmann2019-10-291-0/+0
|\|
| * Adapt test case to avoid null characters in directory namesUlf Hermann2019-10-291-0/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-243-1/+3
|\|
| * Fix typoRobert Loehning2019-10-211-1/+1
| * QML: Extend QML loader thread's stack sizeErik Verbruggen2019-10-162-0/+2
* | Add support for primitive self-references in composite typesSimon Hausmann2019-10-213-0/+16
* | Add test-case for self-instantiation producing an errorSimon Hausmann2019-10-212-0/+6
* | qqmllanguage: check for expected duplicate alias errorFabian Kosmale2019-10-212-0/+10
* | tst_qqmllanguge: remove obsolete comment about test failingFabian Kosmale2019-10-181-1/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-081-0/+31
|\|
| * Add initial support for deep aliasesFabian Kosmale2019-10-071-0/+31
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+20
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-111-1/+0
|\|
| * QQmlTypeLoader: Do some more sanity checks on file and path namesUlf Hermann2019-09-051-1/+0
* | Introduce required properties to QMLFabian Kosmale2019-09-093-0/+16
|/
* Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-043-3/+3
* Improve error message when setting to a property with unknown typeAleix Pol2019-08-232-0/+5
* Add support for type script QML signal parameter declarationsSimon Hausmann2019-07-091-0/+19
* Add support for C++ accessible typed parameters and return types in qml funct...Simon Hausmann2019-07-095-16/+7