aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/testtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-0/+15
|\
| * Fix execution of deferred propertiesJ-P Nurmi2017-10-181-0/+15
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-0/+20
|\|
| * Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-061-0/+20
* | C++11 scoped enum support for QMLMichael Brasser2017-05-031-0/+18
|/
* Add missing qmlRegisterExtendedUncreatableType variantKevin Ottens2017-02-171-0/+54
* Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-071-0/+10
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-0/+24
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+24
| |\
| | * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-211-0/+24
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+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/+52
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-1/+7
|\|
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-241-1/+7
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-0/+2
* Make QML composite types inherit enumsJ-P Nurmi2015-09-211-0/+11
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* CleanupSimon Hausmann2014-08-151-4/+4
* qmlRegisterCustomExtendedType, qmlRegisterExtendedUncreatableTypePaul Lemire2014-07-251-0/+19
* Rework custom parser integrationSimon Hausmann2014-06-041-9/+11
* Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-121-0/+11
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-4/+4
* Fix performance regression of parent setting during QML object creationSimon Hausmann2014-03-311-1/+7
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-291-4/+4
* Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-271-0/+27
* Fix crash on shutdown with statesSimon Hausmann2014-03-151-0/+17
* Remove old compiler and VMESimon Hausmann2014-03-071-3/+0
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-021-3/+3
* [new compiler] Fix implicit component determination inside group propertiesSimon Hausmann2014-03-021-0/+4
* [new compiler] Fix evaluateEnum for custom parsersSimon Hausmann2014-03-021-0/+8
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-201-0/+2
* Fix broken Maroon game / regression in PropertyChanges {} elementSimon Hausmann2013-12-101-0/+23
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-201-1/+1
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-271-0/+5
* Add enum values from related typesMatthew Vogt2012-06-271-0/+19
* qmlRegisterRevision clashes with qmlRegisterUncreatableTypeMartin Jones2012-06-251-0/+35
* Enable literal Qt enum assignment to enum properties.Michael Brasser2012-06-211-0/+27
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-241-24/+82
* Fix signal handlers for signals with default arguments.Michael Brasser2012-05-171-0/+1
* Provide receivers count from QQmlData.Michael Brasser2012-04-201-0/+19
* Test unregistered local enums in QML methods and signal handlers.Michael Brasser2012-03-211-1/+19
* Support unregistered Qt namespace enums in QML methods.Michael Brasser2012-03-211-0/+9
* Support (registered) non-local enums for signal/slot params in QML.Michael Brasser2012-03-211-2/+64