aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-072-2/+2
|\
| * Improve error messageRainer Keller2019-02-042-2/+2
* | QML: Don't accept assignment of Component to properties of other typesUlf Hermann2019-01-223-0/+12
* | QML: Special case null as binding typeUlf Hermann2019-01-213-3/+3
|/
* Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-313-1/+16
* Fix erroneous enum conflict warningsSimon Hausmann2018-10-231-1/+1
* Fix lookup of methods in the scope objectSimon Hausmann2018-10-222-0/+27
* Provide option to skip registration of enum classes unscopedRainer Keller2018-08-214-0/+82
* Add support for importing ES modules in .qml filesSimon Hausmann2018-08-179-0/+68
* 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-312-3/+3
* Clean up QQmlCustomParser APISimon Hausmann2018-07-302-13/+13
* Improve error messageRainer Keller2018-06-251-1/+1
* Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-211-0/+22
* Ensure we read context properties before the global objectLars Knoll2018-06-171-1/+1
* Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-083-2/+42
* Show property name in error messageRainer Keller2018-06-041-1/+1
* Improve error location reporting for custom propertiesSimon Hausmann2018-05-021-1/+1
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* Bring JS grammar in line with ES7 specLars Knoll2018-04-251-1/+1
* Warn about non spec compliant extension being usedLars Knoll2018-04-111-2/+2
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-2/+1
* Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-202-0/+6
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-163-0/+9
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-092-0/+25
* Clean up memory leaks in testsSimon Hausmann2018-03-081-272/+196
* Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-083-0/+51
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-082-0/+26
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-262-204/+204
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-223-0/+9
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-222-0/+28
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-202-0/+25
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-124-0/+25
|\
| * 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-314-0/+17
| |\|
| | * Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-274-0/+17
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-064-0/+44
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-244-0/+44
| |\|
| | * Fix crash when accessing a deleted objectMitch Curtis2018-01-112-0/+36
| | * Fix segfault on invalid property alias syntaxMitch Curtis2018-01-043-0/+8
* | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+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-284-0/+36
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-248-6/+138
|\|
| * Fix execution of deferred propertiesJ-P Nurmi2017-10-185-0/+102
| * Fix outdated BSD license headerKai Koehne2017-10-173-6/+36
* | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-265-0/+38