kwin/src/wayland/autotests/client
Martin Gräßlin 6394b6cd8c Add unit test for ShmPool
The unit test found a few problems which are now addressed
* getBuffer did not check the format when reusing a buffer
* creatBuffer used the wrong method on QSize to check whether it is empty
* destroy didn't call destroy on the Buffer. This is now added by moving
  the Buffer::Private in a dedicated header which can also be included
  from the ShmPool
2014-09-22 08:52:05 +02:00
..
CMakeLists.txt Add unit test for ShmPool 2014-09-22 08:52:05 +02:00
test_shm_pool.cpp Add unit test for ShmPool 2014-09-22 08:52:05 +02:00
test_wayland_connection_thread.cpp Use namespace KWayland::Client instead of KWin::WaylandServer 2014-09-17 16:17:26 +02:00
test_wayland_fullscreen_shell.cpp Add convenient create methods to Registry 2014-09-19 10:42:44 +02:00
test_wayland_output.cpp Add convenient create methods to Registry 2014-09-19 10:42:44 +02:00
test_wayland_registry.cpp Check maximum supported version in Client::Registry 2014-09-19 10:54:09 +02:00
test_wayland_seat.cpp Add convenient create methods to Registry 2014-09-19 10:42:44 +02:00
test_wayland_shell.cpp Add convenient create methods to Registry 2014-09-19 10:42:44 +02:00
test_wayland_surface.cpp Extend test_wayland_surface to test frame rendered callback 2014-09-20 16:28:47 +02:00