aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets/qquickwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix non-OpenGL usage of QQuickWidget::setContent(QUrl(), nullptr, root)Allan Sandfeld Jensen2022-08-261-1/+4
* Use SPDX license identifiersLucie Gérard2022-06-141-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
* Fix build without openglSamuli Piippo2020-06-021-2/+7
* Fix QQuickWidget when RHI is disabledPeter Varga2020-06-021-1/+4
* Enable QQuickWidget with OpenGL over RHILaszlo Agocs2020-05-271-39/+81
* Allow redirecting QRhi-based rendering via QQuickRenderControlLaszlo Agocs2020-04-111-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-9/+24
|\
| * Resize offscreen window when QQuickWidget is resizedMitch Curtis2020-03-241-9/+24
| * Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-7/+7
* | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-1/+3
* | Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-3/+3
* | Remove D3D12 scenegraph backendLaszlo Agocs2020-01-061-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-121-6/+5
|\|
| * Make the initialization failure dialog sensible with QRhiLaszlo Agocs2019-11-281-4/+3
| * Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-081-1/+3
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-1/+3
| |\
| | * Set the screen on the QOpenGLContext to be the same as the windowv5.13.2Andy Shaw2019-10-181-1/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-111-1/+10
|\| |
| * | Handle context loss in QQuickWidgetDavid Edmundson2019-10-081-1/+10
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-071-0/+7
|\| |
| * | QQuickWidget: state that we want premul alpha based blendingLaszlo Agocs2019-09-111-0/+7