aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* Qml: Don't crash when as-casting to type with errorsUlf Hermann2023-01-033-0/+31
* Qml: Don't crash on bad grouped propertiesUlf Hermann2022-10-283-0/+43
* QQmlVMEMetaObjectEndpoint: ensure property cache before accessing itSami Shalayel2022-09-214-0/+50
* 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-043-2/+29
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-241-1/+1
* Do not resolve containing types of inline components too earlyUlf Hermann2021-11-083-0/+25
* Avoid crash for deep aliasesMaximilian Goldstein2021-08-103-0/+16
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-202-0/+15
* 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