summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-131-44/+50
* QUrlIdna: replace manual pointer handling with std::begin()/end()Marc Mutz2020-05-131-6/+4
* Port qt_punycodeEncoder() to QStringViewMarc Mutz2020-05-132-16/+14
* QString: fix premature pessimisation in arg(char-ish)Marc Mutz2020-05-131-6/+2
* QString: remove op+=(char) and op+=(QChar::SpecialCharacter)Marc Mutz2020-05-132-26/+0
* Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-134-121/+2
* Remove QPlatformNativeInterface functions for CGImage conversionTor Arne Vestbø2020-05-132-18/+0
* QtCore/Windows: fix deprecated QChar conversionsFriedemann Kleint2020-05-131-1/+1
* Document Qt for Python usage of the resource systemFriedemann Kleint2020-05-131-0/+15
* Remove deprecated functionality in QMetaObjectBuilderShawn Rutledge2020-05-131-11/+0
* ARM neon draw helper only available for little endianPeter Seiderer2020-05-131-4/+4
* Port qt_check_std3rules() to QStringViewMarc Mutz2020-05-132-13/+15
* Drop the deprecated QStringViewLiteralGiuseppe D'Angelo2020-05-132-11/+0
* Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-127-501/+14
* Port qt_urlRecode() to QStringViewMarc Mutz2020-05-124-28/+22
* QUrl: port percent-decoding to char16_tMarc Mutz2020-05-121-12/+16
* Android JNI: update usage of QWindowSystemInterface::handleMouseEvent()Shawn Rutledge2020-05-121-18/+15
* QUrlIdna: QChar(0x2d) → QLatin1Char('-')Marc Mutz2020-05-121-2/+2
* Android: allow file dialog to use remote locationsAssam Boudjelthia2020-05-122-10/+0
* rhi: d3d11: Handle DXGI_ERROR_SDK_COMPONENT_MISSING gracefullyLaszlo Agocs2020-05-121-0/+9
* pro2cmake: Handle QMAKE_TARGET_XXX variablesJoerg Bornemann2020-05-1214-0/+14
* Fix some build warnings due to bad integer format in printfJean-Michaël Celerier2020-05-121-3/+3
* CMake: Use correct file typeYuhang Zhao2020-05-121-1/+6
* Fix potential memory leak by adding a virtual destructor to AnchorVertexVolker Hilsheimer2020-05-121-17/+18
* MSVC: Fix build with -developer-buildEskil Abrahamsen Blomfeldt2020-05-121-2/+2
* Port qustrlen and qustrchr to char16_tMarc Mutz2020-05-124-19/+19
* Replace some QString::fromRawData() with QStringViews around the codeMarc Mutz2020-05-124-4/+4
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-123-60/+141
* Cache QUrl::idnWhiteList() absent user_idn_whitelistMarc Mutz2020-05-121-7/+10
* Doc: Specify QTextOption behavior in drawTextPaul Wicking2020-05-121-1/+2
* Doc: fix QRandomGenerator code snippetsTasuku Suzuki2020-05-121-4/+4
* Close memory leak in QTestLib support for item model testingVolker Hilsheimer2020-05-121-4/+14
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-124-16/+7
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-124-7/+7
* Use QChar::fromUcs4() moreMarc Mutz2020-05-122-3/+5
* QUrlQuery: improve defaultQuery{Value,Pair}Delimiter()Marc Mutz2020-05-122-6/+8
* QUrl: replace some lower-case macros with functionsMarc Mutz2020-05-121-3/+5
* Fix coverity warnings about uninitialized data membersVolker Hilsheimer2020-05-122-2/+2
* Rhi: improve qHash implementationsGiuseppe D'Angelo2020-05-122-5/+26
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-129-47/+114
* qmake: Remove the DISCARDABLE flag for icon resourcesYuhang Zhao2020-05-111-1/+1
* CMake: Add more entries for rc filesYuhang Zhao2020-05-111-1/+31
* qmake: Update the macro namesYuhang Zhao2020-05-121-2/+2
* QDebug: sprinkle usage of QDebugStateSaverGiuseppe D'Angelo2020-05-111-12/+8
* QDebug: clean up handling of QMap/QHashGiuseppe D'Angelo2020-05-111-17/+28
* CMake: Workaround fix for failing RC file generation on WindowsAlexandru Croitor2020-05-111-2/+1
* uic: Adapt to ActiveQt module restructuringFriedemann Kleint2020-05-111-11/+11
* CA fetcher - do not add CA root if it's already presentTimur Pocheptsov2020-05-111-0/+2
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-113-4/+12
* QXmlStreamReader: port Private::put...() to QStringViewMarc Mutz2020-05-113-32/+28