summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-2425-254/+183
* 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-244-20/+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-247-238/+123
* 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-243-71/+61
* Get rid of the unused meta type switcherLars Knoll2020-08-245-94/+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-244-84/+0
* Get rid of the custom debug stream handling in QVariantLars Knoll2020-08-245-138/+6
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-249-378/+179
* QWidget: drop an unncessary const_castGiuseppe D'Angelo2020-08-241-1/+1
* QLineF::intersects(): Make the output parameter optionalSze Howe Koh2020-08-231-1/+1
* Fix include in public headerKai Koehne2020-08-231-1/+1
* Merge the two QUrl::fromUserInput overloadsDavid Faure2020-08-232-64/+36
* Leave a comment about a usage of a restricted bool trickGiuseppe D'Angelo2020-08-231-0/+2
* QAutoPointer: port to explicit operator boolGiuseppe D'Angelo2020-08-231-3/+1
* Remove the deprecated -qpa-platform-guard argumentJoerg Bornemann2020-08-234-17/+0
* CMake: Workaround building DBus 'car' example with qmakeAlexandru Croitor2020-08-232-4/+11
* QStringTokenizer: use sliced() instead of mid()Marc Mutz2020-08-231-2/+2
* Port QLatin1String to qsizetype and add narrow-contract substring functionsMarc Mutz2020-08-233-67/+147