summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-1913-150/+138
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-192-31/+68
* Remove binary compat sources for qbytearray and qstringAllan Sandfeld Jensen2020-08-197-142/+2
* Make QAbstractSocket::abort() behavior unambiguousAlex Trotsenko2020-08-191-2/+0
* CMake Build: Fix libdrm detection and compilation on QNXCristian Adam2020-08-193-7/+23
* CMake: Add /OPT:REF flag when building Qt on WindowsAlexandru Croitor2020-08-191-0/+7
* CMake: Adjust compiler flag optimizations to qmake mkspec onesAlexandru Croitor2020-08-193-0/+216
* Update qmake before building srcKai Koehne2020-08-191-1/+5
* rhi: d3d11: Enable setting xxxColor as an alpha src/dst blend factorLaszlo Agocs2020-08-191-11/+17
* Fix the doc exampleJarek Kobus2020-08-191-1/+1
* Introduce GrowsBackwards case operationsAndrei Golubev2020-08-191-0/+302
* Use the factor() function for getting scale factorsMorten Johan Sørvig2020-08-191-2/+2
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-192-0/+4
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-08-192-6/+7
* High-DPI: Use correct DPI for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2020-08-191-1/+3
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* CMake Build: Add include guards for FindPPS.cmake and FindSlog2.cmakeCristian Adam2020-08-192-0/+8
* CMake Build: Disable pkg-config for QNXCristian Adam2020-08-191-1/+1
* CMake Build: Do not link to pthread for QNX for cxx11_future detectionCristian Adam2020-08-191-1/+1
* CMake Build: Add socket as a dependency for QtNetwork on QNXCristian Adam2020-08-191-0/+2
* tst_qplainttextedit: Do not use paste() method with no clipboardCristian Adam2020-08-191-0/+4
* QtConcurrent: Introduce runWithPromise()Jarek Kobus2020-08-195-3/+858
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-195-2/+14
* Document qmake variable ANDROID_TARGET_ARCHKai Koehne2020-08-191-8/+8
* CMake Port: Remove outdated information in README.mdKai Koehne2020-08-191-3/+0
* Windows: Avoid syncqt needlessly re-generating headersKai Koehne2020-08-191-1/+2
* CMake: Implement configure -qreal <type>Joerg Bornemann2020-08-196-2/+28
* Handle simulator platforms when parsing LC_BUILD_VERSION load commandTor Arne Vestbø2020-08-191-5/+26
* QMultiMap: fix regression in find(Key, T)Giuseppe D'Angelo2020-08-191-5/+12
* QMultiMap: fix remove(Key, T) when key/value belong to the mapGiuseppe D'Angelo2020-08-192-3/+180
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-184-8/+8
* QSsl: introduce qtls_utils_p.h with simple RAII helpersTimur Pocheptsov2020-08-183-4/+102
* CMake: Purge remains of the -cmake-makefiles configure argumentJoerg Bornemann2020-08-181-5/+0
* Android: Copy required gradle files in non-prefix shadow buildsAlexandru Croitor2020-08-181-4/+10
* Replace WIN32 with CMAKE_HOST_WIN32Mason McParlane2020-08-181-1/+1
* Add QArrayDataPointer::freeSpace*() functionsAndrei Golubev2020-08-185-27/+88
* Reorder operations to align with exception model in qarraydataops.hAndrei Golubev2020-08-181-9/+18
* Separate exception safety primitives from operationsAndrei Golubev2020-08-184-197/+802
* Refactor array data operationsAndrei Golubev2020-08-181-99/+46
* Follow through on ### Qt6 comments in qglobal.hEdward Welbourne2020-08-182-21/+1
* Refine precoditions and logic of array operationsAndrei Golubev2020-08-182-12/+17
* Extend array operations tests with extra casesAndrei Golubev2020-08-182-15/+481
* Remove Qt 5.1 binary-compatibility warningJoerg Bornemann2020-08-182-10/+0
* CMake: Re-generate src/network/configure.cmakeJoerg Bornemann2020-08-181-1/+1
* QCache: Fix the usage of std::is_nothrow_assignable_vMartin Storsjö2020-08-181-1/+1
* CMake: Fix usage of ccache when no executable was foundAlexandru Croitor2020-08-181-3/+8
* rhi: sanityCheckGraphicsPipeline handle no vertex attributesPaul Lemire2020-08-182-14/+1
* Use qsizetype for size in QJsonArray and QJsonObjectSona Kurazyan2020-08-189-133/+140
* macOS: Remove support for surface-backed viewsTor Arne Vestbø2020-08-188-416/+32
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-174-22/+29