summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-059-157/+93
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-056-36/+0
* Move Q_ASSUME and Q_UNREACHABLE to qassert.hSona Kurazyan2022-08-054-74/+75
* Move Q_CHECK_PTR and related helpers to qassert.hSona Kurazyan2022-08-054-77/+83
* Fix generation of the forward header for QFunctionPointerSona Kurazyan2022-08-052-1/+4
* Extract header qassert.h from qglobal.hSona Kurazyan2022-08-056-90/+127
* Move qt_error_string to qlogging.hSona Kurazyan2022-08-053-4/+4
* rhi: metal: Defer also compute pipeline releasingLaszlo Agocs2022-08-051-11/+27
* QStringIterator: fix UB [2/2]: use std::less to compare pointersMarc Mutz2022-08-051-5/+8
* QBindingObserverPtr: add noexceptFabian Kosmale2022-08-051-5/+5
* Pull some processing out of environmentMutex critical sectionsMarc Mutz2022-08-041-4/+12
* Port qenvironmentvariables.cpp to qsizetypeMarc Mutz2022-08-041-5/+4
* Add Latin 1 case-insensitive Boyer-Moore searcherØystein Heskestad2022-08-041-22/+71
* QDomDocument: Add a way to enable spacing-only text nodesSona Kurazyan2022-08-045-8/+26
* moc: use C++ constexpr to generate the meta object string dataThiago Macieira2022-08-042-0/+79
* moc: move some of the helpers into a header dedicated to itThiago Macieira2022-08-044-15/+51
* 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
* Fix a date-time with invalid QTime to use a valid oneEdward Welbourne2022-08-041-1/+1
* Fix initialization of QDateEdit and QTimeEditEdward Welbourne2022-08-041-2/+2
* Fix handling of invalid input to Q(Date|Time)Edit constructorsEdward Welbourne2022-08-041-2/+2
* 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-031-0/+27