summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qvariant
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+27
|\
| * QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-0/+27
* | Updated license headersJani Heikkinen2016-01-211-19/+14
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-0/+7
|\|
| * QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-0/+7
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-0/+41
|\|
| * QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-0/+41
* | Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-232-9/+47
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-22/+22
|/
* 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