kwin/autotests/wayland_client
Martin Gräßlin 8c4bc3ba45 [kwin_wayland] Split out wl_shell and wl_shell_surface into dedicated classes
New classes Shell and ShellSurface are created. Both are in shell.[h|cpp]
to indicate their close relationship with the Shell having to create the
ShellSurface.

WaylandBackend is adjusted to hold a Shell* and ShellSurface* instead of
the lower level structs. This also required adjustements to the creation
of the Backend as it now doesn't set a default size any more. Thus the
backendReady signal may not be emitted before the initial configure
event arrived. This also makes it easier to support either the fullscreen
shell or wl_shell at the same time.

Of course a unit test is added for the two new classes. This needs to
be extended once we have more control over the mock Wayland server.
2014-08-27 08:57:06 +02:00
..
CMakeLists.txt [kwin_wayland] Split out wl_shell and wl_shell_surface into dedicated classes 2014-08-27 08:57:06 +02:00
test_wayland_connection_thread.cpp
test_wayland_fullscreen_shell.cpp [kwin-wayland] Add support for FullscreenShell 2014-08-27 08:55:40 +02:00
test_wayland_output.cpp [kwin_wayland] Move Wayland::Output into dedicated source files 2014-08-27 08:57:05 +02:00
test_wayland_registry.cpp
test_wayland_shell.cpp [kwin_wayland] Split out wl_shell and wl_shell_surface into dedicated classes 2014-08-27 08:57:06 +02:00