aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlvaluetypes/tst_qqmlvaluetypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Remove remaining foreach in qml testsUlf Hermann2023-08-221-4/+2
* tst_qqmlvaluetypes: Clean up memory managementAmanda Hamblin-Trué2023-08-211-336/+178
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-6/+6
* QML tests: port away from deprecated QLocale::nativeCountryName()Ivan Solovev2022-08-261-1/+1
* QQmlValueTypeWrapper: readReferenceValue in virtualGetOwnPropertyUlf Hermann2022-07-071-0/+30
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QtQuick: Add proper QInputMethod singletonMaximilian Goldstein2022-02-141-2/+3
* Expose QQuaternion functions to QMLYuya Nishihara2021-09-231-0/+8
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+2
* Allow value type conversion in metaTypeFromJSUlf Hermann2021-06-021-0/+48
* V4: Do not write back value type references on const method callsUlf Hermann2021-05-101-1/+7
* V4: Write back value type references after function callsUlf Hermann2021-05-051-0/+60
* Fix warnings from int type mismatchesVolker Hilsheimer2021-04-271-1/+1
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-121-18/+18
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-3/+3
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-3/+3
* QV4Engine: Fix conversion of char16_tUlf Hermann2020-11-171-1/+17
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-071-1/+1
* Adapt to changes in qtbaseUlf Hermann2020-09-151-0/+1
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-34/+0
* Fix test to not depend on internal roundingAllan Sandfeld Jensen2020-05-291-1/+6
* Add Q_GADGET Wrapper for QQmlPropertyPierre-Yves Siret2020-01-151-0/+15
* Add a property "valid" to the color value typeUlf Hermann2019-10-081-0/+5
* Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-041-0/+11
* Fix qqmlvaluetypes autotest for androidJan Arve Sæther2019-08-141-2/+14
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-0/+23
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-0/+23
| |\
| | * Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-0/+23
* | | QV4Engine: Unify fromValue and metaTypeToJSRobin Burchell2019-03-211-1/+1
|/ /
* | Teach QML that it is possible to treat custom QObjects as QObjectJędrzej Nowacki2018-10-081-0/+8
* | Add support for QSequentialIterable in QMLJędrzej Nowacki2018-10-081-0/+35
|/
* Make sure we call Codegen::defineFunction with proper argumentsLars Knoll2018-05-021-2/+2
* tests: add autotest for Q_GADGET derived template classNils Jeisecke2018-03-141-0/+29
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-86/+86
* tst_qqmlengine::clearComponentCache(): Use QTemporaryDirFriedemann Kleint2017-06-081-1/+1
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-2/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-0/+34
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-0/+34
| |\
| | * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+34
* | | Expose HSV and HSL color values to QMLNikita Krupenko2016-07-251-0/+33
* | | Fix visibility of properties in value typesSimon Hausmann2016-05-151-0/+21
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+18
|\|
| * QML: do not wrap property values of type QVariant.Erik Verbruggen2016-01-271-0/+18
* | Leave out most of tst_qqmlvaluetypes::locale() on QT_NO_IMUlf Hermann2016-01-221-0/+2
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* Fix test casesLars Knoll2015-12-011-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-021-0/+38
|\