aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only apply QWindow::setVisibility() on first show or explicit requestTor Arne Vestbø2 days1-0/+36
* Use new Qt configure feature for MetalTor Arne Vestbø2024-03-251-1/+1
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* DA: align delivery of mouse, touch, and synthesized mouse events to childMous...Richard Moe Gustavsen2024-01-241-47/+62
* Make qquickevents QML types uncreatable and namedSami Shalayel2023-11-281-0/+12
* QQuickWindowQmlImpl: Use qmlWarning to report visibility conflictsTor Arne Vestbø2023-10-181-1/+1
* Normalize signal/slot signaturesMarc Mutz2023-07-121-2/+2
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-2/+1
* Avoid "conflicting properties" warning with bound Window.visibilityShawn Rutledge2023-05-201-0/+40
* Revert "Disable the automatic persistent pipeline cache on macOS/iOS"Laszlo Agocs2022-11-151-2/+0
* tst_qquickwindow: Add missing QCOMPARELaszlo Agocs2022-11-071-1/+1
* Disable the automatic persistent pipeline cache on macOS/iOSLaszlo Agocs2022-11-051-0/+2
* Propagate ShortcutOverride events up the parent chainVolker Hilsheimer2022-10-261-0/+35
* Use const QPointingDevices in testsShawn Rutledge2022-10-231-4/+4
* Add QQuickTest::pointerPress/Move/Release convenience functionsShawn Rutledge2022-10-201-19/+14
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-44/+44
* sg: Fix QQGraphicsConfig flag handling and add a testLaszlo Agocs2022-09-221-0/+54
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-031-0/+1
* Blacklist failing and skip crashing tests in tst_qquickwindowAndreas Buhr2022-05-031-0/+12
* Enable passing tests that were skipped on offscreenVolker Hilsheimer2022-03-071-3/+2
* Do not rely on transitive includes in testsFabian Kosmale2022-02-141-0/+1
* Stop using deprecated QMouseEvent and QContextMenuEvent ctorsShawn Rutledge2022-02-101-6/+6
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-151-1/+1
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-131-0/+1
* tests: port to QMutableEventPoint static APIMarc Mutz2022-01-131-36/+36
* 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-131-7/+8
* Check for exposed instead of just visible in grabWindowLaszlo Agocs2021-08-161-0/+35
* 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
* 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