aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickwidgets/qquickwidget/tst_qquickwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickWidget: don't set WA_AcceptTouchEvents on macOSShawn Rutledge2024-03-041-1/+6
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QQuickWidget: accept touchpoint even if it has a passive grabShawn Rutledge2024-01-201-0/+41
* QQuickWidget: Clean up if RHI goes away under our feetTor Arne Vestbø2023-12-231-0/+19
* QQuickWidget: don't crash in accessibility when reparentingVolker Hilsheimer2023-04-181-0/+44
* Fix problem with subFocusItem on non-OpenGL QSGAllan Sandfeld Jensen2023-04-071-0/+45
* QQuickMouseArea: do not overload pressed-signalSami Shalayel2023-01-241-2/+2
* QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2022-12-221-0/+68
* Test MouseArea in QQuickWidgetShawn Rutledge2022-12-161-0/+30
* Port from container::count() and length() to size()Marc Mutz2022-10-071-4/+4
* Fix and un-blacklist tst_qquickwidget::synthMouseFromTouchShawn Rutledge2022-07-011-7/+8
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Android: partly re-enable tst_qquickwidgetIvan Solovev2022-04-111-3/+10
* Make QQuickWidget play nicer with the software backendLaszlo Agocs2022-03-251-16/+0
* Make QQuickWidget QRhi-basedLaszlo Agocs2022-03-181-2/+15
* Fix focus for items inside a QQuickWidget in a QGraphicsProxyWidgetPaul Olav Tvete2021-12-071-0/+94
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-1/+2
* Handle redirected rendering better in stylesLaszlo Agocs2021-08-231-0/+31
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-1/+1
* Don't copy or assign QEvent instances in testsVolker Hilsheimer2020-11-161-12/+12
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-281-2/+2
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-1/+1
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-221-1/+1
* Enable QQuickWidget with OpenGL over RHILaszlo Agocs2020-05-271-3/+6
* Update dependencies.yaml and adapt to API changes in qtbaseSimon Hausmann2020-04-221-1/+1
* Resize offscreen window when QQuickWidget is resizedMitch Curtis2020-03-241-0/+70
* QQuickWidget: fix missing update on show event for software rendererKirill Burtsev2019-05-281-3/+0
* Quick fix for not working input handling for eglfsMichal Klocek2019-04-151-2/+2
* Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-041-1/+4
* stabilize and standardize tst_qquickwidgetShawn Rutledge2018-12-191-14/+14
* tst_qquickwidget::enterLeave(): Handle varying screen setupsFriedemann Kleint2018-12-071-5/+9
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-2/+2
* Pass on tab presses to the offscreen window to handle firstAndy Shaw2018-04-111-1/+39
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-1/+118
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-051-1/+118
| |\
| | * add tst_qquickwidget::synthMouseFromTouch testShawn Rutledge2018-02-031-2/+117
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-0/+29
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-0/+29
| |\|
| | * Use localPos for windowPos when passing mouse events to QQuickWidgetv5.9.4Ulf Hermann2018-01-171-0/+29
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-0/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-131-0/+25
| |\|
| | * QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-061-0/+25
* | | Enable tests for boot2qtSami Nurmenniemi2017-09-211-0/+4
|/ /
* / Update layout when QQuickWidget changes sizePaul Olav Tvete2017-08-161-0/+37
|/
* Add a unit-test for QQuickWidget::grab()Sérgio Martins2017-07-141-0/+10
* Forward ShortcutOverride in QQuickWidgetLaszlo Agocs2017-05-291-0/+33
* Make keyboard events work in QQuickWidgetLaszlo Agocs2017-03-291-0/+28
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-0/+13
|\
| * Lazy create QmlEngine on accessing rootContextAllan Sandfeld Jensen2016-06-271-1/+5