aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Inline components: Fix custom parser supportFabian Kosmale2020-10-281-0/+11
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-12/+18
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-201-0/+10
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-0/+26
* tst_qqmllanguage: Avoid use after freeUlf Hermann2020-03-261-5/+12
* Check that QJSValue to set conversion worksFabian Kosmale2020-03-241-1/+7
* tst_qqmllanguage: Don't leak malloc()'d unit dataUlf Hermann2020-03-241-2/+6
* Inline components: Abort if two IC's with same name existFabian Kosmale2020-03-161-0/+14
* Prefer Inline Components over any other imported nameFabian Kosmale2020-03-161-0/+11
* Provide a way to statically register namespacesUlf Hermann2020-02-251-11/+20
* ResolvedList: attempt read from correct meta objectFabian Kosmale2020-02-191-0/+11
* QQmlCustomParser: Resolve import namespacesUlf Hermann2020-02-111-0/+30
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-0/+27
|\
| * Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-311-0/+27
* | Inline components: fix name resolutionFabian Kosmale2020-02-051-0/+3
* | Required properties: Allow retroactive require specificationFabian Kosmale2020-01-311-0/+30
* | Required properties: Allow required default propertiesFabian Kosmale2020-01-291-4/+0
* | Handle required properties declared in C++Fabian Kosmale2020-01-281-0/+71
* | Long live QML inline componentsFabian Kosmale2020-01-231-2/+134
* | Test that we can override an uncreatable singleton type with an instanceUlf Hermann2020-01-151-5/+14
* | Allow overriding type registrationsUlf Hermann2020-01-151-0/+24
* | QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-131-0/+21
* | qml/parser: Implement nullish coalescingMaximilian Goldstein2019-12-051-0/+5
* | instanceof: return false instead of throwingFabian Kosmale2019-11-081-6/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-241-0/+1
|\|
| * QML: Extend QML loader thread's stack sizeErik Verbruggen2019-10-161-0/+1
* | Add support for primitive self-references in composite typesSimon Hausmann2019-10-211-0/+66
* | Add test-case for self-instantiation producing an errorSimon Hausmann2019-10-211-0/+2
* | qqmllanguage: check for expected duplicate alias errorFabian Kosmale2019-10-211-0/+5
* | tst_qqmllanguge: remove obsolete comment about test failingFabian Kosmale2019-10-181-1/+0
* | QQmlObjectCreator: Unify deferred setup of bindingsUlf Hermann2019-10-161-2/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-081-0/+63
|\|
| * Add initial support for deep aliasesFabian Kosmale2019-10-071-0/+63
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-32/+43
|\|
| * tst_qqmllanguage: Fix singleton testsUlf Hermann2019-09-301-27/+28
| * Don't leak the context property in tst_qqmllanguage::accessDeletedObjectUlf Hermann2019-09-301-1/+2
| * Force creation of metaobjects for top level objects and componentsUlf Hermann2019-09-131-4/+13
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+17
* | Introduce required properties to QMLFabian Kosmale2019-09-091-0/+20
|/
* Improve error message when setting to a property with unknown typeAleix Pol2019-08-231-1/+2
* Fix qqmllanguage autotest on AndroidJan Arve Sæther2019-08-141-45/+68
* Add support for type script QML signal parameter declarationsSimon Hausmann2019-07-091-0/+8
* Add support for C++ accessible typed parameters and return types in qml funct...Simon Hausmann2019-07-091-2/+25
* Collect type information for function parametersSimon Hausmann2019-07-091-0/+1
* Add basic type annotation support for QML functions to the grammarSimon Hausmann2019-07-091-0/+3
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-3/+3
* Register QObject along with QQmlComponent as basic type of the languageUlf Hermann2019-05-081-0/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-0/+15
|\
| * 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