summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QByteArray: inline QByteArray::isNull()Thiago Macieira2022-07-273-5/+10
* QMetaType: fix isRegistered()Thiago Macieira2022-07-261-3/+8
* CMake: Record the precise package name where Private modules liveAlexandru Croitor2022-07-261-1/+3
* CMake: Split 3rd party libs to be built before and after corelibAlexandru Croitor2022-07-262-12/+16
* CMake: Don't use AUTOMOC for third party librariesAlexandru Croitor2022-07-265-0/+5
* Port QStringIterator to qsizetypeMarc Mutz2022-07-262-8/+8
* Fix stringish::simplified() for strings > 2Gi charactersMarc Mutz2022-07-261-1/+1
* Port QUtf8BaseTraits to qsizetypeMarc Mutz2022-07-261-2/+2
* Port qt_doubleToAscii to qsizetypeMarc Mutz2022-07-263-5/+12
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-261-2/+2
* QLocale: port to qsizetype [1/N]: indexed to ranged loopsMarc Mutz2022-07-253-10/+8
* Fix QString::vasprintf for strings > 2GiBMarc Mutz2022-07-251-2/+2
* Fix QString::toLatin1() for strings > 16Gi characters on ARM64Marc Mutz2022-07-251-2/+2
* QStringIterator: fix UB [1/2]: use has{Next,Previous}() moreMarc Mutz2022-07-251-6/+6
* MySQL plugin: fix escaping a QByteArrayChristian Ehrlicher2022-07-251-1/+1
* Skip some spurious parentheses on macro argument usesEdward Welbourne2022-07-251-10/+10
* Skip semicolon after uses of QTRY_IMPL() and QTRY_LOOP_IMPL()Edward Welbourne2022-07-251-6/+8
* Move the early-failure checks in QTRY_IMPL()Edward Welbourne2022-07-251-6/+8