summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/shared
Commit message (Expand)AuthorAgeFilesLines
* client: Implement dialog-v1 protocolDavid Redondo2 days5-0/+114
* client: Clean up text input proxy object in textinputv2David Edmundson2023-12-211-2/+1
* tests: Only track one data offer during a dragDavid Edmundson2023-12-112-8/+5
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* client: Implement QWheelEvent::invertedDavid Edmundson2023-09-292-1/+9
* tests: Send frame callbacks by defaultDavid Edmundson2023-08-222-0/+4
* DefaultCompositor: use explcit lambda capturesMarc Mutz2023-08-071-3/+3
* Fix C++20 deprecated capture of *this in [=]Marc Mutz2023-08-021-2/+2
* client: Implement cursor_shape_v1David Edmundson2023-06-012-7/+12
* tests: Cleanup cursor role objectsDavid Edmundson2023-05-232-2/+3
* Introduce path for surviving compositor restartsDavid Edmundson2023-03-074-8/+14
* Compile with -no-openglEskil Abrahamsen Blomfeldt2023-03-061-1/+5
* client: Force a roundtrip when an XdgOutput is not ready yetMarco Martin2023-02-272-0/+5
* Implement fractional_scale_v1 and wp_viewportDavid Edmundson2022-12-077-0/+200
* Client: Improve handling of 0xH and Wx0 xdg_toplevel configure eventsVlad Zahorodnii2022-12-052-1/+7
* Client: Add support for high-resolution scrollingVlad Zahorodnii2022-10-262-1/+9
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-106-12/+12
* Port from container::count() and length() to size()Marc Mutz2022-10-102-2/+2
* Replace qExchange with std::exchangeMarc Mutz2022-10-061-1/+1
* Client: clear focus on touch cancelDavid Edmundson2022-09-052-0/+8
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-1020-542/+42
* tests: fix DefaultCompositor::surface() when index > 0Liang Qi2022-03-221-8/+10
* Client: Upgrade Seat support to v7David Edmundson2021-12-021-1/+1
* tests: add test for multiple text inputLiang Qi2021-11-093-0/+99
* tests: support ivi-shell again in tst_clientLiang Qi2021-10-194-4/+49
* tests: port tst_client to use shared folderLiang Qi2021-10-068-39/+290
* Replace AUTOMOC by qt_manual_moc in testsAlexey Edelev2021-05-291-2/+13
* Port IVI Application test from shared_oldDavid Edmundson2021-05-105-1/+151
* Port fullscreen shell autotest away from shared_oldDavid Edmundson2021-05-105-0/+111
* Simplify test cmakeDavid Edmundson2021-05-101-0/+38
* Build fixes for GCC 11Ville Voutilainen2021-01-181-0/+1
* Address WlCompositor::compositor_create_region in testsAleix Pol2020-10-201-3/+2
* Implement CoreProtocol::compositor_create_regionAleix Pol2020-10-151-0/+21
* CMake: Make sure test blacklists are foundAlexandru Croitor2020-09-151-0/+1
* Use wl_surface.damage_buffer on the client sidePaul Olav Tvete2020-07-071-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-086-25/+25
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-04-295-0/+159
|\
| * Client tests for xdg-output unstable v1 version 3Johan Klokkhammer Helsing2020-02-274-12/+40
| * Move XdgOutput mocking to shared folderJohan Klokkhammer Helsing2020-02-273-0/+131
* | Fix build: Add dependency on OpenGL moduleJohan Klokkhammer Helsing2020-01-301-1/+1
|/
* Client: Add test for a compositor with no outputsJohan Klokkhammer Helsing2019-12-041-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-122-8/+5
|\
| * Fix race condition in tests on xdg_toplevel configure5.13Johan Klokkhammer Helsing2019-11-072-8/+5
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-052-1/+25
|\|
| * Add basic client test for subsurfacesJohan Klokkhammer Helsing2019-11-042-1/+25
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-261-0/+1
|\|
| * Client tests: Set WAYLAND_DISPLAYJohan Klokkhammer Helsing2019-10-241-0/+1
* | Add client test for clipboard when losing keyboard focusJohan Klokkhammer Helsing2019-10-231-1/+0