summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QMatrixJarek Kobus2020-02-281-2/+0
* Pass QDate and QTime as value classesEdward Welbourne2020-02-271-2/+2
* Use the new QMetaType API in QVariantOlivier Goffart2020-02-251-34/+46
* QVariantHash/Map can't hold multiple entries for the same key in Qt 6Lars Knoll2020-02-031-1/+1
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-071-8/+6
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-8/+6
| |\
| | * QVariant: Prefer direct conversion to QVariant{List,Map,Hash}Fabian Kosmale2020-01-031-6/+5
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-5/+5
|\| |
| * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-3/+3
| * | Change some uses of QMap::insertMulti to QMultiMap::insertMårten Nordheim2019-12-121-1/+1
| * | Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-121-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-3/+3
| |\|
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-3/+3
| * | Deprecate QVariant::operator< and related operatorsOlivier Goffart2019-12-051-4/+6
* | | Enlarge QVariant's private to fit the new QString and QByteArrayThiago Macieira2019-12-081-1/+2
* | | Remove QVariant::operator< and related operatorOlivier Goffart2019-12-041-9/+0
* | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-0/+2
|/ /
* / Provide conversion between QVariant and QUuid in bootstrapUlf Hermann2019-08-281-4/+4
|/
* 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