summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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-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-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-248-377/+176
* QLineF::intersects(): Make the output parameter optionalSze Howe Koh2020-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
* 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
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-231-3/+11
* Fix mistake in AESHASH algorithmAllan Sandfeld Jensen2020-08-231-2/+2
* Fix CaseSensitivity handling for QRegularExpression in QSortFilterProxyModelMarcel Krems2020-08-231-1/+2
* Fix truncation warning in qversionnumber.hMarcel Krems2020-08-231-1/+1
* QVariant::metaType(): Add missing \since Qt 6.0Marcel Krems2020-08-231-0/+2
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-222-3/+5
* Resolve the remaining open ### Qt6 comments of QJsonValueSona Kurazyan2020-08-204-108/+63
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-204-5/+35
* Tidy up qnamespace.qdoc's enums' \omitvalue entriesEdward Welbourne2020-08-201-39/+36
* QCalendarBackend: format "enum" as code where usedEdward Welbourne2020-08-201-8/+11
* Document QCalendarBackend::name()Edward Welbourne2020-08-201-1/+8
* Turn comments about passing QDate, QTime by value into docsEdward Welbourne2020-08-202-8/+10
* Fix a number of qdoc warningsFriedemann Kleint2020-08-2012-187/+15
* Fix qHash(const QModelIndex &index)Friedemann Kleint2020-08-201-1/+1
* Doc: Use https in links that don't redirect properlyPaul Wicking2020-08-201-2/+2
* Doc: Improve thread safety docsPaul Wicking2020-08-201-1/+15
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-2015-2301/+44
* Port QXmlStreamReader from QStringRef to QStringViewKarsten Heimrich2020-08-196-137/+165
* Fix QXmlStreamSimpleStack to work also with non POD data typesLars Knoll2020-08-193-14/+24
* Refactor QXmlStreamStringRefKarsten Heimrich2020-08-193-57/+67
* Smaller change towards using QStringViewLars Knoll2020-08-192-4/+4
* Refactor qxmlstream_p.hLars Knoll2020-08-199-1936/+1815
* Cleanup QXmlStreamStringRefKarsten Heimrich2020-08-191-7/+1
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-195-94/+91
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-191-27/+68
* Remove binary compat sources for qbytearray and qstringAllan Sandfeld Jensen2020-08-195-140/+2
* Introduce GrowsBackwards case operationsAndrei Golubev2020-08-191-0/+302
* CMake Build: Do not link to pthread for QNX for cxx11_future detectionCristian Adam2020-08-191-1/+1