summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Always use the variants internal space if possibleLars Knoll2020-08-241-2/+1
* Simplify the QVariant copy constructor and assignment operatorLars Knoll2020-08-241-5/+7
* Refactor Q*IterableLars Knoll2020-08-241-21/+33
* Cleanups in the Iterable classesLars Knoll2020-08-241-6/+6
* Get rid of the custom debug stream handling in QVariantLars Knoll2020-08-241-51/+4
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-3/+4
* QVariant::metaType(): Add missing \since Qt 6.0Marcel Krems2020-08-231-0/+2
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-4/+4
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-16/+1
* QVariant: remove docs for non-existent deprecated methodsEdward Welbourne2020-08-141-40/+0
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-32/+18
* Restrict comparison of variantsLars Knoll2020-08-131-38/+82
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-42/+9
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-1/+1
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-1/+13
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-081-22/+4
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Remove some dead codeLars Knoll2020-06-171-16/+0
* Warn about constructing QMetaTypes/QVariants with invalid type idsLars Knoll2020-06-161-3/+0
* Remove unused argument from methodLars Knoll2020-06-061-31/+31
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-061-15/+0
* Remove QRegExp from QVariantLars Knoll2020-05-141-37/+21
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-121-2/+2
* Fix compilation with -no-feature-regularexpressionEskil Abrahamsen Blomfeldt2020-03-171-0/+2
* Get rid of QMatrixJarek Kobus2020-02-281-2/+1
* Pass QDate and QTime as value classesEdward Welbourne2020-02-271-4/+4
* Use the new QMetaType API in QVariantOlivier Goffart2020-02-251-214/+200
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+2
|\
| * Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-301-3/+3
* | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-071-2/+2
|\ \
| * \ Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-031-2/+2
| |\ \
| | * \ Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-247/+247
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-144/+22
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-4/+17
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-2/+6
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-23/+23
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-3/+4
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-8/+22
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | CMake: Use AUTOMOC/AUTOUIC/AUTORCCTobias Hunger2018-12-141-2/+2
* | | | | | | | | | | | QVariantHash/Map can't hold multiple entries for the same key in Qt 6Lars Knoll2020-02-031-1/+1
|/ / / / / / / / / / /
* | | | | | | | | / / Add missing #else for a zero entry in an index mappingEdward Welbourne2020-01-301-0/+2
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-247/+247
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-246/+246
* | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-22/+19
|\| | | | | | | |
| * | | | | | | | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
| * | | | | | | | 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.14' into 5.15Qt Forward Merge Bot2019-12-121-19/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-111-19/+16