summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QByteArray::insert: do not assert that pos must be non-negativeGiuseppe D'Angelo2020-06-301-2/+0
* QUrl: do not retest if a codepoint is less than 0xFFFFGiuseppe D'Angelo2020-06-301-1/+1
* Use std::memmoveSamuli Piippo2020-06-301-3/+4
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Fix warning about missing QT_BEGIN_NAMESPACE in qsimd.hTor Arne Vestbø2020-06-301-0/+3
* forkfd: remove FFD_VFORK_SEMANTICSThiago Macieira2020-06-301-2/+0
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-2915-864/+348
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-292-5/+7
* QByteArray::operator[] no longer resizesAlbert Astals Cid2020-06-291-3/+2
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-2955-388/+334
* Remove some long-deprecated methods of QLibraryInfoEdward Welbourne2020-06-292-52/+0
* Remove pthread storage for thread local dataMike Achtelik2020-06-281-59/+21
* CMake: Make the path variables in Qt6CoreConfigExtras.cmake relativeJoerg Bornemann2020-06-281-13/+13
* QList: use =default for its default constructorGiuseppe D'Angelo2020-06-261-1/+1
* Improve deprecation message for QLine::angle(QLine)Eirik Aavitsland2020-06-261-1/+1
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-262-4/+28
* Unexport QModelIndexGiuseppe D'Angelo2020-06-261-1/+1
* QThread: Fix unnecessary stricter accesses to QThreadData::threadThiago Macieira2020-06-251-6/+6
* Use QList instead of QVector in corelibJarek Kobus2020-06-2549-198/+166
* moc: Fix QProperty code generationFabian Kosmale2020-06-251-3/+3
* Remove QPropertyMemberChangeHandler againSimon Hausmann2020-06-251-23/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-255-59/+104
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-255-30/+88
* Fix QPropertyFabian Kosmale2020-06-251-0/+11
* cmake: Apply symbol visibility settings to Objective-C/C++ sourcesTor Arne Vestbø2020-06-251-0/+2
* Improve castingAllan Sandfeld Jensen2020-06-255-9/+9
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-253-247/+0
* Allow qMin, qMax and qBound for types that can be losslessly convertedLars Knoll2020-06-251-0/+43
* QMetaObject: Compare threadIds when checking receiver threadMike Achtelik2020-06-251-9/+16
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-241-7/+3
* Add a warning and tidy some triviaEdward Welbourne2020-06-231-8/+3
* Save DST status when computed for a mutable QDateTimeDataEdward Welbourne2020-06-231-0/+1
* QString: add char8_t overload of fromUtf8()Marc Mutz2020-06-233-0/+19
* Fix living QObject after shutdown of QCoreApplicationAndré Klitzing2020-06-232-4/+11
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-231-8/+4
* QMimeDatabase/zlib: fix build with z_const macro emptyThiago Macieira2020-06-231-1/+1
* QVarLengthArray: add missing move special member functionsMarc Mutz2020-06-223-0/+73
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-2015-1108/+1085
* Remove deprecated roles BackgroundColorRole and TextColorRoleChristian Ehrlicher2020-06-201-4/+0
* QRect(F): remove deprecated functionsChristian Ehrlicher2020-06-202-38/+0
* QSortFilterProxyModel: remove deprecated functionsChristian Ehrlicher2020-06-202-29/+0
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-2055-45000/+29
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-1957-197/+197
* Don't truncate parameters passed to QStringView::{first/last/from/slice}Sona Kurazyan2020-06-191-4/+4
* QProcess/Win: Avoid reentering the code in _q_processDied()Alex Trotsenko2020-06-191-1/+1
* CMake: Provide the minimum darwin deployment target needed by QtAlexandru Croitor2020-06-191-0/+8
* Fix note alignmentAndreas Schwab2020-06-191-1/+1
* Document QPromise APIAndrei Golubev2020-06-183-1/+238
* Fix QString{Encoder|Decoder} documentationKarsten Heimrich2020-06-182-11/+13
* Remove unused functionality from QTypeInfoLars Knoll2020-06-181-31/+1