summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rhi: Add missing \internal doc commandsTor Arne Vestbø2020-10-121-0/+3
* Exclude all modifiers as candidates for shortcutsTor Arne Vestbø2020-10-121-1/+1
* Remove dead codeLars Knoll2020-10-1214-98/+4
* Enable the Android style plugin for the cmake buildLars Knoll2020-10-122-1/+21
* QtNetwork: add documentation about porting from Qt 5 to Qt 6Timur Pocheptsov2020-10-121-1/+142
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-121-6/+23
* Make QtConcurrent docs more readableSona Kurazyan2020-10-123-6/+125
* Eliminate the extra copy in QtConcurrent's blocking methodsSona Kurazyan2020-10-122-32/+32
* Temporarily disable QFuture::takeResult() methodSona Kurazyan2020-10-123-25/+40
* Fix build when configuring with -sanitize thread on gccMitch Curtis2020-10-121-1/+1
* CMake: Set some additional info variables in Qt6CoreConfigExtrasAlexandru Croitor2020-10-121-0/+2
* CMake: Introduce Qt6::Startup targetAlexandru Croitor2020-10-123-8/+107
* Fix copyright year of tinycborKai Koehne2020-10-121-1/+1
* Fix "Runing" typo in CMake configDavid Skoland2020-10-121-1/+1
* QMetaType: Avoid combination of extern and declspec(__dllexport) on MSVCUlf Hermann2020-10-122-5/+19
* macOS: Always include non-GL native interfacesTor Arne Vestbø2020-10-121-3/+4
* 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-123-25/+135
* Remove an unneeded includeSona Kurazyan2020-10-121-2/+0
* Improve QRectF::toRect()Allan Sandfeld Jensen2020-10-121-1/+8
* 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-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