summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Make QVariant docs refer to QMetaType::Type.Mitch Curtis2013-03-191-115/+165
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\|
| * Doc: Fix broken \keyword linkSze Howe Koh2013-01-281-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-2/+2
|\|
| * Doc: Fix module name formatSze Howe Koh2013-01-251-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-071-4/+6
|/
* Remove QUUID_STRING from qfeatures.{h,txt}Tasuku Suzuki2012-12-051-4/+0
* Fix QVariant streaming in Qt3 compatibility mode.Jędrzej Nowacki2012-11-241-3/+3
* Make documentation of QVariant::isNull more explicit.Jędrzej Nowacki2012-09-291-1/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* De-inline QVariant(float)Harald Fernengel2012-08-231-0/+3
* Doc: Work on QVariant's equality operator.Geir Vattekar2012-08-201-2/+13
* Remove QWidgetStar.Stephen Kelly2012-08-181-3/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-4/+9
* Speed up construction of basic QVariantsHarald Fernengel2012-08-151-37/+92
* Fix crash in QVariant::canConvert().Volker Krause2012-07-271-1/+4
* fix QVariant qdoc error - mark const QVariant::data_ptr() internalJeremy Katz2012-07-271-0/+5
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-271-0/+126
* Clarify ambiguous sentence in QVariant::toBool() documentation.Mitch Curtis2012-07-231-2/+2