summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-3/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-3/+6
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-3/+6
| | |\
| | | * Fix UB in QVariant::canConvert()Marc Mutz2016-01-111-3/+6
* | | | QVariant: replace QLatin1String with QStringLiteralAnton Kudryavtsev2016-01-251-1/+1
* | | | QVariant: use reserve in convert()Anton Kudryavtsev2016-01-221-2/+6
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
|/ / /
* | | Updated license headersJani Heikkinen2016-01-151-14/+20
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-1/+1
|\| |
| * | QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-1/+1
* | | Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-231-16/+5
|/ /
* | QtCore/qmake: drop some unneeded QChar -> QString conversionsMarc Mutz2015-10-111-1/+1
* | qvariant: Pass a couple of large types by const-ref in Qt6Sérgio Martins2015-07-221-0/+8
|/
* QVariant: Fix wrong return type in toPersistentModelIndex()Gabriel de Dietrich2015-03-121-1/+1
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-061-3/+49
* QVariant: fix converting enum to stringOlivier Goffart2015-02-251-2/+2
* 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