aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/testtypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated registration functionsFabian Kosmale2020-08-271-1/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-3/+3
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-1/+1
* Test that we can override an uncreatable singleton type with an instanceUlf Hermann2020-01-151-0/+7
* Allow overriding type registrationsUlf Hermann2020-01-151-0/+1
* Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-051-0/+1
|\
| * Improve error message when setting to a property with unknown typeAleix Pol2019-08-231-0/+1
* | Use qmlRegisterAnonymousType in examples and testsUlf Hermann2019-08-271-1/+1
|/
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+2
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-3/+3
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-1/+1
* Clean up QQmlCustomParser APISimon Hausmann2018-07-301-5/+5
* Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-081-0/+9
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
* Fix execution of deferred propertiesJ-P Nurmi2017-10-181-0/+1
* Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-061-0/+2
* Add missing qmlRegisterExtendedUncreatableType variantKevin Ottens2017-02-171-0/+4
* 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
* Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-071-0/+1
* QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-1/+2
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-2/+0
* Removed the dependency to QQmlCompiledData from QQmlCustomParserSimon Hausmann2016-05-301-5/+5
* Convert QByteArray in C++ type to ArrayBuffer in QML and vice-versaNobuaki Sukegawa2016-03-051-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-0/+10
|\
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-241-0/+10
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* Make QML composite types inherit enumsJ-P Nurmi2015-09-211-0/+2
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* CleanupSimon Hausmann2014-08-151-3/+3
* qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-251-0/+2
* Rework custom parser integrationSimon Hausmann2014-06-041-57/+24
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-2/+2
* Fix performance regression of parent setting during QML object creationSimon Hausmann2014-03-311-0/+17
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-291-5/+3
* Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-271-0/+16
* Fix crash on shutdown with statesSimon Hausmann2014-03-151-0/+2
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-1/+1
* Remove old compiler and VMESimon Hausmann2014-03-071-68/+0
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-021-2/+4
* [new compiler] Fix evaluateEnum for custom parsersSimon Hausmann2014-03-021-0/+78
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-201-0/+20
* Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-101-0/+60
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* qmlRegisterRevision clashes with qmlRegisterUncreatableTypeMartin Jones2012-06-251-0/+6