aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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