aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-311-0/+5
* Fix lookup of methods in the scope objectSimon Hausmann2018-10-221-0/+13
* Provide option to skip registration of enum classes unscopedRainer Keller2018-08-211-0/+37
* Add support for importing ES modules in .qml filesSimon Hausmann2018-08-171-0/+33
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-1/+1
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-5/+6
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-2/+2
* Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-211-0/+22
* Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-081-2/+24
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* Warn about non spec compliant extension being usedLars Knoll2018-04-111-2/+2
* Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-201-0/+5
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-161-0/+4
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-091-0/+10
* Clean up memory leaks in testsSimon Hausmann2018-03-081-272/+196
* Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-081-0/+33
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-081-0/+14
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-202/+202
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-221-0/+1
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-221-0/+17
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-201-0/+15
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-0/+8
|\
| * Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-311-0/+8
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-311-0/+1
|\|
| * Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-271-0/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-0/+25
|\|
| * Fix crash when accessing a deleted objectMitch Curtis2018-01-111-0/+24
| * Fix segfault on invalid property alias syntaxMitch Curtis2018-01-041-0/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+152
|\|
| * More fine-grained deferred property executionJ-P Nurmi2017-11-251-0/+152
* | Fix issue with circular singleton instantiationsv5.10.0-rc2Michael Brasser2017-11-281-0/+17
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-0/+48
|\|
| * Fix execution of deferred propertiesJ-P Nurmi2017-10-181-0/+48
* | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-261-0/+24