aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickwidgets/qquickwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-091-0/+7
|\
| * qqw: Invalidate and reinitialize the scenegraph correctlyLaszlo Agocs2022-06-171-0/+7
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* Propagate focusObjectChanged signal (second attempt)Eskil Abrahamsen Blomfeldt2020-09-111-0/+13
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-311-1/+1
* QQuickWidget: do not crash when failing to make context currentLaszlo Agocs2020-06-231-1/+5
* 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
* 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.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
* | Handle context loss in QQuickWidgetDavid Edmundson2019-10-081-1/+10
* | QQuickWidget: state that we want premul alpha based blendingLaszlo Agocs2019-09-111-0/+7
* | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-131-2/+0
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-2/+7
|\|
| * QQuickWidget: fix missing update on show event for software rendererKirill Burtsev2019-05-281-2/+7
* | Add a feature for Drag&Drop support in Qt QuickUlf Hermann2019-05-231-3/+3
|/
* Quick fix for not working input handling for eglfsMichal Klocek2019-04-151-13/+18
* Re-enable the software rendered when Qt is built without threadsSimon Hausmann2018-09-101-2/+0
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+2
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Pass on tab presses to the offscreen window to handle firstAndy Shaw2018-04-111-0/+22
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-23/+23
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-231-1/+5
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-11/+42
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-11/+42
| |\
| | * Use localPos for windowPos when passing mouse events to QQuickWidgetv5.9.4Ulf Hermann2018-01-171-9/+9
| | * Don't recreate QOpenGLContext when the application is sharing contextsAndy Shaw2018-01-121-1/+1
| | * Remap the coordinates in QInputMethodQueryEvent based on widgetWeng Xuetian2017-12-171-1/+32
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-7/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-7/+10
| |\|
| | * QQuickWidget: preserve QMouseEvent::source when mapping to the QQ windowShawn Rutledge2017-12-061-7/+10
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-0/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-131-0/+9
| |\|
| | * QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-061-0/+9
* | | Port away from QRegion::rects()Marc Mutz2017-12-051-3/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-2/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-0/+6
| |\|
| | * Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-171-0/+6
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-2/+4
| |\|
| | * Make input method events work in QQuickWidgetv5.9.2Paul Olav Tvete2017-09-281-2/+4
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-051-1/+1
|\|
| * Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-1/+1
* | Update layout when QQuickWidget changes sizePaul Olav Tvete2017-08-161-0/+1
|/
* Support non-integer pixel-ratio in QQuickWidgetAllan Sandfeld Jensen2017-06-221-6/+8
* Forward ShortcutOverride in QQuickWidgetLaszlo Agocs2017-05-291-0/+3
* Software: Fix QQuickWidget rendering in QMdiAreaAndy Nichols2017-05-231-1/+1