summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Properly clean up screens during reconnectDavid Redondo2023-05-171-0/+25
* QWaylandWindow: Init parent wl_surface when creating subsurfaceDavid Rosca2023-04-191-0/+4
* QWaylandClientExtension: Allow specifying destructor for wayland objectsDavid Redondo2023-04-111-9/+4
* Client: Check for shell integration when initializing platform pluginIlya Fedin2023-04-031-1/+13
* client: Add support for xdg_popup_configureLiang Qi2023-03-101-2/+20
* Rename tst_reconnect to avoid clash with qtremoteobjectsEdward Welbourne2023-03-101-3/+3
* Introduce path for surviving compositor restartsDavid Edmundson2023-03-079-8/+436
* Compile with -no-openglEskil Abrahamsen Blomfeldt2023-03-0610-10/+5
* client: Force a roundtrip when an XdgOutput is not ready yetMarco Martin2023-02-273-0/+40
* Move server-buffer example to manual testsEskil Abrahamsen Blomfeldt2023-02-1620-0/+585
* Move hwlayer-compositor example to manual testsEskil Abrahamsen Blomfeldt2023-02-147-0/+203
* Implement fractional_scale_v1 and wp_viewportDavid Edmundson2022-12-0710-0/+347
* Client: Improve handling of 0xH and Wx0 xdg_toplevel configure eventsVlad Zahorodnii2022-12-053-1/+32
* Test: update MockClientInho Lee2022-11-102-1/+15
* tests: fix tst_seatv4 to use 24 as default cursor sizeLiang Qi2022-11-081-2/+9
* Disable/fix warningsJonas Karlsson2022-10-283-2/+6
* Client: Add support for high-resolution scrollingVlad Zahorodnii2022-10-266-24/+182
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-108-14/+14
* Port from container::count() and length() to size()Marc Mutz2022-10-1013-74/+74
* Replace qExchange with std::exchangeMarc Mutz2022-10-061-1/+1
* Client: skip building tests which cannot be run on webOSJanne Juntunen2022-09-151-16/+20
* Client: clear focus on touch cancelDavid Edmundson2022-09-053-0/+38
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2336-36/+36
* Fix build of manual testsJoerg Bornemann2022-08-033-82/+17
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2824-26/+26
* Only close popup in the the hiercharyWeng Xuetian2022-07-241-0/+87
* Also use text-input if QT_IM_MODULE is empty or "wayland"Weng Xuetian2022-07-131-1/+2
* Add license headers to cmake filesLucie Gérard2022-07-0836-0/+108
* Fix some build warningsJiDe Zhang2022-07-041-6/+6
* Use SPDX license identifiersLucie Gérard2022-06-1082-2813/+169
* Fix the build of wip-cpp-compositorLiang Qi2022-05-054-7/+14
* tests: fix DefaultCompositor::surface() when index > 0Liang Qi2022-03-221-8/+10
* Add globalRemove to QWaylandClientExtensionDavid Redondo2022-03-094-0/+173
* tst_inputcontext: fix warning about unused lambda captureMarc Mutz2022-02-111-1/+1
* Stop using soon-to-be-deprecated QMouseEvent constructorShawn Rutledge2022-02-011-1/+2
* Fix missing update when toggling client-side decorationsEskil Abrahamsen Blomfeldt2021-12-211-0/+4
* Client: Implement DataDeviceV3David Edmundson2021-12-091-1/+1
* Client: Upgrade Seat support to v7David Edmundson2021-12-026-36/+41
* Introduce new qt-shell and an API for custom shellsPaul Olav Tvete2021-12-0210-0/+1091
* tst_seatv4: fix compilation with GCC/C++20Marc Mutz2021-11-161-2/+0
* tst_seatv4: fix deprecated implicit capture of this by [=]Marc Mutz2021-11-161-22/+22
* tests: add test for multiple text inputLiang Qi2021-11-094-33/+203
* example/tests: update com.theqtcompany to io.qtLiang Qi2021-10-262-2/+2
* tests: support ivi-shell again in tst_clientLiang Qi2021-10-195-39/+93
* Move the wayland socket polling to a separate event threadGiulio Camuffo2021-10-183-0/+178
* tests: port tst_client to use shared folderLiang Qi2021-10-0627-2463/+504
* Wayland client: use wl_keyboard to determine active stateMéven Car2021-10-041-3/+7
* Client: Don't always recreate frame callbacksGeorges Basile Stavracas Neto2021-09-271-0/+2
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-224-4/+4
* Unskip tst_xdgshell::showMinimized()Eskil Abrahamsen Blomfeldt2021-09-221-1/+0