summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve QRgb documentationMitch Curtis2020-10-122-1/+13
* Protect QImage work on shutdownAllan Sandfeld Jensen2020-10-124-7/+7
* Avoid heap-buffer-overflowRobert Loehning2020-10-121-1/+1
* FileChooser portal: skip empty filters to avoid rejection from portalsJan Grulich2020-10-121-0/+5
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-1214-43/+287
* Cleanup qshareddata.h noexcept statusAllan Sandfeld Jensen2020-10-111-46/+44
* rhi: d3d: Save a few cycles in bindShaderResourcesLaszlo Agocs2020-10-113-121/+144
* rhi: d3d: Calculate dynamic offset usage upfrontLaszlo Agocs2020-10-112-9/+17
* rhi: vk: Avoid shadowing local variableLaszlo Agocs2020-10-111-5/+6
* rhi: Regenerate shaders for some manual testsLaszlo Agocs2020-10-1110-1/+0
* rhi: vk: Skip buffer/texture registration on read-after-readLaszlo Agocs2020-10-111-6/+19
* rhi: gl: vk: Pre-calculate the flags for dyn.offsetLaszlo Agocs2020-10-114-48/+54
* rhi: gl: d3d: Reduce the size of the Command structLaszlo Agocs2020-10-115-23/+36
* rhi: Add a many cubes manual testLaszlo Agocs2020-10-1112-11/+290
* rhi: gl: Move some code out of the inner loopsLaszlo Agocs2020-10-111-4/+4
* rhi: Add support for full, direct buffer updatesLaszlo Agocs2020-10-1113-6/+160
* Make the named QColorSpace constructor thread-safeAllan Sandfeld Jensen2020-10-101-5/+24
* Add porting section for QtConcurrent and related classesSona Kurazyan2020-10-091-0/+70
* Make result finding procedure in ResultStore a free-standing functionAndrei Golubev2020-10-091-28/+38
* Clear pending results in ResultStoreAndrei Golubev2020-10-092-9/+93
* MinGW: Fix static build using PCHCristian Adam2020-10-092-1/+7
* Clean up tst_QLocale::testNames(), give better message on failureEdward Welbourne2020-10-091-27/+28
* Update util/locale_database/'s README and timezone script instructionsEdward Welbourne2020-10-092-7/+10
* CMake: Do not use versionless targets in examples (Qt Core)Kai Koehne2020-10-092-6/+6
* Fix a compile error on Android in debug buildsLars Knoll2020-10-091-2/+2
* Fix warning: 'open' has superfluous mode bits; missing O_CREAT?Alessandro Portale2020-10-091-1/+1
* Disable spurious warning with gcc 9.3Paul Olav Tvete2020-10-091-0/+5
* win: Set correct target mkspec for qmake builds for arm64 buildsOliver Wolff2020-10-091-1/+5
* rename win32-arm64-msvc2017 to win32-arm64-msvcOliver Wolff2020-10-092-1/+1
* Windows Vista/XP Styles: Remove XP-specific codeFriedemann Kleint2020-10-091-410/+0
* CMake: Fix tool targets for top-level cross-buildsJoerg Bornemann2020-10-091-0/+6
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-092-2/+53
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-092-29/+99
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-092-16/+47
* Avoid repeated date-time formatting in test data namingEdward Welbourne2020-10-091-14/+16
* Fix a compiler warning on AndroidLars Knoll2020-10-081-1/+1
* tst_QTcpSocket::connectToHostError - increase the timeoutTimur Pocheptsov2020-10-081-4/+5
* Avoid double pixel-ratio scaling of dbus tray iconsAllan Sandfeld Jensen2020-10-082-10/+11
* Allow getting a const pointer out of a variant containing pointerFawzi Mohamed2020-10-082-0/+19
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-085-35/+35
* pro2cmake: Translate qmake's install_qmltypes CONFIG optionUlf Hermann2020-10-081-0/+3
* QNetworkRequest: Close gap in enumMÃ¥rten Nordheim2020-10-081-1/+1
* Add links to Qt 3D Studio and Qt Design StudioJerome Pasion2020-10-081-0/+10
* Do not build tests and examples by default for configure -cmakeKai Koehne2020-10-081-16/+26
* CMake: Remove outdated info from README.mdKai Koehne2020-10-081-3/+0
* rhi: gl: Silence incorrect compiler warnings about uninitialized useLaszlo Agocs2020-10-081-3/+3
* rhi: gl: Drop the unused WRAP_R memberLaszlo Agocs2020-10-082-5/+0
* rhi: gl: Fix missing texture bindingsLaszlo Agocs2020-10-081-5/+7
* Do not trigger actions disabled directly or on group levelAllan Sandfeld Jensen2020-10-081-2/+5
* Fix compilation on MSVC with /std:c++latestLars Knoll2020-10-081-6/+1