aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect assumptions with Metal in tst_qquickwindowLaszlo Agocs2020-11-171-4/+8
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-171-13/+6
* Don't copy or assign QEvent instances in testsVolker Hilsheimer2020-11-161-25/+34
* Do grabs out of orderLaszlo Agocs2020-10-191-0/+28
* tests: Port qquickitemlayer and remove direct GL checksLaszlo Agocs2020-10-161-4/+0
* Remove obsolete autotest caseLaszlo Agocs2020-10-021-28/+0
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-241-6/+7
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-74/+38
* Blacklist a test that started failing after even changes in qtbaseLars Knoll2020-09-151-0/+1
* Begin handling the QEvent refactoringShawn Rutledge2020-07-151-43/+39
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-151-45/+45
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-13/+13
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-221-2/+2
* Add test for rendercontrol + rendererinterfaceLaszlo Agocs2020-06-221-0/+219
* tst_qquickwindow: Add basic rendererInterface testLaszlo Agocs2020-06-221-51/+110
* Emit new frame signals from the software backendLaszlo Agocs2020-06-221-0/+20
* Fix memory leaks in QQuickWindow testUlf Hermann2020-06-151-40/+49
* Make openglContext getter in QQuickWindow privateLaszlo Agocs2020-06-111-5/+9
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-14/+14
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-06-111-3/+3
* Rename setPersistentOpenGLContext and revise related docsLaszlo Agocs2020-06-111-52/+17
* Fix handling of destroy-show and re-enable the zoom test for qmlpreviewLaszlo Agocs2020-06-031-0/+36
* qquickwindow test: Fix incorrect expectationLaszlo Agocs2020-05-111-3/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-201-2/+2
|\
| * Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-181-2/+2
* | tst_qquickwindow::testWindowVisibilityOrder: remove unstable checkVitaly Fanaskov2020-03-131-9/+3
|/
* tst_qquickwindow: construct pointer events with proper devicesShawn Rutledge2020-02-111-2/+2
* Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-0/+4
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-3/+3
* Send ShortcutOverride event when receiving a non-spontaneous key pressTeemu Holappa2019-10-091-0/+28
* Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-151-0/+56
* Fix some memory leaksSimon Hausmann2019-03-211-9/+9
* Try to stabilize tst_qquickwindow::defaultSurfaceFormatUlf Hermann2019-02-061-2/+4
* Tests: Un-crash image comparison testsFriedemann Kleint2018-12-201-39/+3
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-2/+2
* tst_qquickwindow::constantUpdatesOnWindow: Verify that window was exposedTor Arne Vestbø2018-07-201-1/+1
* Quick tests: remember positions of stationary pointsShawn Rutledge2018-07-031-22/+23
* Attempt to stabilize tst_qquickwindow::openglContextCreatedSignalSimon Hausmann2018-06-191-1/+1
* Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-111-0/+41
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-33/+33
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-17/+17
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-6/+108
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-6/+3
| |\
| | * touchEvent_propagation: remove some QWaitsShawn Rutledge2018-02-051-6/+3
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-051-0/+105
| |\|
| | * Add QQuickWindow synthMouseFromTouch testShawn Rutledge2018-02-031-0/+107
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-1/+41
|\| |
| * | Fix bug preventing ungrabMouse() on TouchCancelDaniel d'Andrada2017-11-031-1/+41
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-4/+25
|\| |