index
:
qt/qtwayland.git
0.85
5.10
5.11
5.12
5.13
5.14
5.15
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
wip-compositor-api
wip/cmake
wip/texturesharing-5.12
A toolbox for making Qt based Wayland compositors
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Normalize signal/slot signatures 2025
Marc Mutz
2025-06-04
2
-4
/
+5
*
tests: rename SharedClientTest to SharedWaylandClientTest
Liang Qi
2025-05-27
2
-5
/
+5
*
Remove Wayland client code after move to qtbase
Liang Qi
2025-05-18
55
-7319
/
+25
*
tests: Fix role used by XdgPopups
David Edmundson
2025-04-30
1
-2
/
+2
*
Drop workaround to turn popups into main windows
David Edmundson
2025-04-30
1
-0
/
+40
*
QWaylandXdgSurface: Always use XDG Dialog for modal windows
Kai Uwe Broulik
2025-04-15
1
-0
/
+31
*
tst_reconnect: Include <unistd.h>
Michael Weghorn
2025-04-15
1
-0
/
+2
*
tests: Wait for output in tst_reconnect
Audun Sutterud
2025-03-13
1
-0
/
+1
*
Remove old qmake .pri files
Tor Arne Vestbø
2025-02-28
1
-29
/
+0
*
CMake: Fix test_waylandclient
Joerg Bornemann
2025-02-28
1
-1
/
+1
*
Fix manual test build failures
Moss Heim
2025-02-25
4
-1
/
+4
*
Fix C++20 deprecated capture of *this in [=]
Marc Mutz
2024-12-29
1
-4
/
+4
*
Fix -Wunused-result warnings in tests
Marc Mutz
2024-12-29
3
-8
/
+7
*
QWaylandMimeData: Return converted MIME types in formats(), too
Kai Uwe Broulik
2024-11-29
1
-1
/
+1
*
client: Redo management of tablet object proxies
David Redondo
2024-11-25
1
-10
/
+50
*
MockCompositor: Fix potential race condition
Paul Olav Tvete
2024-11-11
1
-1
/
+1
*
QWaylandXdgOutputV1: Send wl_output.done when changing properties
Kai Uwe Broulik
2024-11-11
1
-2
/
+3
*
MockCompositor: Protect against race condition
Paul Olav Tvete
2024-11-11
1
-1
/
+1
*
client: Fix changing to subsurface now that wl_surface is not destroyed
David Redondo
2024-11-06
5
-15
/
+113
*
Client: Use synchronous delivery for geometry events
David Edmundson
2024-10-25
1
-1
/
+0
*
client: Run waylandscanner with private-code
David Redondo
2024-10-21
4
-0
/
+5
*
client: Change default lifespan of wl_surface to match the window
David Redondo
2024-09-24
4
-6
/
+24
*
tests: Fix flaky reconnect test
David Edmundson
2024-09-17
1
-0
/
+2
*
tests: Make tst_scaling more robust
David Edmundson
2024-09-17
1
-1
/
+3
*
tests: Send seat name on bind
David Edmundson
2024-09-11
2
-2
/
+6
*
tests: Fix flakey reconnection test
David Edmundson
2024-08-16
1
-0
/
+2
*
Client: Add test that we always respond to configure events
David Edmundson
2024-08-12
1
-0
/
+19
*
CMake: Move each wayland protocol into a separate subdirectory
Alexandru Croitor
2024-07-12
3
-23
/
+23
*
Fix flakiness in tst_surface::createSubsurface()
Eskil Abrahamsen Blomfeldt
2024-06-24
1
-0
/
+3
*
tests: Re-enable test dontCrashOnMultipleCommits
David Edmundson
2024-06-04
1
-1
/
+0
*
tests: Bump wl_compositor to v6
Vlad Zahorodnii
2024-06-03
1
-1
/
+1
*
tests: Implement wl_compositor v5
Vlad Zahorodnii
2024-05-30
2
-2
/
+12
*
fix type registration in compositor-extensions QML modules
Sami Shalayel
2024-05-23
3
-0
/
+62
*
tests: Don't use auto and manual configure together
David Edmundson
2024-05-13
1
-1
/
+1
*
Correct executable name in server-buffer test
Bernd Weimer
2024-04-11
1
-1
/
+1
*
Correct license for test files
Lucie Gérard
2024-04-04
106
-106
/
+106
*
client: Implement dialog-v1 protocol
David Redondo
2024-03-27
6
-0
/
+150
*
De-blacklist tst_seatv4::animatedCursor test
Volker Hilsheimer
2024-02-28
1
-3
/
+0
*
client: Fix xdg shell setting only a minimum size hint
David Edmundson
2024-02-20
1
-9
/
+50
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2024-02-15
3
-43
/
+41
*
Client: Map Qt::BusyCursor and Qt::WaitCursor to correct shape names
Vlad Zahorodnii
2024-02-06
1
-2
/
+2
*
Add CMake autotest
Joerg Bornemann
2024-01-15
3
-16
/
+10
*
client: Clean up text input proxy object in textinputv2
David Edmundson
2023-12-21
1
-2
/
+1
*
tests: Only track one data offer during a drag
David Edmundson
2023-12-11
2
-8
/
+5
*
QWaylandMimeData: Check text/x-moz-urls for UTF-16
Kai Uwe Broulik
2023-12-04
1
-0
/
+42
*
CMake: replace PUBLIC_LIBRARIES with plain LIBRARIES
Edward Welbourne
2023-11-27
2
-2
/
+2
*
Fix CMake config after move of example to manual tests
Edward Welbourne
2023-10-24
1
-1
/
+1
*
Include what you need: <QPointer>
Marc Mutz
2023-10-13
1
-0
/
+2
*
client: Implement QWheelEvent::inverted
David Edmundson
2023-09-29
3
-14
/
+35
*
client: support Xdg Shell not_shown state
David Edmundson
2023-09-25
1
-0
/
+33
[next]