summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move textedit example to manual testTor Arne Vestbø2023-06-291-4/+0
* Move tetrix example to manual testTor Arne Vestbø2023-06-294-4/+3
* Move styles example to manual testTor Arne Vestbø2023-06-292-76/+1
* Move stylesheets example to manual testTor Arne Vestbø2023-06-293-17/+2
* Move MDI example to manual testTor Arne Vestbø2023-06-292-2/+2
* permissions: Handle unknown permission statuses gracefullyTor Arne Vestbø2023-06-294-8/+17
* permissions: Handle EKAuthorizationStatusWriteOnly on macOS 14/iOS 17Tor Arne Vestbø2023-06-291-4/+16
* CoreText: Handle failure to find matching theme font descriptorsTor Arne Vestbø2023-06-291-1/+1
* Make qt_noop() constexpr and noexcept (for C++)Marc Mutz2023-06-291-1/+8
* Remove all class-level [[nodiscard]] from the code-baseMarc Mutz2023-06-2810-14/+14
* QGtk3Theme: Do not default Active WindowText to button foregroundAxel Spoerl2023-06-281-1/+1
* Pass CMAKE_OSX_SYSROOT to syncqt CMAKE_FLAGSAlexey Edelev2023-06-281-0/+5
* De-inline QGenericRunnable overridesMarc Mutz2023-06-282-9/+15
* wasm: fix touch -> mouse event synth on SafariMorten Sørvig2023-06-281-1/+4
* rhi: gl: metal: Enable depth-stencil correctly with multiviewLaszlo Agocs2023-06-284-1/+22
* rhi: gl: Correct data type for D24 and D24S8Laszlo Agocs2023-06-281-2/+6
* rhi: gl: Enable depth texture for multiviewLaszlo Agocs2023-06-281-3/+10
* rhi: Use a depth/stencil texture in the multiview manual testLaszlo Agocs2023-06-281-0/+20
* rhi: d3d: Handle the case of passing in a texture array as depthTextureLaszlo Agocs2023-06-282-0/+42
* Move item views puzzle example to manual testTor Arne Vestbø2023-06-282-3/+1
* Move image viewer example to manual testTor Arne Vestbø2023-06-281-5/+1
* Evaluate the QT_ANDROID_DEPLOYMENT_SETTINGS_FILE propertyAlexey Edelev2023-06-281-1/+5
* QBindable: Add doc example for ctor taking property nameFabian Kosmale2023-06-281-1/+8
* Move icons example to manual testTor Arne Vestbø2023-06-283-7/+23
* QProcess/Unix: block all Unix signals between vfork() and exec()Thiago Macieira2023-06-281-1/+48
* Windows QPA: minor code simplificationYuhang Zhao2023-06-281-15/+9
* QtGui: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-285-6/+6
* QtWidgets: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-284-5/+5
* QDialogButtonBox - code cleanupAxel Spoerl2023-06-284-94/+172
* QXmlStreamReader: make fastScanName() indicate parsing status to callersAhmad Samir2023-06-284-12/+49
* QXmlStreamReader: change fastScanName() to take a Value*Ahmad Samir2023-06-284-11/+13
* rhi: d3d12: Provide DXC_ defines if they are missingLaszlo Agocs2023-06-271-1/+11
* QTest: port qSleep() to std::this_thread::sleep_forAhmad Samir2023-06-271-13/+7
* Introduce QT_SYNC_HEADERS_AT_CONFIGURE_TIME flagAlexey Edelev2023-06-271-24/+36
* QWizard: Support fractional DPR on WindowsMorten Sørvig2023-06-272-3/+3
* Windows QPA: Move transient children with a window moveTimothée Keller2023-06-272-0/+52
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-279-11/+8
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-2715-22/+23
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-2711-33/+0
* QNetworkReply: Propagate proxy errors properlyMichael Klein2023-06-272-2/+17
* Update windeployqt with dxcLaszlo Agocs2023-06-273-0/+66
* SSL: upgrade the default DH parametersGiuseppe D'Angelo2023-06-272-8/+17
* QStorageInfo/Linux: use readAll() with /proc/self/mountinfoAhmad Samir2023-06-274-296/+423
* rhi: metal: Add support for multiview renderingLaszlo Agocs2023-06-273-29/+110
* rhi: d3d12: Handle wants-debug-info flag on the dxc pathLaszlo Agocs2023-06-261-9/+27
* rhi: gl: Implement msaa resolve for multiviewLaszlo Agocs2023-06-261-22/+27
* rhi: gl: Make resolve on par with other backendsLaszlo Agocs2023-06-262-28/+115
* rhi: d3d12: Fix resolving with multiviewLaszlo Agocs2023-06-261-7/+10
* rhi: vulkan: Fix multisample resolve with multiviewLaszlo Agocs2023-06-262-7/+36
* QMetaContainer: add missing #include <iterator>Thiago Macieira2023-06-261-0/+2