summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename QtGui native interface implementation filesTor Arne Vestbø2020-10-1210-17/+12
* QPropertyBinding: compare QMetaType directlyFabian Kosmale2020-10-121-1/+1
* QPropertyObserver: mark as noexcecptFabian Kosmale2020-10-122-4/+4
* QUntypedPropertyBinding::QUntypedPropertyBinding: use member initializer listFabian Kosmale2020-10-121-1/+1
* QProperty: avoid needless std::function copyingFabian Kosmale2020-10-122-2/+2
* QProperty: make a few helpers constexprFabian Kosmale2020-10-122-2/+2
* Handle notifier list modification during iterationFabian Kosmale2020-10-124-25/+188
* Add Qt Marketplace link as an external pageJerome Pasion2020-10-121-0/+5
* Remove an unneeded includeSona Kurazyan2020-10-121-2/+0
* Improve QRectF::toRect()Allan Sandfeld Jensen2020-10-122-7/+14
* QPropertyChangeHandler: mark as nodiscardFabian Kosmale2020-10-121-1/+1
* Add an example to the documentation of QImage::scanLine()Mitch Curtis2020-10-122-0/+15
* Link to qAlpha in qRgb() and qRgba() docsMitch Curtis2020-10-121-2/+2
* 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