summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-0/+8
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
|\
| * doc: Enable a declaration for qdocMartin Smith2019-07-101-1/+1
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-1/+4
|\|
| * Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-011-1/+4
* | Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-021-7/+7
* | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-2/+0
* | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-7/+7
* | QVariant: deprecate qVariantFromValue/qVariantSetValue()Christian Ehrlicher2019-03-311-25/+33
|/
* doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-1/+3
* Revert "qdoc: Add default include dirs to qdoc command line"Martin Smith2018-10-091-1/+1
* qdoc: Add default include dirs to qdoc command lineMartin Smith2018-10-051-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-4/+10
|\
| * Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-211-4/+10
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-8/+8
|\|
| * Modernize the "regularexpression" featureUlf Hermann2018-03-201-8/+8
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-1/+1
|\|
| * doc: Make fromStdVariant() appear in the QVariant docsMartin Smith2018-03-141-1/+1
* | implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+2
|/
* Add support for converting from std::variantAllan Sandfeld Jensen2018-01-251-0/+19
* doc: Correct clang parsing errors in qvariant.hMartin Smith2018-01-091-2/+0
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-8/+8
* Mark to remove const from function parameters in QtCore public headersThiago Macieira2017-03-311-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Move the QVariant declaration up in the file.Rolland Dudemaine2015-12-301-1/+1
* QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-2/+2
* Avoid recreating QVariantLists when extracted from a QVariantJocelyn Turcotte2015-08-241-3/+3
* qvariant: Pass a couple of large types by const-ref in Qt6Sérgio Martins2015-07-221-0/+8
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-8/+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-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