summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtCore/Windows: fix deprecated QChar conversionsFriedemann Kleint2020-05-131-1/+1
* QNetworkReply/http2: Add a contentEncoding testMårten Nordheim2020-05-134-0/+173
* Document Qt for Python usage of the resource systemFriedemann Kleint2020-05-131-0/+15
* Remove deprecated functionality in QMetaObjectBuilderShawn Rutledge2020-05-131-11/+0
* Android: add ANDROID_ABIS qmake snippetAssam Boudjelthia2020-05-131-0/+10
* ARM neon draw helper only available for little endianPeter Seiderer2020-05-131-4/+4
* Port qt_check_std3rules() to QStringViewMarc Mutz2020-05-133-14/+16
* 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-125-34/+28
* 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-1215-1/+32
* CMake: Set QT_TARGET_XXX properties for Qt executables and pluginsJoerg Bornemann2020-05-121-10/+44
* 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
* Disable the PCRE Jit when compiling qmakeLars Knoll2020-05-123-3/+5
* CMake: pro2cmake: Fix cmake api detection for pluginsAlexandru Croitor2020-05-121-1/+1
* 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-124-62/+270
* 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
* cmake: Add MinGW platform checkFriedemann Kleint2020-05-121-0/+1
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-124-16/+7
* qmake: fix a few deprecated QChar(non-char-type) warningsMarc Mutz2020-05-123-9/+9
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-1212-147/+147
* Use QChar::fromUcs4() moreMarc Mutz2020-05-124-7/+9
* QUrlQuery: improve defaultQuery{Value,Pair}Delimiter()Marc Mutz2020-05-122-6/+8
* tst_QShortcut: avoid int -> QChar conversionsMarc Mutz2020-05-121-10/+10
* 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-112-2/+2
* CMake: Add more entries for rc filesYuhang Zhao2020-05-111-1/+31
* qmake: Update the macro namesYuhang Zhao2020-05-122-4/+4
* QDebug: sprinkle usage of QDebugStateSaverGiuseppe D'Angelo2020-05-111-12/+8
* QDebug: clean up handling of QMap/QHashGiuseppe D'Angelo2020-05-111-17/+28
* iOS: Remove deprecated image-based launch screenTor Arne Vestbø2020-05-112-21/+7
* Rewrite Qt Testlib selftest to not rely on Qt Testlib itselfTor Arne Vestbø2020-05-118-713/+18572
* qmake: Fix handling of manifest file of msvcYuhang Zhao2020-05-115-15/+11
* CMake: Workaround fix for failing RC file generation on WindowsAlexandru Croitor2020-05-111-2/+1