summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add a QMetaSequence interfaceUlf Hermann2020-09-017-0/+1448
* Take the right lock before using a connection's receiverGiuseppe D'Angelo2020-09-011-1/+1
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-3113-29/+2105
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-313-12/+7
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-313-10/+7
* QTextStream: purge deprecated APIEdward Welbourne2020-08-312-74/+0
* QWeakPointer: purge deprecated APIEdward Welbourne2020-08-311-23/+0
* Fix alignment of QVariant::Private::data on 32bit systemsLars Knoll2020-08-301-2/+3
* Move the data for QTimer into the d-pointerLars Knoll2020-08-292-36/+75
* Fix comparison of QVariants that contain pointers to QObjectsLars Knoll2020-08-291-0/+26
* Inline some methods that only forward to another overloadLars Knoll2020-08-292-24/+16
* Use checked string iteration in case conversionsEdward Welbourne2020-08-294-7/+11
* Remove remaining traces of deprecated QtMsgHandlerMarcel Krems2020-08-291-20/+2
* qarraydataops: Fix compiler warnings under MSVC 2019.7Marcel Krems2020-08-291-25/+45
* Remove MSVC workaround for QPolygonMarcel Krems2020-08-293-68/+1
* Prepend optimize QStringAndrei Golubev2020-08-292-59/+100
* Support GrowsBackwards in QByteArrayAndrei Golubev2020-08-292-57/+92
* Reserve extra space for '\0' in QArrayData::allocateAndrei Golubev2020-08-291-0/+30
* Add const to some methodsLars Knoll2020-08-283-8/+8
* Remove QUnicodeTools::DefaultOptionsCompatEdward Welbourne2020-08-281-2/+1
* Convert QStringView::toWCharArray() to return qsizetypeEdward Welbourne2020-08-282-4/+4
* Inline QString's conversions to integral types, except long long onesEdward Welbourne2020-08-282-39/+18
* QLatin1String: finish up the qsizetype conversionEdward Welbourne2020-08-281-2/+2
* Use qsizetype for the size of QByteArray's raw data methodsEdward Welbourne2020-08-281-7/+2
* Use char32_t for QLocaleData::zeroUcs() and friendsEdward Welbourne2020-08-284-30/+27
* Don't second-guess strcoll()Edward Welbourne2020-08-281-8/+3
* Make QTranslator::load() insist that its return value be checkedEdward Welbourne2020-08-281-11/+12
* QLine: swap IntersectType and IntersectionTypeEdward Welbourne2020-08-282-12/+6
* Purge qalgorithm.h of deprecated APIEdward Welbourne2020-08-283-1023/+7
* QAnimationDriver: remove deprecated startTime(), setStartTime()Edward Welbourne2020-08-282-36/+0
* Remove deprecated QDataStream::unsetDevice()Edward Welbourne2020-08-282-17/+0
* Qt namespace: purge deprecated enum members and a typedefEdward Welbourne2020-08-282-71/+6
* Remove QTimeLine's curveShapeEdward Welbourne2020-08-282-101/+1
* CMake: Support add_executable for AndroidCristian Adam2020-08-281-0/+1
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-283-12/+4
* qmetatype.h: Rename ValueTypeIsMetaType to SequentialValueTypeIsMetaTypeUlf Hermann2020-08-281-5/+5
* Android: enable androiddeployqt to get the host's rcc binary pathAssam Boudjelthia2020-08-281-2/+11
* Android: add option to get app arguments with AndroidManifest.xmlAssam Boudjelthia2020-08-281-0/+2
* Use qsizetype in QRegularExpressionMarcel Krems2020-08-282-43/+43
* Improve connect: Use existing metatypes if possibleFabian Kosmale2020-08-283-15/+38
* macOS: fix standaloneMonthName implementation for system localeVolker Hilsheimer2020-08-271-5/+23
* Pass QByteArrayView by valueLars Knoll2020-08-272-5/+5
* Inline the equality operatorLars Knoll2020-08-272-13/+8
* Make QUUid constructors from string like types explicitLars Knoll2020-08-271-3/+3
* Change QByteArray to handle large arraysLars Knoll2020-08-274-211/+202
* Update allocation interface of QArrayDataPointerAndrei Golubev2020-08-273-8/+11
* Make *ArrayOps::createInPlace protectedAndrei Golubev2020-08-271-5/+12
* Support GrowsBackwards prepend in QListAndrei Golubev2020-08-271-12/+10
* Add prepend optimization to QCommonArrayOpsAndrei Golubev2020-08-272-52/+449
* Support GrowsBackwards flag in QArrayDataPointerAndrei Golubev2020-08-274-13/+104