aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlvaluetypes
Commit message (Expand)AuthorAgeFilesLines
* 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-254-0/+55
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-3/+3
* | | 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-203-51/+36
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-072-3/+3
|\|
| * Fix test casesLars Knoll2015-12-012-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-062-0/+60
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-022-0/+60
| |\
| | * Don't consider QLocale a value type.Mitch Curtis2015-09-022-0/+60
* | | Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-2/+0
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/ /
* / 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-035-8/+16
* Update copyright headersJani Heikkinen2015-02-123-21/+21
* 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-072-0/+57
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-023-0/+94
* Initial work on gadget supportSimon Hausmann2014-12-221-21/+0
* Simplify QFont value type wrapper in preparation for gadgetsSimon Hausmann2014-12-131-1/+0
* Update license headers and add new licensesJani Heikkinen2014-08-253-57/+33
* Fix MSVC-warnings about double to float truncation in QML-tests.Friedemann Kleint2014-01-242-16/+16
* fix whitespaceOswald Buddenhagen2014-01-223-3/+3
* 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
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-103-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-233-73/+73
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-095-2/+136
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fix value-type semantics in variant propertiesChris Adams2012-07-243-0/+87
* Fix test for value type interceptors.Glenn Watson2012-07-111-2/+14
* Make Behaviors work correctly with value types.Glenn Watson2012-07-046-0/+127
* Ensure external value types are initialized before writeMatthew Vogt2012-04-302-0/+39