aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | 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
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-205-1/+50
|\|
| * Get rid of the root object index variableSimon Hausmann2017-09-081-1/+1
| * Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-065-0/+49
* | Support explicit enum value declaration in QMLMichael Brasser2017-08-1810-0/+64
* | Tests: Clean up inclusion of util.pri and debugutil.priUlf Hermann2017-08-171-1/+0
* | Add support for enum declarations in QMLMichael Brasser2017-07-1312-0/+95
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-064-0/+35
|\|
| * Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-024-0/+35
* | Allow creating attached properties for objects instantiated in C++Frederik Gladhorn2017-05-041-1/+1
* | C++11 scoped enum support for QMLMichael Brasser2017-05-037-0/+76
* | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-1510-1/+309
|/
* Add missing qmlRegisterExtendedUncreatableType variantKevin Ottens2017-02-173-0/+117
* Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-277-0/+68
* Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-4/+3
* Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
* Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-303-2/+18
* Fix support for QML declared default list propertiesSimon Hausmann2016-11-233-0/+20
* Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-073-0/+12
* QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-1/+1
* Fix import with qualifier of remote directory with qmldirArnaud Vrac2016-08-101-1/+3
* Use on-disk compilation unit if availableSimon Hausmann2016-08-041-2/+7
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-023-0/+27
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-013-0/+27
| |\
| | * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-213-0/+28
* | | Fix alias resolution algorithmSimon Hausmann2016-07-155-3/+45
* | | Added two unit tests for alias nestingSimon Hausmann2016-07-073-0/+61
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-1/+2
* | | 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-202-2/+2
* | | Minor const cleanupSimon Hausmann2016-06-031-1/+1
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-013-4/+1
* | | Removed the dependency to QQmlCompiledData from QQmlCustomParserSimon Hausmann2016-05-302-10/+10
* | | Optimize named object handlingSimon Hausmann2016-05-262-0/+20
* | | Get rid of QQmlVMEMetaDataSimon Hausmann2016-05-241-7/+0
* | | Get rid of QQmlVMEMetaData::AliasDataSimon Hausmann2016-05-241-1/+0
* | | Simplify VME meta object meta-dataSimon Hausmann2016-05-231-1/+0