aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets/qquickwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.5.8-lts' into tqtc/lts-6.5-opensourcev6.5.8-lts-lgplTarja Sundqvist2025-12-031-0/+1
|\
| * QQuickWidget: resize offscreen window before its content itemVolker Hilsheimer2024-11-291-0/+1
* | Merge tag 'v6.5.7-lts' into tqtc/lts-6.5-opensourcev6.5.7-lts-lgplTarja Sundqvist2025-10-091-4/+12
|\|
| * QQuickWidget: Clamp texture sizeLaszlo Agocs2024-08-271-1/+11
| * QQuickWidgets: Don't recreate root item on window changeOlivier De Cannière2024-06-201-3/+1
* | Merge tag 'v6.5.6-lts' into tqtc/lts-6.5-opensourceTarja Sundqvist2025-04-291-17/+29
|\|
| * Use new QWidgetPrivate::rhi() helper method for accessing QWidget RHITor Arne Vestbø2024-04-041-17/+12
| * QQuickWidget: don't set WA_AcceptTouchEvents on macOSShawn Rutledge2024-03-051-0/+17
* | Merge tag 'v6.5.5-lts' into tqtc/lts-6.5-opensourceTarja Sundqvist2025-01-291-8/+22
|\|
| * QQuickWidget: accept touchpoint even if it has a passive grabShawn Rutledge2024-01-221-1/+1
| * QQuickWidget: Clean up if RHI goes away under our feetTor Arne Vestbø2024-01-161-1/+17
| * qquickwidget: Try to initialize rhi on renderSceneGraphDavid Redondo2023-12-201-6/+4
* | Revert "Update commercial SPDX-License-Identifier"Tarja Sundqvist2025-01-031-1/+1
|/
* Update commercial SPDX-License-IdentifierTarja Sundqvist2023-10-231-1/+1
* QQuickWidget: give each mapped mouse event the same QEventPointShawn Rutledge2023-07-281-0/+6
* Fix problem with subFocusItem on non-OpenGL QSGAllan Sandfeld Jensen2023-04-071-1/+1
* Fix build with -no-feature-graphicsviewTasuku Suzuki2023-01-171-0/+2
* QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2022-12-231-2/+17
* Update QQuickWidget::texture() override because of signature changeKristoffer Skau2022-12-051-3/+3
* Make the pipeline cache real and move some settings to QGraphicsConfigLaszlo Agocs2022-09-161-1/+10
* Fix non-OpenGL usage of QQuickWidget::setContent(QUrl(), nullptr, root)Allan Sandfeld Jensen2022-08-261-1/+4
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QuickWidgets: includemocsMarc Mutz2022-04-291-0/+2
* Make QQuickWidget play nicer with the software backendLaszlo Agocs2022-03-251-5/+20
* Make QQuickWidget QRhi-basedLaszlo Agocs2022-03-181-281/+277
* Doc: Turn notes into section in QQuickWidget overviewKai Köhne2022-02-181-7/+12
* Make sure QQuickWidget and its offscreen window's screens are always in syncVlad Zahorodnii2022-02-081-15/+11
* Fix focus for items inside a QQuickWidget in a QGraphicsProxyWidgetPaul Olav Tvete2021-12-071-6/+72
* Check for nullptr in QQuickWidgetPrivate::render()Shawn Rutledge2021-06-041-1/+2
* Implement accessibility for QQuickWidgetMorten Johan Sørvig2021-06-011-7/+17
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-3/+9
* QQuickWidget/Documentation: Mention the need to set the graphics APIFriedemann Kleint2021-02-111-3/+7
* quickwidgets: fix build with -no-feature-messageboxNick Shaforostov2021-02-011-1/+3
* fixs wayland qtwebeneine application webpage close crashMa Aiguo2021-01-151-2/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-281-6/+6
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-3/+3
* Propagate focusObjectChanged signal (second attempt)Eskil Abrahamsen Blomfeldt2020-09-081-0/+13
* Revert "QQuickWidget: Propagate focusObjectChanged"Eskil Abrahamsen Blomfeldt2020-09-021-1/+0
* QQuickWidget: Propagate focusObjectChangedEskil Abrahamsen Blomfeldt2020-08-311-0/+1
* Revive QQuickWidget renderingLaszlo Agocs2020-08-311-0/+5
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-301-1/+1
* Fix more deprecated accessorsShawn Rutledge2020-07-291-3/+3
* Doc:Update docs with cmake package informationNico Vertriest2020-07-021-0/+1
* Follow QQuickGraphicsDevice changes in QQuickRenderTargetLaszlo Agocs2020-06-261-1/+1
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-221-1/+1
* QQuickWidget: do not crash when failing to make context currentLaszlo Agocs2020-06-221-1/+5
* Remove the GL/ANGLE-ish QQuickWindowPrivate::contextCreationFailureMessageLaszlo Agocs2020-06-161-2/+2
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-6/+6
* Make render loops OpenGL cleanLaszlo Agocs2020-06-081-6/+5
* Remove winrtOliver Wolff2020-06-041-2/+2