summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qvariant
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-2/+3
|\
| * Fix building tests on QNXAllan Sandfeld Jensen2015-03-091-2/+3
* | tst_qvariant: Remove an obsolete QSKIPOlivier Goffart2015-03-111-3/+0
|/
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-061-0/+13
* QVariant: fix converting enum to stringOlivier Goffart2015-02-251-1/+1
* Add conversion between Q_ENUMs and strings in QVariantOlivier Goffart2015-02-151-2/+77
* Improve conversion of QVariants with QJsonValuesAllan Sandfeld Jensen2015-02-121-7/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QAssociativeIterable: add find()Marc Mutz2015-01-211-1/+4
* Implement proper C++ type numeric promotion for QVariant comparisonsThiago Macieira2014-12-031-1/+322
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-242-6/+7
|\
| * Add C++11 if available for QVariant autotestJørgen Lind2014-11-131-0/+1
| * tst_qvariant: automate testing of forward_listMarc Mutz2014-10-291-6/+6
* | Fix asymmetry in QVariant::cmp when A converts to B but not the oppositeThiago Macieira2014-11-201-1/+8
* | Enhance precision of the FP conversion to strings in QVariantThiago Macieira2014-11-201-38/+73
|/
* Fix QVariant associative container conversion from built-in types.Jędrzej Nowacki2014-10-241-0/+45
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QVariant::compare shouldn't return match when QVariant::cmp does notAllan Sandfeld Jensen2014-09-111-0/+30
* Fix user defined conversions to numeric typesLars Knoll2014-09-101-0/+93
* Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-281-16/+41
* Update QVariant testsJędrzej Nowacki2014-07-101-4/+2
* QVariant: Convert automatically from enum types to integral types.Olivier Goffart2013-11-081-0/+84
* Fix QVariant::canConvert with longlongOlivier Goffart2013-11-081-3/+26
* Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-191-2/+2
* MetaType: Add assignment operator to the container iterators.Stephen Kelly2013-09-191-16/+5
* MetaType: Fix operator{++,--}(int) with the type-erased const_iterators.Stephen Kelly2013-09-171-0/+30
* MetaType: Fix operator{+,-}(int) with the type-erased const_iterators.Stephen Kelly2013-09-131-0/+30
* Add a convenient way to get a type-erased smart pointer from a QVariant.Stephen Kelly2013-09-111-0/+53
* Add a simple test for QVariant carrying a QSharedPointer<QObject>Thiago Macieira2013-09-111-0/+36
* Metatype: Remove the need for runtime-registration of 3rd party containers.Stephen Kelly2013-09-091-13/+15
* Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-061-0/+25
* Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-061-0/+26
* QVariant: Make it possible to extract a QObject* from a wrapper without conve...Stephen Kelly2013-09-051-0/+1
* QVariant: Don't crash when doing user-defined conversion to QObject*Stephen Kelly2013-09-051-0/+36
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-0/+42
|\
| * Add basic conversion functions from QVariant(QJsonValue).Jędrzej Nowacki2013-06-141-0/+42
* | Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-031-2/+2
* | Make it possible to access QPair and std::pair elements from a QVariant.Stephen Kelly2013-05-201-0/+28
* | Add container access functionality for associative containers in QVariant.Stephen Kelly2013-05-201-0/+85
* | Add automatic container access registration for built-in containers.Stephen Kelly2013-05-081-19/+0
* | Add QVariantList extraction from a QVariant with a sequential container.Stephen Kelly2013-05-081-0/+51
* | Add QVariant container iteration API.Stephen Kelly2013-05-081-0/+165
|/
* tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-011-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix QVariant streaming in Qt3 compatibility mode.Jędrzej Nowacki2012-11-241-0/+40
* Make documentation of QVariant::isNull more explicit.Jędrzej Nowacki2012-09-291-2/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-2/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fix crash in QVariant::canConvert().Volker Krause2012-07-271-10/+18