aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlMetaType: Grudgingly accept uppercase value typesUlf Hermann2020-10-051-2/+2
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-12/+18
* Allow proper registration of value typesUlf Hermann2020-09-231-0/+78
* tst_qqmllanguage: Use namespaces for registering enum containersUlf Hermann2020-09-221-2/+6
* Adapt to changes in qtbaseUlf Hermann2020-09-151-0/+2
* Always group the metaType and listType togetherLars Knoll2020-08-281-3/+3
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-36/+1
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-221-0/+10
* tst_qqmllanguage: Fix failure due to stricter equality of QVariantFawzi Mohamed2020-08-201-1/+4
* Support required list propertiesFabian Kosmale2020-07-281-0/+6
* URL: Allow non-string parametersMaximilian Goldstein2020-07-031-0/+13
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-3/+3
* qqmltypecompiler: Be more careful when resolving enumsFabian Kosmale2020-06-221-0/+57
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-0/+26
* Allow using lowercase enum namesMaximilian Goldstein2020-05-191-11/+6
* Add a default message to QML_UNCREATABLEMaximilian Goldstein2020-05-061-0/+12
* Fix build with latest QHash from qtbaseSimon Hausmann2020-04-141-7/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-4/+21
|\
| * 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
* | Encapsulate QQmlContextDataUlf Hermann2020-03-231-3/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-0/+25
|\|
| * 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
* | Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-11/+20
|\|
| * Provide a way to statically register namespacesUlf Hermann2020-02-251-11/+20
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-0/+11
|\|
| * ResolvedList: attempt read from correct meta objectFabian Kosmale2020-02-191-0/+11
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+60
|\|
| * 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
* | | Check that we can find revisioned nested attached propertiesUlf Hermann2020-02-121-0/+80
|/ /
* | 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