summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Document Qt 6 changes for QHash, QMultiHash, QSetKai Koehne2020-05-261-0/+47
* Add 'Qt Core Changes in Qt 6'Kai Koehne2020-05-262-0/+46
* Add a property to QSFPM to show children of accepted itemsGiulio Camuffo2020-05-262-8/+80
* Change QString::toIntegral_helper to use QStringViewLars Knoll2020-05-252-26/+25
* Cleanup header fileLars Knoll2020-05-251-104/+0
* QItemSelectionModel: simplify QItemSelectionRangeChristian Ehrlicher2020-05-232-31/+1
* Models: remove version check for clearItemData()Christian Ehrlicher2020-05-232-4/+0
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-212-25/+7
* Extend QTypeInfoMerger to more than four argumentsMarc Mutz2020-05-191-15/+11
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-196-6/+6
* CMake: Generate information about 3rdparty libs in module .pri filesJoerg Bornemann2020-05-191-11/+15
* Fix relocated Qt to be found when its path has non-ASCII charactersAlexandru Croitor2020-05-191-3/+3
* QString: throughly port internals to char16_tMarc Mutz2020-05-194-108/+76
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-192-2/+7
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-182-2/+7
| |\
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-142-2/+7
| | |\
| | | * qstandardpaths_win.cpp: Fix GetCurrentProcessToken() for Win7v5.15.0-rc2Fredrik Orderud2020-05-071-1/+6
| | | * QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-071-1/+1
| | * | Small fixes for the Q*Ref deprecation stuffMarc Mutz2020-05-141-4/+12
| | * | Fix QRunnable::ref use in QThreadPoolAllan Sandfeld Jensen2020-05-122-26/+44
* | | | webOS: Fix allocateTimerIdJani Hautakangas2020-05-181-1/+8
|/ / /
* | | Cleanup qUncompressLars Knoll2020-05-171-21/+8
* | | Don't access QArrayData::sharedNull() from QByteArray anymoreLars Knoll2020-05-171-4/+2
* | | QChar: make fullConvertCase()'s result type more usableMarc Mutz2020-05-172-15/+22
* | | Add central macro to disable float comparison warningsMarc Mutz2020-05-161-0/+6
* | | Add support of cancellation handler callbacks to QFutureSona Kurazyan2020-05-155-18/+159
* | | Add support of connecting signals to QFutureSona Kurazyan2020-05-153-1/+169
* | | QTaggedPointer: some API cleanupsMarc Mutz2020-05-152-31/+49
* | | QMetaType: Support char16_t and char32_tFabian Kosmale2020-05-153-1/+58
* | | CMake: Enable default usage of utf8 sources for Qt consumersAlexandru Croitor2020-05-151-0/+7
* | | QString: remove more functions overloaded on charMarc Mutz2020-05-152-38/+0
* | | QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-151-1/+9
* | | QString: fix quadratic behavior in QString::remove(QString)Marc Mutz2020-05-141-10/+24
* | | QStringView: add converting constructor from array-like containersGiuseppe D'Angelo2020-05-141-35/+38
* | | Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-143-0/+9
* | | Remove QRegExp from QVariantLars Knoll2020-05-147-56/+39
* | | Remove QRegExp support from QString and StringListLars Knoll2020-05-149-667/+13
* | | Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-144-223/+443
* | | QStringMatcher: port internals to QStringView and char16_tMarc Mutz2020-05-142-24/+30
* | | Streamline the code in the conversion to and from utf8Lars Knoll2020-05-141-90/+82
* | | Update QUtfFunctions and QUtfTraits to use qsizetypeLars Knoll2020-05-142-8/+8
* | | Remove QTextCodec references from QString docsLars Knoll2020-05-142-29/+27
* | | Get rid of some QTextCodec leftoversLars Knoll2020-05-146-12/+2
* | | Remove qtextcodec.h from the pch for Qt CoreLars Knoll2020-05-141-3/+0
* | | Remove QTextCodec dependency from QMimeDataLars Knoll2020-05-141-9/+10
* | | Document the string converter classesLars Knoll2020-05-145-40/+502
* | | Optimize appending to an existing stringLars Knoll2020-05-141-0/+22
* | | Get rid of QTextCodec in QTextStreamLars Knoll2020-05-143-216/+71
* | | Start porting QTextStream away from QTextCodecLars Knoll2020-05-145-4/+46