aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data
Commit message (Expand)AuthorAgeFilesLines
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-092-0/+18
* Fix IC properties in same fileFabian Kosmale2020-12-241-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
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-201-0/+10
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-0/+1
* Check that QJSValue to set conversion worksFabian Kosmale2020-03-241-0/+2
* 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
* 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
* Collect type information for function parametersSimon Hausmann2019-07-092-0/+8
* Add basic type annotation support for QML functions to the grammarSimon Hausmann2019-07-094-0/+17
* Register QObject along with QQmlComponent as basic type of the languageUlf Hermann2019-05-082-0/+6
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-271-0/+15
|\
| * Allow creation of variants from non-singleton QQmlTypeWrappersUlf Hermann2019-04-261-0/+15
* | Improve error messageRainer Keller2019-04-171-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-174-0/+6
|\|
| * QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-162-0/+2
| * QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-162-0/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-152-0/+6
|\|