aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Warn about non spec compliant extension being usedLars Knoll2018-04-111-2/+2
* Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-201-0/+5
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-161-0/+4
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-091-0/+10
* Clean up memory leaks in testsSimon Hausmann2018-03-081-272/+196
* Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-081-0/+33
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-081-0/+14
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-202/+202
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-221-0/+1
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-221-0/+17
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-201-0/+15
* 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-311-0/+1
|\|
| * Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-271-0/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-0/+25
|\|
| * Fix crash when accessing a deleted objectMitch Curtis2018-01-111-0/+24
| * Fix segfault on invalid property alias syntaxMitch Curtis2018-01-041-0/+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-281-0/+17
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-0/+48
|\|
| * Fix execution of deferred propertiesJ-P Nurmi2017-10-181-0/+48
* | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-261-0/+24
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+17
|\|
| * Get rid of the root object index variableSimon Hausmann2017-09-081-1/+1
| * Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-061-0/+16
* | Support explicit enum value declaration in QMLMichael Brasser2017-08-181-0/+10
* | Add support for enum declarations in QMLMichael Brasser2017-07-131-0/+35
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+16
|\|
| * Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-021-0/+16
* | Allow creating attached properties for objects instantiated in C++Frederik Gladhorn2017-05-041-1/+1
* | C++11 scoped enum support for QMLMichael Brasser2017-05-031-0/+24
* | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-151-1/+198
|/
* Add missing qmlRegisterExtendedUncreatableType variantKevin Ottens2017-02-171-0/+59
* Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-271-0/+29
* Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-301-1/+9
* Fix support for QML declared default list propertiesSimon Hausmann2016-11-231-0/+9
* 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-021-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+1
| |\
| | * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-211-0/+2
* | | Fix alias resolution algorithmSimon Hausmann2016-07-151-3/+16
* | | Added two unit tests for alias nestingSimon Hausmann2016-07-071-0/+30
* | | Clean up file/error handling in the type loaderSimon Hausmann2016-06-201-1/+1
* | | Minor const cleanupSimon Hausmann2016-06-031-1/+1
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+1
* | | Optimize named object handlingSimon Hausmann2016-05-261-0/+14