summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of invalid input to Q(Date|Time)Edit constructorsEdward Welbourne2022-08-042-4/+3
* Expand QDateTime edit constructor tests to cover Q(Date|Time)EditEdward Welbourne2022-08-041-20/+51
* Simplify the data tables for some QDateTimeEdit constructor testsEdward Welbourne2022-08-041-75/+30
* Skip potentially costly features in QVulkanWindowLaszlo Agocs2022-08-041-10/+19
* Fix qYieldCpu() for ARM < ARMv7Marc Mutz2022-08-041-1/+1
* Move q{,Utf8, Utf16}Printable to qstring.hSona Kurazyan2022-08-046-89/+86
* 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
* qoverload.h: add the missing QT_{BEGIN, END}_NAMESPACE macrosSona Kurazyan2022-08-041-0/+6
* Add keyword msvc-2022 to testlib blacklistingOliver Wolff2022-08-041-1/+3
* QtHttp: Lower the severity of some log outputMårten Nordheim2022-08-041-5/+4
* QLatin1StringView: delegate operator== to QByteArrayViewThiago Macieira2022-08-043-3/+3
* QByteArray: delegate more of operator== & !+ to QByteArrayViewThiago Macieira2022-08-041-4/+4
* QVariant: pass the size and alignment to PrivateShared::create()Thiago Macieira2022-08-032-11/+6
* QVariant: don't leak PrivateShared if the constructor throwsThiago Macieira2022-08-031-9/+22
* QVariant: add noexcept to fromValue when possibleThiago Macieira2022-08-031-4/+7
* QVariant: reorganize the constructors in the headerThiago Macieira2022-08-031-33/+29
* eglfs: Ensure correct z-order of windowsSérgio Martins2022-08-042-3/+52
* eglfs: Fix mouse events not being delivered to the frontmost windowSergio Martins2022-08-042-0/+20
* Remove if_types.h workaround for watchOSTor Arne Vestbø2022-08-042-24/+0
* Bump QVulkan(Device)Functions to Vulkan 1.3Laszlo Agocs2022-08-043-1454/+7625
* QByteDataBuffer: assert an undocumented preconditionMarc Mutz2022-08-041-0/+1
* Eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-08-041-7/+0
* Fix QString::arg() for format strings > 2Gi charactersMarc Mutz2022-08-041-1/+1
* Statically assert that the __mips_dsp code is only active on 32-bitMarc Mutz2022-08-041-0/+4
* QAbstractNativeEventFilter: Fix the Mac example class nameLaszlo Papp2022-08-041-1/+1
* CMake: Override simulator architecture to x86_64 for Xcode generatorTor Arne Vestbø2022-08-032-2/+29
* Defer release of QMetalGraphicsPipeline objectsAndy Nichols2022-08-031-7/+16
* moc: handle attributes in class declarationsFabian Kosmale2022-08-032-1/+4
* cmake: Share most finalizers between macOS and iOS appsTor Arne Vestbø2022-08-031-6/+11
* QDom: use QDomDocument::ParseResult for storing the error infoSona Kurazyan2022-08-033-26/+9
* Improve QDomDocument::setContent() APISona Kurazyan2022-08-036-67/+360
* qmetaobject: Fix sign-compare warningFabian Kosmale2022-08-031-1/+1
* Use the correct module exports in qtloaderMikolaj Boc2022-08-031-4/+4
* rhi: d3d: Switch to DirectComposition for semi-transparent windowsLaszlo Agocs2022-08-033-153/+189
* rhi: vulkan: Improve alpha swapchain logicLaszlo Agocs2022-08-031-10/+34
* vulkan: Request an 1.3 instance if supportedLaszlo Agocs2022-08-031-9/+11
* Schannel: move final read to disconnected()Mårten Nordheim2022-08-031-119/+122
* Rearrange the skipping of a test to give a better messageEdward Welbourne2022-08-031-2/+4
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-034-10/+54
* CMake: Fix single standalone tests to use same Qt C++ language stdAlexandru Croitor2022-08-032-1/+5
* SQLite: Update SQLite to v3.39.2Andy Shaw2022-08-033-5775/+10259
* Disable constinit for MSVC compilersOliver Wolff2022-08-033-8/+5
* QSysInfo::prettyProductName(): add missing macOS product namesYuhang Zhao2022-08-031-2/+9
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-039-25/+17
* Add license headers to cmake filesLucie Gérard2022-08-031774-94/+5329
* CMake: Relax constraint on not having feature values changeAlexandru Croitor2022-08-031-1/+9
* CMake: Remove the CLASSNAME argument from qt6_add_pluginJoerg Bornemann2022-08-031-16/+0
* CMake: Remove internal __qt_add_plugin_*_args variablesJoerg Bornemann2022-08-031-37/+0
* CMake: Remove the now unused option __QT_INTERNAL_NO_INSTALLJoerg Bornemann2022-08-031-4/+0