summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix most obvious typos in doc commentsIvan Tkachenko2020-05-283-18/+18
* Cache system zone ID when fetched from the file-systemEdward Welbourne2020-05-281-64/+141
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-13/+10
* Add a QPropertyAliasUlf Hermann2020-05-273-10/+399
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-272-187/+3
* QProperty: Support multiple observersUlf Hermann2020-05-274-17/+32
* QProperty: Apply coding style and avoid warningsUlf Hermann2020-05-271-1/+1
* Don't queue events in QFutureWatcher when pause is requestedSona Kurazyan2020-05-272-26/+15
* QMimeDatabase/xml: use xmlstarlet instead of xmlEric Lemanissier2020-05-261-2/+2
* Don't change the implementation of a method depending on QT_USE_QSTRINGUILDERLars Knoll2020-05-261-23/+13
* Initialize variableLars Knoll2020-05-261-1/+1
* 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