aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data
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-222-0/+10
* | QML: Special case null as binding typeUlf Hermann2019-01-213-3/+3
|/
* Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-312-1/+11
* Fix lookup of methods in the scope objectSimon Hausmann2018-10-221-0/+14
* Provide option to skip registration of enum classes unscopedRainer Keller2018-08-212-0/+21
* Add support for importing ES modules in .qml filesSimon Hausmann2018-08-178-0/+35
* Improve error messageRainer Keller2018-06-251-1/+1
* 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-081-0/+9
* Show property name in error messageRainer Keller2018-06-041-1/+1
* Improve error location reporting for custom propertiesSimon Hausmann2018-05-021-1/+1
* Bring JS grammar in line with ES7 specLars Knoll2018-04-251-1/+1
* 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-201-0/+1
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-162-0/+5
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-091-0/+15
* Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-082-0/+18
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-081-0/+12
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-222-0/+8
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-221-0/+11
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-201-0/+10
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-313-0/+16
|\
| * Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-273-0/+16
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-243-0/+19
|\|
| * Fix crash when accessing a deleted objectMitch Curtis2018-01-111-0/+12
| * Fix segfault on invalid property alias syntaxMitch Curtis2018-01-042-0/+7
* | Fix issue with circular singleton instantiationsv5.10.0-rc2Michael Brasser2017-11-283-0/+19
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-245-6/+74
|\|
| * Fix execution of deferred propertiesJ-P Nurmi2017-10-182-0/+38
| * Fix outdated BSD license headerKai Koehne2017-10-173-6/+36
* | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-264-0/+14
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-202-0/+11
|\|
| * Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-062-0/+11
* | Support explicit enum value declaration in QMLMichael Brasser2017-08-189-0/+54
* | Add support for enum declarations in QMLMichael Brasser2017-07-1311-0/+60
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-063-0/+19
|\|
| * Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-023-0/+19
* | C++11 scoped enum support for QMLMichael Brasser2017-05-035-0/+34
* | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-159-0/+111
|/
* Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-276-0/+39
* Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-302-1/+9
* Fix support for QML declared default list propertiesSimon Hausmann2016-11-232-0/+11
* Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-071-0/+1
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-0/+2
|\
| * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-211-0/+2
* | Fix alias resolution algorithmSimon Hausmann2016-07-154-0/+29
* | Added two unit tests for alias nestingSimon Hausmann2016-07-072-0/+31
* | Clean up pragma singleton handling in the type loaderSimon Hausmann2016-06-202-2/+2