summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qwindow
Commit message (Expand)AuthorAgeFilesLines
* 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
* Blacklist tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109 for WinOliver Wolff2022-01-311-1/+1
* 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
* Remove the qmake project filesJoerg Bornemann2021-01-071-8/+0
* tests: unblacklist tst_QWindow::modalWithChildWindow() on openSUSELiang Qi2020-12-231-2/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-2/+2
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* Android: Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-171-9/+0
* tests: Blacklist tst_qwindow failing test on WindowsAlexandru Croitor2020-11-071-1/+1
* tests: Blacklist failing tests on MinGWAlexandru Croitor2020-11-061-6/+4
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+13
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-211-3/+0
* 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
* Revert "Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040"Liang Qi2020-09-301-1/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-2/+2
* 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
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-2/+2
* 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-064-40/+4
* Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-2/+2
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-2/+2
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-2/+2
| |\
| | * Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-221-2/+2
| | * Prospective fix to stabilize tst_qwindow::isActive() on Windows 10Simon Hausmann2019-10-031-1/+7
* | | cmake: add gui/kernel testsFrederik Gladhorn2019-10-311-0/+23
|/ /
* | 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
|/
* Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-12/+3
* unblacklist passing testsDaniel Smith2019-07-081-21/+12
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-272-94/+117
|\