aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwindow
Commit message (Expand)AuthorAgeFilesLines
* Blacklist failing and skip crashing tests in tst_qquickwindowAndreas Buhr2022-05-192-0/+24
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-071-2/+0
* tests: port to QMutableEventPoint static APIMarc Mutz2022-01-211-36/+36
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-161-1/+1
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-0/+1
* Start dispatching events to QQuickWindow virtual functions againShawn Rutledge2021-11-081-8/+100
* Fix tst_qquickwindow::grab with non-integer dprLaszlo Agocs2021-10-181-6/+3
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-13/+9
* Check for exposed instead of just visible in grabWindowLaszlo Agocs2021-08-162-0/+60
* Replace uses of deprecated QWARN macro with qWarningTor Arne Vestbø2021-08-041-8/+4
* Remove Windows 7 codepathsOliver Wolff2021-08-021-2/+1
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-15/+27
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-241-4/+4
* Remove the qmake project filesFabian Kosmale2021-01-151-20/+0
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Un-blacklist Quick tests that are passingShawn Rutledge2020-10-061-4/+0
* Remove obsolete autotest caseLaszlo Agocs2020-10-021-28/+0
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-241-6/+7
* Blacklist tst_qquickwindow::cleanupGrabsOnReleaseShawn Rutledge2020-09-241-0/+2
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-181-0/+2
* 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
* Remove QtQuick.Window pluginUlf Hermann2020-06-151-2/+1
* 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
* | CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* | tst_qquickwindow::testWindowVisibilityOrder: remove unstable checkVitaly Fanaskov2020-03-131-9/+3
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-121-2/+6
|\|
| * tst_qquickwindow: construct pointer events with proper devicesShawn Rutledge2020-02-111-2/+2
| * Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-0/+4