aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-1/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-171-1/+5
| |\|
| | * QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-161-1/+3
| | * QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-161-0/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-0/+1
| |\|
| | * Detect and reject cyclic aliasesUlf Hermann2019-04-091-0/+1
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-0/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-0/+13
| |\|
| | * Add test for dynamic anchors to parents in PropertyChangesUlf Hermann2019-03-201-0/+11
| | * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-201-0/+2
* | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-2/+2
|/ /
* / QML: Don't accept assignment of Component to properties of other typesUlf Hermann2019-01-221-0/+2
|/