kwin/src/wayland
Martin Gräßlin 7a69d3cc40 [tools] Generate boiler plate of requests on client side
In the header for each request a method is created, with following
features:
* ignores requests working as destructor
* adjusts return type for requests containing newId
* adds QObject *parent = nullptr for requests containing newId
* adds the arguements
* turns arguments from wayland into Qt types

In the cpp the same logic is applied. Methods are not properly
implemented and won't compile in the case of returning.
2015-09-07 10:10:37 +02:00
..
autotests compile 2015-09-03 18:40:04 +02:00
server Fix compiler warnings 2015-09-02 16:20:10 +02:00
tests Fix compiler warnings 2015-09-02 16:20:10 +02:00
tools [tools] Generate boiler plate of requests on client side 2015-09-07 10:10:37 +02:00
.reviewboardrc
blur_interface.cpp Blur protocol in KWayland 2015-09-02 14:42:57 +02:00
blur_interface.h Blur protocol in KWayland 2015-09-02 14:42:57 +02:00
clientconnection.cpp [server] Add ClientConnection::getResource 2015-04-02 14:12:16 +02:00
clientconnection.h [server] Add ClientConnection::getResource 2015-04-02 14:12:16 +02:00
CMakeLists.txt Wayland protocol for background contrast 2015-09-03 16:12:23 +02:00
compositor_interface.cpp Fix compiler warnings 2015-09-02 16:20:10 +02:00
compositor_interface.h Add a base class for all server interfaces of a wl_global 2014-11-13 15:10:35 +01:00
contrast_interface.cpp add missing files for the contrast effect 2015-09-03 16:27:20 +02:00
contrast_interface.h add missing files for the contrast effect 2015-09-03 16:27:20 +02:00
COPYING.LIB
datadevice_interface.cpp Add safety checks to DataDeviceInterface 2014-11-27 14:02:54 +01:00
datadevice_interface.h Handle DataDeviceInterface selection in SeatInterface 2014-11-27 13:38:24 +01:00
datadevicemanager_interface.cpp Handle DataDeviceInterface selection in SeatInterface 2014-11-27 13:38:24 +01:00
datadevicemanager_interface.h Add a base class for all server interfaces of a wl_global 2014-11-13 15:10:35 +01:00
dataoffer_interface.cpp [server] Call wl_resourc_destroy from destroyCallbacks 2015-04-20 13:56:41 +02:00
dataoffer_interface.h Add a parentResource to Resource 2014-11-20 16:40:14 +01:00
datasource_interface.cpp [server] Call wl_resourc_destroy from destroyCallbacks 2015-04-20 13:56:41 +02:00
datasource_interface.h Add a parentResource to Resource 2014-11-20 16:40:14 +01:00
display.cpp Wayland protocol for background contrast 2015-09-03 16:12:23 +02:00
display.h Wayland protocol for background contrast 2015-09-03 16:12:23 +02:00
fakeinput_interface.cpp [server] Add missing include 2015-07-09 20:28:20 +02:00
fakeinput_interface.h Adding support for a fake input interface 2015-07-09 10:10:42 +02:00
idle_interface.cpp Add support for an idle time interface 2015-07-09 10:09:18 +02:00
idle_interface.h Add support for an idle time interface 2015-07-09 10:09:18 +02:00
keyboard_interface.cpp [server] Use WL_KEYBOARD_REPEAT_INFO_SINCE_VERSION 2015-09-02 16:14:16 +02:00
keyboard_interface.h Implement repeat info on wl_keyboard protocol 2015-09-02 16:04:14 +02:00
KF5WaylandConfig.cmake.in
output_interface.cpp [server] Flush clients after sending Output information 2015-02-18 09:35:07 +01:00
output_interface.h Add a base class for all server interfaces of a wl_global 2014-11-13 15:10:35 +01:00
plasmashell_interface.cpp support OnScreenDisplay window type 2015-09-03 18:16:26 +02:00
plasmashell_interface.h support OnScreenDisplay window type 2015-09-03 18:16:26 +02:00
plasmawindowmanagement_interface.cpp Better handle the creation of PlasmaWindow in PlasmaWindowManagementInterface 2015-06-29 10:04:51 +02:00
plasmawindowmanagement_interface.h Add a themed icon name to PlasmaWindow interface 2015-06-20 02:46:56 +02:00
pointer_interface.cpp [server] Drop incorrect assert from PointerInterface::setFocusedSurface 2015-06-04 01:36:34 +02:00
pointer_interface.h Add support for setting cursor on the Pointer 2015-02-27 17:36:43 +01:00
region_interface.cpp [server] Call wl_resourc_destroy from destroyCallbacks 2015-04-20 13:56:41 +02:00
seat_interface.cpp Fix compiler warnings 2015-09-02 16:20:10 +02:00
seat_interface.h Implement repeat info on wl_keyboard protocol 2015-09-02 16:04:14 +02:00
seat_interface_p.h Implement repeat info on wl_keyboard protocol 2015-09-02 16:04:14 +02:00
shadow_interface.cpp Add a Shadow protocol 2015-07-15 11:11:30 +02:00
shadow_interface.h Add a Shadow protocol 2015-07-15 11:11:30 +02:00
subcompositor_interface.cpp [server] Call wl_resourc_destroy from destroyCallbacks 2015-04-20 13:56:41 +02:00
subcompositor_interface.h Add a parentResource to Resource 2014-11-20 16:40:14 +01:00
subsurface_interface_p.h Add a parentResource to Resource 2014-11-20 16:40:14 +01:00
surface_interface.cpp Wayland protocol for background contrast 2015-09-03 16:12:23 +02:00
surface_interface.h Wayland protocol for background contrast 2015-09-03 16:12:23 +02:00
surface_interface_p.h Wayland protocol for background contrast 2015-09-03 16:12:23 +02:00
touch_interface.cpp [server] Add resource safety checks to TouchInterface 2015-06-15 19:31:06 +02:00
touch_interface.h [server] Add support for touch events in SeatInterface 2015-03-25 13:31:38 +01:00