summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* AA_SynthesizeTouchForUnhandledMouseEvents: keep correct coordinatesShawn Rutledge2021-01-141-6/+13
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-021-0/+24
* tst_qwindow: verify isBeginEvent(), isUpdateEvent() and isEndEvent()Shawn Rutledge2020-09-301-8/+25
* Mouse->touch synthesis: send touch event with mouse deviceShawn Rutledge2020-09-161-1/+19
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+2
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-0/+42
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-0/+6
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-34/+34
* Use QList instead of QVector in gui testsJarek Kobus2020-06-251-2/+2
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-11/+28
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-11/+15
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-5/+5
* Remove winrtOliver Wolff2020-06-061-37/+2
* Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-2/+2
* Prospective fix to stabilize tst_qwindow::isActive() on Windows 10Simon Hausmann2019-10-011-1/+7
* tst_QWindow: Remove usages of deprecated QWSI APIFriedemann Kleint2019-09-141-52/+52
* Brush up tst_QWindowFriedemann Kleint2019-05-151-94/+115
* Don't drop update requests when closing and reopening windowsUlf Hermann2018-10-161-0/+23
* winrt: Implement QPlatformCursor::setPosOliver Wolff2018-08-061-2/+3
* winrt: Make tst_qwindow passOliver Wolff2018-06-221-2/+34
* Skip tst_QWindow::modalDialogClosingOneOfTwoModal without activationJohan Klokkhammer Helsing2018-06-061-2/+2
* Don't skip tst_QWindow::isExposed on WaylandJohan Klokkhammer Helsing2018-06-061-3/+0
* tst_QWindow: Don't skip tests on Wayland without explanationJohan Klokkhammer Helsing2018-06-061-2/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-0/+3
|\
| * Skip flaky tst_QWindow::childWindowPositioning on WaylandJohan Klokkhammer Helsing2018-04-251-0/+3
* | Skip tst_QWindow::spuriousMouseMove on WaylandJohan Klokkhammer Helsing2018-04-041-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-071-14/+25
|\|
| * Check for WindowActivation capability instead of platformJohan Klokkhammer Helsing2018-03-061-12/+12
| * Make platform checks for Wayland more readableJohan Klokkhammer Helsing2018-03-061-5/+10
| * Skip failing tests in tst_QWindow on WaylandJohan Klokkhammer Helsing2018-03-061-0/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-051-4/+1
|\|
| * Make tst_QWindow::generatedMouseMove pass on WaylandJohan Klokkhammer Helsing2018-03-051-1/+1
| * Don't skip tst_QWindow::windowModality_QTBUG27039 on WaylandJohan Klokkhammer Helsing2018-03-051-3/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-021-20/+15
|\|
| * qtestlib: fix support for pressing multiple mouse buttonsGatis Paeglis2018-03-011-20/+15
* | Windows QPA: Discard spurious mouse move eventsFriedemann Kleint2018-02-141-3/+50
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-3/+0
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-3/+0
| |\
| | * macOS: Blacklist modalWindowEnterEventOnHide_QTBUG35109 instead of skippingTor Arne Vestbø2018-01-091-3/+0
| | * tests: make exposeEventOnShrink_QTBUG54040 not flakey on xcbGatis Paeglis2017-10-171-4/+8
* | | mouse handling: fix issue when mixing QTest::mouse* APIsGatis Paeglis2017-11-051-0/+53
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-6/+10
|\| |
| * | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-2/+2
| * | tests: make exposeEventOnShrink_QTBUG54040 not flakey on xcbGatis Paeglis2017-09-261-4/+8
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+42
|\|
| * Block input to a window shown while an application modal dialog is visibleAndy Shaw2017-08-161-0/+42
* | tst_QWindow: Wait for platform to ack window states before continuingTor Arne Vestbø2017-07-191-5/+20
* | macOS: Skip tst_QWindow::modalDialogTor Arne Vestbø2017-07-141-0/+3