aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qml: Don't crash when as-casting to type with errorsUlf Hermann2023-01-031-0/+20
* Qml: Don't crash on bad grouped propertiesUlf Hermann2022-10-281-0/+12
* QQmlVMEMetaObjectEndpoint: ensure property cache before accessing itSami Shalayel2022-09-211-0/+20
* qqmlprivate.h: make static constexpr members c++11 compliantSami Shalayel2022-09-121-0/+27
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-041-0/+16
* Do not resolve containing types of inline components too earlyUlf Hermann2021-11-081-0/+16
* Avoid crash for deep aliasesMaximilian Goldstein2021-08-101-0/+7
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-201-0/+12
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-091-0/+28
* Fix IC properties in same fileFabian Kosmale2020-12-241-0/+1
* 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