summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-308-24/+57
* Remove workaround for MSVC 2008Allan Sandfeld Jensen2020-09-303-84/+9
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-301-1/+1
* Fix qdoc warning from documentation of internal APIVolker Hilsheimer2020-09-301-7/+0
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-29/+11
* Fix assumed version typoAllan Sandfeld Jensen2020-09-301-2/+2
* Fix ubsan errorsAllan Sandfeld Jensen2020-09-302-1/+7
* Add {add,sub,mul}_overflow detection when one operand is a constantThiago Macieira2020-09-291-2/+81
* Use Q_RELOCATABLE* instead of Q_MOVABLE* wording in docsAndrei Golubev2020-09-291-8/+8
* Improve docs for QFuture::{result*, takeResult*}Sona Kurazyan2020-09-291-4/+10
* Improve docs for QtConcurrent::{filter, blockingFilter}Sona Kurazyan2020-09-291-6/+18
* QObject: use more categorized loggingGiuseppe D'Angelo2020-09-291-33/+34
* rhi: vk: Do not copy the entire BufferOp struct for host writesLaszlo Agocs2020-09-292-7/+11
* rhi: gl: Skip nice but not essential uniform checks in releaseLaszlo Agocs2020-09-291-0/+2
* rhi: Drop QBitArray usageLaszlo Agocs2020-09-292-8/+13
* rhi: Improve layout compatibility test performanceLaszlo Agocs2020-09-298-9/+36
* rhi: gl: Pre-sort uniform metadata based on offsetLaszlo Agocs2020-09-291-7/+11
* Disable moving of QPropertyLars Knoll2020-09-294-52/+21
* QProperty: fix QBindingStoragePrivate::reallocate related codeFabian Kosmale2020-09-292-1/+5
* CMake: fix sdkBuildToolsRevision not being set for user appsAssam Boudjelthia2020-09-291-1/+22
* Do not parse low-level PNG colorspaces if they are not usedAllan Sandfeld Jensen2020-09-291-5/+5
* Reimplement non-antialiased cosmetic penAllan Sandfeld Jensen2020-09-291-193/+98
* QSsl: Remove enum value gapsMårten Nordheim2020-09-291-2/+2
* Docs: Update default redirect policy enumerationMårten Nordheim2020-09-291-3/+4
* Doc: Qt GUI: Depend on qtprintsupport documentation moduleTopi Reinio2020-09-291-0/+1
* doc: Make QtCore depend on all modulesMartin Smith2020-09-291-1/+3
* Switch QBitArray to qsizetypeAllan Sandfeld Jensen2020-09-293-96/+96
* Switch QCache costs to qsizetypeAllan Sandfeld Jensen2020-09-292-24/+24
* make {QString,QByteArray}::squeeze() work without prior reserve()Oswald Buddenhagen2020-09-282-3/+3
* QCocoaDrag - set image only on the first drag itemTimur Pocheptsov2020-09-281-2/+7
* CMake: make QT_ANDROID_DEPLOYMENT_SETTINGS_FILE consistent with qmakeAssam Boudjelthia2020-09-282-2/+2
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-281-2/+2
* QSslConfiguration::setAllowedNextProtocol - remove the old signatureTimur Pocheptsov2020-09-282-8/+0
* Fix QtConcurrent algorithms to work with temporary sequencesSona Kurazyan2020-09-283-26/+25
* Don't guess UTC when we can't find a system zone nameEdward Welbourne2020-09-283-16/+25
* CMake: Regenerate configure.cmake filesAlexandru Croitor2020-09-281-1/+1
* Prevent endless markDirtyAndNotifyObservers <-> notify loopFabian Kosmale2020-09-282-2/+17
* Fix documentation for QStringListVolker Hilsheimer2020-09-281-0/+15
* Fix qdoc warnings: supportedCiphers is a member of QSslConfigurationVolker Hilsheimer2020-09-281-7/+7
* Fix qdoc warnings: remove docs for inherited/implicit membersVolker Hilsheimer2020-09-281-23/+0
* Fix some qdoc warnings from QStaticPluginVolker Hilsheimer2020-09-281-28/+25
* Fix qdoc warnings from Q(Latin1)StringVolker Hilsheimer2020-09-281-101/+5
* Fix some qdoc warnings from QHash and QMultiHashVolker Hilsheimer2020-09-281-21/+8
* Fix qdoc warning: button(s) are members of QSinglePointEventVolker Hilsheimer2020-09-271-25/+0
* Simplify the preamble of QDateTimeEditPrivate::stepBy()Edward Welbourne2020-09-271-11/+3
* QCalendar: use LGPL like everything else, not GPLEdward Welbourne2020-09-271-5/+15
* Use WAYLAND_DISPLAY and DISPLAY instead of XDG_SESSION_TYPEJohan Klokkhammer Helsing2020-09-271-18/+35
* Remove QNX/Blackberry-related qpps* files from corelib/kernel/Edward Welbourne2020-09-269-1788/+0
* Windows Vista/XP Styles: Clean up some codeFriedemann Kleint2020-09-265-67/+10
* Preserve formats in QImage::scaled()Allan Sandfeld Jensen2020-09-261-12/+48