kwin/src/wayland/autotests/client
Martin Gräßlin ef1a0a0e64 Create one PointerInterface for each pointer wl_resource
Makes PointerInterface more like other Interface classes wrapping
wl_resource. The most important change is the handling of the
focused surface. This is now kept in the SeatInterface and can also
be set if there is no PointerInterface for the client yet.

The unit tests had to be adjusted and some are also disabled as the
button events are not yet moved into SeatInterface.
2014-11-26 10:34:23 +01:00
..
CMakeLists.txt Add implementation for wl_data_device in Server and Client 2014-11-06 10:02:49 +01:00
test_compositor.cpp Add test case for operator cast in Compositor 2014-09-22 11:03:46 +02:00
test_datadevice.cpp [server] Add a SeatInterface::focusedPointer 2014-11-25 16:04:07 +01:00
test_datasource.cpp Add a parentResource to Resource 2014-11-20 16:40:14 +01:00
test_shm_pool.cpp Switch all auto tests to QTEST_GUILESS_MAIN 2014-09-23 12:00:17 +02:00
test_wayland_connection_thread.cpp Improve TestWaylandConnectionThread::testConnectionThread 2014-10-13 10:10:50 +02:00
test_wayland_fullscreen_shell.cpp Switch all auto tests to QTEST_GUILESS_MAIN 2014-09-23 12:00:17 +02:00
test_wayland_output.cpp Add support for Modes in Output 2014-09-23 15:56:13 +02:00
test_wayland_region.cpp Add a parentResource to Resource 2014-11-20 16:40:14 +01:00
test_wayland_registry.cpp Add DataDeviceManager and DataSource in client and server 2014-11-04 15:10:22 +01:00
test_wayland_seat.cpp Create one PointerInterface for each pointer wl_resource 2014-11-26 10:34:23 +01:00
test_wayland_shell.cpp Add a parentResource to Resource 2014-11-20 16:40:14 +01:00
test_wayland_subcompositor.cpp Add support for wl_subcompositor and wl_subsurface 2014-10-16 08:19:52 +02:00
test_wayland_subsurface.cpp Add a parentResource to Resource 2014-11-20 16:40:14 +01:00
test_wayland_surface.cpp Add a parentResource to Resource 2014-11-20 16:40:14 +01:00