summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-3/+3
|\
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-3/+3
* | Add conversion between Q_ENUMs and strings in QVariantOlivier Goffart2015-02-151-3/+71
* | Improve conversion of QVariants with QJsonValuesAllan Sandfeld Jensen2015-02-121-6/+56
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-5/+7
* | QAssociativeIterable: add find()Marc Mutz2015-01-211-9/+11
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-16/+33
|\|
| * Fix a memleak in QAssociativeIterable::value()Marc Mutz2015-01-041-16/+33
* | Support QMetaType::equals()Alex Blasche2015-01-131-1/+1
* | QVariant: simple improvement to numeric type checkingThiago Macieira2014-12-031-8/+24
* | Hoist the numeric comparisons in QVariant::{cmp,compare} furtherThiago Macieira2014-12-031-16/+47
* | Implement proper C++ type numeric promotion for QVariant comparisonsThiago Macieira2014-12-031-8/+103
* | Micro-optimize QVariant enum to number conversionsJędrzej Nowacki2014-11-271-4/+6
* | QVariant: Fix qIsNumericType(SChar)Thiago Macieira2014-11-201-1/+2
* | Fix asymmetry in QVariant::cmp when A converts to B but not the oppositeThiago Macieira2014-11-201-2/+9
* | Enhance precision of the FP conversion to strings in QVariantThiago Macieira2014-11-201-8/+13
|/
* Q{Sequential,Associative}Iterable: fix const_iterator assignmentMarc Mutz2014-10-231-8/+12
* 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-2/+12
* Fix user defined conversions to numeric typesLars Knoll2014-09-101-2/+1
* Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-281-0/+2
* Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-251-4/+4
* QAssociative/SequentialIterable: add missing \since 5.2J-P Nurmi2014-02-251-4/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-3/+3
|\
| * Doc: Fix broken linksSze Howe Koh2014-02-041-3/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-13/+49
|\|
| * QVariant: Convert automatically from enum types to integral types.Olivier Goffart2013-11-081-12/+45
| * Fix QVariant::canConvert with longlongOlivier Goffart2013-11-081-0/+2
| * QMetaType: Fix conversion between module types.Stephen Kelly2013-11-061-1/+2
* | Make use of the internal space for enum in QVariantOlivier Goffart2013-11-081-1/+1
|/
* Account for QPolygonF type when loading/saving the QVariantAndy Shaw2013-10-151-1/+6
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-30/+30
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* MetaType: de-inline the container iterables.Stephen Kelly2013-09-201-77/+340
* MetaType: Add assignment operator to the container iterators.Stephen Kelly2013-09-191-0/+8
* QVariant::canConvert: Use the old type when checking for QObject* conversion.Stephen Kelly2013-09-051-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-0/+48
|\
| * Add basic conversion functions from QVariant(QJsonValue).Jędrzej Nowacki2013-06-141-0/+48
* | Don't convert built-in types to strings for qDebug.Stephen Kelly2013-06-071-2/+4
* | Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-271-11/+128
* | Make it possible to access QPair and std::pair elements from a QVariant.Stephen Kelly2013-05-201-0/+6
* | Add container access functionality for associative containers in QVariant.Stephen Kelly2013-05-201-1/+188
* | Add automatic container access registration for built-in containers.Stephen Kelly2013-05-081-7/+3
* | Add QVariantList extraction from a QVariant with a sequential container.Stephen Kelly2013-05-081-0/+7
* | Add QVariant container iteration API.Stephen Kelly2013-05-081-1/+202
* | Core: Support for converting user defined QVariant types.Christoph Schleifenbaum2013-05-081-3/+44
|/
* Doc: Replaced canConvert() with canConvert(Int)Venu2013-04-031-1/+1
* Doc: Replaced canConvert() with canConvert(int)Venu2013-03-291-1/+1
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-115/+165
|\