summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesv6.7.0-beta3Lucie Gérard2024-02-091-1/+1
* Add dedicated child and parent events for QWindow reparentingTor Arne Vestbø2023-11-171-0/+162
* Add checking if using eglfsMarcin Zdunek2023-11-131-0/+31
* tst_QWindow::setVisibleThenCreate(): Fix unused argument warningTor Arne Vestbø2023-11-131-1/+1
* macOS: Check NSWindow as well when determining if setVisible can bail outTor Arne Vestbø2023-10-301-0/+20
* Avoid creating child windows twice when already visibleTor Arne Vestbø2023-10-211-0/+35
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-2/+2
* Android: temporarily skip tst_qprinterinfo, tst_qwidget and tst_qwindowAssam Boudjelthia2023-07-261-0/+4
* tests: skip tst_QWindow::enterLeaveOnWindowShowHide() on WaylandLiang Qi2023-06-271-0/+3
* Add a test case for an invalid min/max size pairInho Lee2023-06-271-0/+7
* Test for QWindow getting enter/leave events when secondary window shows/hidesVolker Hilsheimer2023-04-141-0/+82
* emit QWindow::windowStateChanged only when state has changedAxel Spoerl2022-11-111-0/+98
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-28/+28
* Allow programmatic closing of windows that are modally blockedVolker Hilsheimer2022-10-121-0/+17
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Fix tst_QWindow::requestUpdate on WaylandEskil Abrahamsen Blomfeldt2022-09-051-7/+9
* Wayland: Skip test that queries window positionEskil Abrahamsen Blomfeldt2022-08-251-2/+3
* Wayland: Remove XFAIL after underlying bug was fixedEskil Abrahamsen Blomfeldt2022-08-091-2/+0
* Fix test being flaky on LinuxDimitrios Apostolou2022-07-261-2/+1
* Test fails always on Android, so skip itDimitrios Apostolou2022-07-261-0/+3
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-131-23/+0
* tst_qwindow: modify some abnormal touch testsTang Haixiang2022-07-051-39/+39
* Update window geometry when QWindow::m{in|ax}imumSize is updatedJan Arve Sæther2022-06-131-0/+11
* xcb: Delete touch points without target windowsTang Haixiang2022-05-201-1/+39
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* tests: XFAIL 4 tests in tst_QWindow on WaylandLiang Qi2022-02-171-10/+9
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-051-0/+14
* tests: add a capability check for QWindow::requestActivate() callLiang Qi2021-12-081-0/+3
* Prevent recursive calls to QWindow::closeTor Arne Vestbø2021-10-181-0/+27
* Test QWindow close() behaviorMorten Johan Sørvig2021-09-021-10/+77
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-2/+2
* tests: fix deprecated implicit capture of this via [=]Marc Mutz2021-06-301-1/+1
* tst_QWindow: fix -Wsuggested-overrideMarc Mutz2021-06-301-1/+1
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-111-0/+43
* Skip tst_qwindow test when running on WaylandEskil Abrahamsen Blomfeldt2021-03-151-0/+2
* AA_SynthesizeTouchForUnhandledMouseEvents: keep correct coordinatesShawn Rutledge2021-01-141-6/+13
* Replace QtTest headers with QTestDavid Skoland2020-12-221-2/+2
* 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