summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.h
Commit message (Expand)AuthorAgeFilesLines
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-061-0/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QAssociativeIterable: add find()Marc Mutz2015-01-211-6/+2
* QtCore: add some more Q_DECL_NOTHROWMarc Mutz2015-01-211-3/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-0/+6
|\
| * Fix a memleak in QAssociativeIterable::value()Marc Mutz2015-01-041-0/+6
* | QtCore: mark some operations nothrowMarc Mutz2015-01-101-6/+6
|/
* Lower QVariant::userType call countJędrzej Nowacki2014-10-311-10/+16
* Fix QVariant associative container conversion from built-in types.Jędrzej Nowacki2014-10-241-3/+3
* MSVC: Restore 'public' accessibility of QVariant member functions.Friedemann Kleint2014-10-071-1/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-281-1/+9
* MetaType: de-inline the container iterables.Stephen Kelly2013-09-201-148/+60
* MetaType: Add assignment operator to the container iterators.Stephen Kelly2013-09-191-0/+20
* MetaType: Fix memory leak of QAtomicInt.Stephen Kelly2013-09-171-0/+2
* MetaType: Fix operator{++,--}(int) with the type-erased const_iterators.Stephen Kelly2013-09-171-4/+4
* MetaType: Fix operator{+,-}(int) with the type-erased const_iterators.Stephen Kelly2013-09-131-4/+4
* QVariant: Make it possible to extract a QObject* from a wrapper without conve...Stephen Kelly2013-09-051-1/+3
* Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-271-0/+9
* Make it possible to access QPair and std::pair elements from a QVariant.Stephen Kelly2013-05-201-0/+26
* Add container access functionality for associative containers in QVariant.Stephen Kelly2013-05-201-0/+142
* Add QVariantList extraction from a QVariant with a sequential container.Stephen Kelly2013-05-081-0/+16
* Add QVariant container iteration API.Stephen Kelly2013-05-081-2/+92
* Core: Support for converting user defined QVariant types.Christoph Schleifenbaum2013-05-081-5/+3
* qMetaTypeId(): deprecate the dummy parameter.Olivier Goffart2013-02-081-3/+3
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* 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
* | Merge branch 'stable' into devSergio Ahumada2013-01-091-2/+2
|\|
| * Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-2/+2
* | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-071-9/+11
|/
* Delete the QVariant ctors taking global Qt enum values.Stephen Kelly2012-10-101-0/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QVariant: prevent QVariant(QMetaType::Type) from compilingMarc Mutz2012-09-071-0/+7
* De-inline QVariant(float)Harald Fernengel2012-08-231-1/+1
* Speed up construction of basic QVariantsHarald Fernengel2012-08-151-1/+8
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-271-0/+12
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-101-1/+0
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-1/+1
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-1/+1
* Implement the move constructor for containers.Olivier Goffart2012-05-111-0/+2
* Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-081-0/+1
* Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-191-1/+0
* Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-241-2/+2
* QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-141-3/+11
* Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-021-1/+1
* Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-271-9/+9
* Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-231-1/+1
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-211-1/+1
* Treat pointers to QObject derived types in QVariant specially.Stephen Kelly2012-02-081-10/+62