summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-248-199/+121
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-245-76/+21
* Cleanup the qRegisterMetaType functionLars Knoll2020-08-241-49/+13
* Remove an unused enum value and document another oneLars Knoll2020-08-242-3/+2
* Cleanup qvariant_cast<>Lars Knoll2020-08-243-106/+46
* Move conversions to and from *Iterables into QMetaTypeLars Knoll2020-08-244-148/+196
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-243-392/+147
* Get rid of the old QVariant conversion codepathLars Knoll2020-08-242-56/+24
* Move QJsonValue and QCborValue conversions to QMetaTypeLars Knoll2020-08-242-151/+127
* Remove some unused codeLars Knoll2020-08-241-12/+0
* Finish porting number conversions to QMetaTypeLars Knoll2020-08-242-253/+29
* Move enum conversions over into QMetaTypeLars Knoll2020-08-243-90/+151
* Implement integral conversions in QMetaTypeLars Knoll2020-08-241-1/+108
* Start porting conversions over from QVariant to QMetaTypeLars Knoll2020-08-243-581/+403
* Remove some dead codeLars Knoll2020-08-241-9/+0
* Add a metatype helper class for Qt CoreLars Knoll2020-08-242-15/+32
* Always try to conversions through QMetaTypeLars Knoll2020-08-241-21/+9
* Use QVariant::Private::typeId()Lars Knoll2020-08-241-96/+96
* Clean up QVariant::Private::DataLars Knoll2020-08-242-113/+88
* Get rid of the private v_cast<>() methodLars Knoll2020-08-242-213/+187
* Add QVariant::Private::storage(), get() and typeId()Lars Knoll2020-08-241-0/+19
* Use QMetaTypeModuleHelper as the interface to do type conversionsLars Knoll2020-08-245-87/+61
* Clean up the converter function handlingLars Knoll2020-08-242-128/+43
* Get rid of the additional bool * parameter to the internal convert methodLars Knoll2020-08-242-66/+59
* Get rid of the unused meta type switcherLars Knoll2020-08-244-93/+0
* Cleanup v_construct and friendsLars Knoll2020-08-241-73/+9
* Inline QVariant::constData()Lars Knoll2020-08-242-10/+4
* Cleanup unused codeLars Knoll2020-08-243-11/+0
* Cleanup QVariant::PrivateSharedLars Knoll2020-08-243-45/+56
* Always use the variants internal space if possibleLars Knoll2020-08-242-4/+2
* Simplify the QVariant copy constructor and assignment operatorLars Knoll2020-08-241-5/+7
* Generate less code when creating QMetaTypeInterfacesLars Knoll2020-08-242-9/+21
* Refactor Q*IterableLars Knoll2020-08-245-142/+95
* Cleanups in the Iterable classesLars Knoll2020-08-243-49/+43
* Clean up a custom void_t implementationLars Knoll2020-08-241-8/+3
* Cleanups in QSequentialIterableLars Knoll2020-08-241-24/+10
* Small doc fixLars Knoll2020-08-241-3/+1
* Remove some dead codeLars Knoll2020-08-242-54/+0
* Get rid of the custom debug stream handling in QVariantLars Knoll2020-08-243-103/+4
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-244-369/+170
* Leave a comment about a usage of a restricted bool trickGiuseppe D'Angelo2020-08-231-0/+2
* QVariant::metaType(): Add missing \since Qt 6.0Marcel Krems2020-08-231-0/+2
* Fix a number of qdoc warningsFriedemann Kleint2020-08-205-99/+12
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-191-27/+68
* Handle simulator platforms when parsing LC_BUILD_VERSION load commandTor Arne Vestbø2020-08-191-5/+26
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-172-2/+23
* Fix a valgrind warning about accessing uninitialized memoryLars Knoll2020-08-171-1/+1
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-0/+1
* Make QVariant(Type) and QVariant(QDataStream) explicitLars Knoll2020-08-151-2/+2
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-152-19/+3