summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-1212-41/+69
* 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: 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: 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-091-9/+18
* MinGW: Fix static build using PCHCristian Adam2020-10-092-1/+7
* 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
* Windows Vista/XP Styles: Remove XP-specific codeFriedemann Kleint2020-10-091-410/+0
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-091-0/+9
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-091-11/+39
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-091-5/+16
* Fix a compiler warning on AndroidLars Knoll2020-10-081-1/+1
* 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-081-0/+7
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-084-20/+20
* QNetworkRequest: Close gap in enumMårten Nordheim2020-10-081-1/+1
* 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
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-07112-233/+233
* QApplicationPrivate: iterate QPointingDevPrv::activePoints values onlyShawn Rutledge2020-10-071-4/+4
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-072-20/+39
* Use fromIsoTimeString() in QDateTime::fromString() also for TextDateEdward Welbourne2020-10-071-37/+2
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-072-18/+19
* Smaller code cleanupLars Knoll2020-10-071-104/+55
* Optimize equality operators for string classesLars Knoll2020-10-075-13/+82
* Add porting section for QVector/QListAndrei Golubev2020-10-071-0/+89
* Cleanup the comparison operators for QVariantLars Knoll2020-10-071-37/+5
* Remove methods that shouldn't be in the OpenGL wrappersLars Knoll2020-10-079-1404/+0
* Fix use of \inheaderfileTor Arne Vestbø2020-10-071-1/+1
* Member initialization and default constructor for QProgressDialogPrivateChristian Heimlich2020-10-071-29/+15