aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets
Commit message (Expand)AuthorAgeFilesLines
* QQuickWidget: Fix incorrect behavior after starting out fully offscreenLaszlo Agocs10 days2-7/+24
* Remove per-library QT_NO_FOREACHMarc Mutz2026-03-251-1/+0
* QtQuick: Don't double-delete misfitting objects in QQuickWidgetUlf Hermann2026-03-101-3/+1
* QQuickWidget: Remove note about tab-key limitationTor Arne Vestbø2026-02-161-6/+0
* QQuickWidget: Preserve clear color on window changeMiikka Heikkinen2026-02-061-0/+3
* Add all .qdoc files to their respective projectsUlf Hermann2026-01-221-0/+5
* Doc: Use explicit links instead of auto-linkingDavid Boddie2025-11-071-2/+3
* Doc: add links to the QQuickWidget examples to the submodule pageAlexei Cazacov2025-10-011-0/+9
* a11y: support attributes for QQuickWidgetVolker Hilsheimer2025-06-162-2/+2
* fix QQuickWidget memory corruption in setSourceMasoud Jami2025-04-021-2/+2
* QAccessible: Improve accessibility for QQuickWidget offscreen itemsMohammadHossein Qanbari2025-03-171-1/+3
* QQuickWidget: Add loadFromModule API's for pairity with QQuickViewAndy Nichols2024-12-083-9/+71
* Replace deprecated QImage::mirror(ed) with flip(ped)Volker Hilsheimer2024-12-021-1/+1
* Alert when we are notifying semi-dead change listenersVolker Hilsheimer2024-12-011-1/+1
* QQuickWidget: resize offscreen window before its content itemVolker Hilsheimer2024-11-211-0/+1
* QQuickWidget: Update initial contentItem sizeDavid Edmundson2024-11-081-0/+1
* Add missing includesFabian Kosmale2024-10-241-0/+1
* QQuickWidget: Assign focus to offscreen window when focus chain wrapsMohammadHossein Qanbari2024-10-011-6/+37
* QQuickWidget: Add setInitialProperties API for pairity with QQuickViewAndy Nichols2024-09-033-5/+31
* QQuickWidget: Clamp texture sizeLaszlo Agocs2024-08-151-1/+11
* QQuickWidgets: Don't recreate root item on window changeOlivier De Cannière2024-06-191-3/+1
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-111-1/+0
* Enable QQuickWidget flushing to native child widgetsTor Arne Vestbø2024-06-041-6/+0
* Doc: Improve QQuickWidget constructor documentationKai Köhne2024-05-062-11/+10
* QQuickWidget: Set WA_AcceptTouchEvents in all constructorsKai Köhne2024-05-061-22/+21
* Use new QWidgetPrivate::rhi() helper method for accessing QWidget RHITor Arne Vestbø2024-04-031-17/+12
* QQuickWidget: Play nice with Vulkan and offscreen grabbingLaszlo Agocs2024-03-061-1/+7
* QQuickWidget: don't set WA_AcceptTouchEvents on macOSShawn Rutledge2024-03-041-0/+17
* QQuickWidget: accept touchpoint even if it has a passive grabShawn Rutledge2024-01-201-1/+1
* QQuickWidget: Clean up if RHI goes away under our feetTor Arne Vestbø2023-12-231-1/+17
* Fix QQuickWidget rendering API mapping for D3D12Laszlo Agocs2023-09-041-0/+2
* QQuickWidget: give each mapped mouse event the same QEventPointShawn Rutledge2023-07-281-0/+6
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-1/+1
* QQuickWindow track changes via DevicePixelRatioChange eventDavid Edmundson2023-05-111-2/+7
* Fix crashes after 645aaa25b17Michal Klocek2023-04-192-3/+9
* QQuickWidget: don't crash in accessibility when reparentingVolker Hilsheimer2023-04-182-6/+24
* Fix problem with subFocusItem on non-OpenGL QSGAllan Sandfeld Jensen2023-04-071-1/+1
* qquickwidget: Try to initialize rhi on renderSceneGraphDavid Redondo2023-03-171-6/+4
* Fix build with -no-feature-graphicsviewTasuku Suzuki2023-01-171-0/+2
* QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2022-12-221-2/+17
* Update QQuickWidget::texture() override because of signature changeKristoffer Skau2022-12-052-4/+4
* Make the pipeline cache real and move some settings to QGraphicsConfigLaszlo Agocs2022-09-161-1/+10
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Fix non-OpenGL usage of QQuickWidget::setContent(QUrl(), nullptr, root)Allan Sandfeld Jensen2022-08-261-1/+4
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-119-330/+18
* QuickWidgets: includemocsMarc Mutz2022-04-291-0/+2
* Doc: Add Qt Quick Widgets module landing pageAndreas Eliasson2022-04-041-0/+80
* Make QQuickWidget play nicer with the software backendLaszlo Agocs2022-03-252-5/+21
* Make QQuickWidget QRhi-basedLaszlo Agocs2022-03-183-306/+292