aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlvaluetypes/tst_qqmlvaluetypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Don't consider QLocale a value type.Mitch Curtis2015-09-021-0/+38
* | tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-5/+5
|/
* Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-031-0/+8
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* QQmlValueTypeWrapper: Use QVariant to QString conversion if possibleGabriel de Dietrich2015-01-201-0/+30
* Fix property access and method invocation on value types that use inheritanceSimon Hausmann2015-01-071-0/+54
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-021-0/+83
* Initial work on gadget supportSimon Hausmann2014-12-221-21/+0
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix MSVC-warnings about double to float truncation in QML-tests.Friedemann Kleint2014-01-241-12/+12
* Fix autotests expecting a trailing whitespace for qDebug streamKai Koehne2013-12-121-2/+2
* Fix all autotests related to value typesLars Knoll2013-05-301-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-091-2/+32
* Fix value-type semantics in variant propertiesChris Adams2012-07-241-0/+22
* Fix test for value type interceptors.Glenn Watson2012-07-111-2/+14
* Make Behaviors work correctly with value types.Glenn Watson2012-07-041-0/+41
* Ensure external value types are initialized before writeMatthew Vogt2012-04-301-0/+12