aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-093-0/+46
* Fix IC properties in same fileFabian Kosmale2020-12-242-0/+12
* Inline components: Fix custom parser supportFabian Kosmale2020-10-282-0/+24
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-282-12/+24
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-202-0/+20
* QV4Engine: Fix type conversionFabian Kosmale2020-05-192-0/+27
* tst_qqmllanguage: Avoid use after freeUlf Hermann2020-03-261-5/+12
* Check that QJSValue to set conversion worksFabian Kosmale2020-03-242-1/+9
* 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-162-0/+20
* Prefer Inline Components over any other imported nameFabian Kosmale2020-03-162-0/+20
* Provide a way to statically register namespacesUlf Hermann2020-02-255-12/+76
* ResolvedList: attempt read from correct meta objectFabian Kosmale2020-02-193-0/+39
* QQmlCustomParser: Resolve import namespacesUlf Hermann2020-02-112-2/+37
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-062-0/+34
|\
| * Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-312-0/+34
* | Inline components: fix name resolutionFabian Kosmale2020-02-054-0/+39
* | Required properties: Allow retroactive require specificationFabian Kosmale2020-01-318-0/+58
* | Required properties: Allow required default propertiesFabian Kosmale2020-01-292-8/+0
* | Handle required properties declared in C++Fabian Kosmale2020-01-287-0/+95
* | Long live QML inline componentsFabian Kosmale2020-01-2327-4/+342
* | Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-173-6/+6
* | Test that we can override an uncreatable singleton type with an instanceUlf Hermann2020-01-153-5/+34
* | Allow overriding type registrationsUlf Hermann2020-01-153-0/+38
* | QML list property: Avoid crash if contained object is deletedFabian Kosmale2020-01-132-0/+57
* | qml/parser: Implement nullish coalescingMaximilian Goldstein2019-12-059-0/+41
* | instanceof: return false instead of throwingFabian Kosmale2019-11-081-6/+6
* | 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-244-1/+4
|\|
| * Fix typoRobert Loehning2019-10-211-1/+1
| * QML: Extend QML loader thread's stack sizeErik Verbruggen2019-10-163-0/+3
* | Add support for primitive self-references in composite typesSimon Hausmann2019-10-214-0/+82
* | Add test-case for self-instantiation producing an errorSimon Hausmann2019-10-213-0/+8
* | qqmllanguage: check for expected duplicate alias errorFabian Kosmale2019-10-213-0/+15
* | tst_qqmllanguge: remove obsolete comment about test failingFabian Kosmale2019-10-182-2/+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-082-0/+94
|\|
| * Add initial support for deep aliasesFabian Kosmale2019-10-072-0/+94
* | 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-264-0/+73
* | 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-094-0/+36
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-058-4/+24
|\|
| * Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-043-3/+3
| * Improve error message when setting to a property with unknown typeAleix Pol2019-08-235-1/+21