aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-311-0/+5
* Fix lookup of methods in the scope objectSimon Hausmann2018-10-221-0/+13
* Provide option to skip registration of enum classes unscopedRainer Keller2018-08-211-0/+37
* Add support for importing ES modules in .qml filesSimon Hausmann2018-08-171-0/+33
* Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-1/+1
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-5/+6
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-2/+2
* Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-211-0/+22
* Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-081-2/+24
* Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* 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