summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Align QVariant::UserType and QMetaType::UserJędrzej Nowacki2012-02-071-1/+1
* Remove many deprecated methodsLars Knoll2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fix visibility of QVariant functions.Jędrzej Nowacki2012-01-181-1/+1
* Add QModelIndex as a built-in metatype.Stephen Kelly2012-01-111-0/+1
* Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-101-0/+1
* C++11 delete some contructors which are not wanted.Stephen Kelly2012-01-101-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-051-0/+1
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-041-10/+9