summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: don't create a registry just to query its emptiness [2/2]Marc Mutz2022-08-061-2/+2
* QMetaType: make all atomic operations explicitMarc Mutz2022-08-061-3/+4
* QFixed: add implicit conversion from long longMarc Mutz2022-08-051-0/+1
* macOS: Check m_platformWindow before processing key event after shortcutTimur Pocheptsov2022-08-051-1/+1
* Doc: Fix return type of QLEInteger/QBEInteger post-in/decrement opsJoerg Bornemann2022-08-051-4/+4
* rhi: gl: Unify end/finish behaviorLaszlo Agocs2022-08-051-0/+12
* Pull some processing out of environmentMutex critical sectionsMarc Mutz2022-08-051-4/+12
* Port qenvironmentvariables.cpp to qsizetypeMarc Mutz2022-08-051-5/+4
* macOS: Don't ifdef out code to resolve display name that might be usedTor Arne Vestbø2022-08-051-2/+0
* eglfs: Fix crash when painting the mouse cursor in a multiscreen setupDominik Holland2022-08-051-5/+5
* Fix generation of the forward header for QFunctionPointerSona Kurazyan2022-08-052-1/+4
* rhi: metal: Defer also compute pipeline releasingLaszlo Agocs2022-08-051-11/+27
* Explicitly disable bitcode for iOS applicationsTor Arne Vestbø2022-08-051-0/+20
* QStringIterator: fix UB [2/2]: use std::less to compare pointersMarc Mutz2022-08-051-5/+8
* eglfs: Ensure correct z-order of windowsSérgio Martins2022-08-052-3/+52
* eglfs: Fix mouse events not being delivered to the frontmost windowSergio Martins2022-08-052-0/+20
* Remove if_types.h workaround for watchOSTor Arne Vestbø2022-08-052-24/+0
* Fix QString::arg() for format strings with a huge amount of placeholdersMarc Mutz2022-08-051-1/+1
* Fix several more improperly placed #include mocThiago Macieira2022-08-0412-26/+26
* Fix composition of render-to-texture widgets on big endianMarcus Comstedt2022-08-046-13/+23
* Skip potentially costly features in QVulkanWindowLaszlo Agocs2022-08-041-10/+19
* Fix qYieldCpu() for ARM < ARMv7Marc Mutz2022-08-041-1/+1
* update function argument of SSL_CTX_set_optionsMichael Saxl2022-08-044-7/+12
* rhi: vulkan: Enable all but one of the 1.0 core featuresLaszlo Agocs2022-08-041-17/+15
* QtHttp: Lower the severity of some log outputMårten Nordheim2022-08-041-5/+4
* QByteDataBuffer: assert an undocumented preconditionMarc Mutz2022-08-041-0/+1
* Eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-08-041-7/+0
* Statically assert that the __mips_dsp code is only active on 32-bitMarc Mutz2022-08-041-0/+4
* Fix QString::arg() for format strings > 2Gi charactersMarc Mutz2022-08-041-1/+1
* Defer release of QMetalGraphicsPipeline objectsAndy Nichols2022-08-031-7/+16
* moc: handle attributes in class declarationsFabian Kosmale2022-08-031-0/+3
* rhi: vulkan: Improve alpha swapchain logicLaszlo Agocs2022-08-031-10/+34
* SQLite: Update SQLite to v3.39.2Andy Shaw2022-08-033-5775/+10259
* Disable constinit for MSVC compilersOliver Wolff2022-08-033-8/+5
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-036-22/+14
* QSysInfo::prettyProductName(): add missing macOS product namesYuhang Zhao2022-08-031-2/+9
* Evaluate TranslucentBackground when (re)creating the windowLaszlo Agocs2022-08-031-0/+2
* rhi: gl: Avoid magic adjustments to the context/window formatLaszlo Agocs2022-08-032-29/+12
* rhi: gl: Reset the buffer bindings on beginExternalLaszlo Agocs2022-08-031-1/+7
* eglfs: Fix screen cloning when atomic is enabledLaszlo Agocs2022-08-031-5/+6
* qUtf16Printable: avoid creating a copy of a QStringSona Kurazyan2022-08-031-1/+1
* Windows: Implement dark mode palette and accent color supportVolker Hilsheimer2022-07-292-78/+164
* Revert "CUPS: Add support for accessible IPP printers"Volker Hilsheimer2022-07-281-5/+2
* Fix race condition with QTest::ignoreMessageAndré Klitzing2022-07-281-0/+9
* Fix build with missing qml-root-pathAndré Klitzing2022-07-281-1/+1
* CMake: Add per-target support for iOS launch screensAlexandru Croitor2022-07-281-47/+104
* QMetaType: fix QMetaTypes for non-const referencesThiago Macieira2022-07-282-10/+20
* QMetaType: move is_complete template further upThiago Macieira2022-07-281-15/+14
* Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)Axel Spoerl2022-07-271-5/+8
* CMake: Fix install destination of in-tree examplesAlexandru Croitor2022-07-271-0/+1