aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/testtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-101-0/+11
* qqmlproxymetaobject: Support invoking methods and slotsMaximilian Goldstein2021-02-051-0/+3
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-0/+62
* QML_SINGLETON: Handle local create() functions with foreign typesMaximilian Goldstein2021-01-201-0/+31
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-0/+24
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-021-0/+20
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-021-0/+29
* tst_qqmllanguage: Use namespaces for registering enum containersUlf Hermann2020-09-221-7/+7
* Tests: pass QDate and QTime by value rather than const referenceEdward Welbourne2020-09-011-2/+2
* Remove deprecated QQmlListProperty constructorFabian Kosmale2020-08-311-5/+5
* Add a default message to QML_UNCREATABLEMaximilian Goldstein2020-05-061-0/+7
* Provide a way to statically register namespacesUlf Hermann2020-02-251-0/+41
* QQmlCustomParser: Resolve import namespacesUlf Hermann2020-02-111-2/+7
* Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-171-4/+4
* Test that we can override an uncreatable singleton type with an instanceUlf Hermann2020-01-151-0/+13
* Allow overriding type registrationsUlf Hermann2020-01-151-0/+13
* Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+34
* Improve error message when setting to a property with unknown typeAleix Pol2019-08-231-0/+13
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-9/+9
* Fix erroneous enum conflict warningsSimon Hausmann2018-10-231-1/+1
* Provide option to skip registration of enum classes unscopedRainer Keller2018-08-211-0/+24
* Clean up QQmlCustomParser APISimon Hausmann2018-07-301-8/+8
* 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