aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Clean up file/error handling in the type loaderSimon Hausmann2016-06-201-1/+1
* | Optimize named object handlingSimon Hausmann2016-05-261-0/+6
* | Allow the use of uncreatable types for propertiesSimon Hausmann2016-04-292-1/+6
* | Convert QByteArray in C++ type to ArrayBuffer in QML and vice-versaNobuaki Sukegawa2016-03-056-0/+63
|/
* Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-246-0/+34
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-092-0/+10
* Make QML composite types inherit enumsJ-P Nurmi2015-09-212-0/+10
* Fix use of function expressions with signal handlersSimon Hausmann2015-08-241-0/+5
* Improve qml error message "invalid alias location"Aleix Pol2015-06-105-5/+5
* Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-1/+1
|\
| * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-251-1/+1
* | Fix regression with nested objects served by custom parsersSimon Hausmann2015-04-231-0/+8
* | Fixed license headersJani Heikkinen2015-02-173-9/+9
* | Update copyright headersJani Heikkinen2015-02-123-12/+12
* | Add propertyName to errorAlbert Astals Cid2015-01-052-2/+2
* | Do not cause SegFault when importing empty javascriptNobuaki Sukegawa2015-01-024-0/+11
|/
* Fix syntax error when trying to declare read-only object propertiesSimon Hausmann2014-10-241-0/+7
* Check list property before component when validating bindingsUlf Hermann2014-10-212-0/+6
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-0/+23
|\
| * Fix crash with early QObject property accessSimon Hausmann2014-08-251-0/+23
* | v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-221-0/+5
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-122-0/+6
|\|
| * Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-082-0/+6
* | qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-251-0/+12
|/
* Fix crash (failing assertion) when declaring a non-string id propertySimon Hausmann2014-05-271-0/+5
* Fix crash when loading QML that tries to set non-existent group propertiesSimon Hausmann2014-04-242-0/+5
* Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-121-0/+9
* Regression: Fix id objects in group propertiesSimon Hausmann2014-04-041-0/+4