summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix compiler warnings in autotestLars Knoll2020-08-241-1/+2
* 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-243-5/+5
* Simplify the QVariant copy constructor and assignment operatorLars Knoll2020-08-241-5/+7
* Generate less code when creating QMetaTypeInterfacesLars Knoll2020-08-243-12/+23
* Refactor Q*IterableLars Knoll2020-08-246-153/+103
* Cleanups in the Iterable classesLars Knoll2020-08-244-58/+52
* Clean up a custom void_t implementationLars Knoll2020-08-241-8/+3
* Cleanups in QSequentialIterableLars Knoll2020-08-242-27/+13
* 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-2418-470/+225
* 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
* pro2cmake.py: support multiple versions in QT_QML_SOURCE_VERSIONMitch Curtis2020-08-231-4/+8
* Remove the deprecated -qpa-platform-guard argumentJoerg Bornemann2020-08-234-17/+0
* CMake: Implement configure -gdb-indexJoerg Bornemann2020-08-234-2/+11
* CMake: Fix detection of the 'debug' featureJoerg Bornemann2020-08-232-1/+2
* CMake: Actually evaluate AUTODETECT expressions in featuresJoerg Bornemann2020-08-231-1/+2
* CMake: Support configure tests of type 'linkerSupportsFlag'Joerg Bornemann2020-08-234-0/+57
* CMake: Implement configure -optimize-sizeJoerg Bornemann2020-08-234-2/+12
* CMake: Fix configure setting superfluous featuresJoerg Bornemann2020-08-231-5/+7
* CMake: Document more configure argument mappingsJoerg Bornemann2020-08-231-3/+3
* CMake: Fix tst_moc to build when tests are built as part of Qt treeAlexandru Croitor2020-08-231-0/+1
* CMake: Fix creation of host-qmake wrapper when cross-compilingAlexandru Croitor2020-08-231-1/+2
* CMake: Workaround building DBus 'car' example with qmakeAlexandru Croitor2020-08-233-6/+13
* QStringTokenizer: use sliced() instead of mid()Marc Mutz2020-08-231-2/+2
* [trivial] tst_qstringapisymmetry: remove remnants of from() experimentMarc Mutz2020-08-231-10/+14
* Port QLatin1String to qsizetype and add narrow-contract substring functionsMarc Mutz2020-08-235-68/+154
* Drop spurious const from parameterEdward Welbourne2020-08-231-1/+1
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-232-3/+39
* Fix mistake in AESHASH algorithmAllan Sandfeld Jensen2020-08-231-2/+2
* Ignore clang-format for GUI snippetsPaul Wicking2020-08-231-0/+2
* Fix CaseSensitivity handling for QRegularExpression in QSortFilterProxyModelMarcel Krems2020-08-232-1/+23
* Fix truncation warning in qversionnumber.hMarcel Krems2020-08-231-1/+1
* QVariant::metaType(): Add missing \since Qt 6.0Marcel Krems2020-08-231-0/+2
* QSizePolicy: Fix warning about mixing different enumsMarcel Krems2020-08-231-2/+2