kwin/src/wayland
Martin Gräßlin 464ba18321 [autotests/server] Check whether test is run as root
If the test is run as root we cannot compare the user id to not be 0.
Thus let's check for that and expect fail.
2017-07-01 17:01:18 +02:00
..
autotests [autotests/server] Check whether test is run as root 2017-07-01 17:01:18 +02:00
server API dox: add some minimal docs to class to have them covered by doxygen 2017-05-26 03:35:03 +02:00
tests Use nullptr everywhere 2017-01-16 09:44:16 +01:00
tools Prefer nullptr over Q_NULLPTR 2017-01-16 18:17:33 +01:00
.arcconfig Add .arcconfig 2016-01-25 10:53:57 +01:00
.reviewboardrc Add Review Board configuration 2014-09-21 11:33:11 +02:00
blur_interface.cpp [server] Don't destroy BlurInterface when parent SurfaceInterface is destroyed 2016-06-01 07:31:25 +02:00
blur_interface.h [server] Add more documentation 2015-09-10 13:36:42 +02:00
clientconnection.cpp [server] Use deleteLater when a ClientConnection gets destroyed 2016-10-11 07:41:17 +02:00
clientconnection.h pid_t is defined in sys/types.h 2016-05-10 08:47:20 +02:00
CMakeLists.txt [FEATURE] Option to build & install QCH file with the public API dox 2017-06-05 03:03:25 +02:00
compositor_interface.cpp [server] Improve the handling when clients disconnect 2016-05-19 16:21:27 +02:00
compositor_interface.h [server] Another round of docu improvements 2015-09-09 17:31:13 +02:00
config-kwayland.h.cmake Make linux/input.h compile time optional 2016-08-22 14:36:11 +02:00
contrast_interface.cpp [server] Don't destroy ContrastInterface when parent SurfaceInterface is destroyed 2016-06-01 07:32:03 +02:00
contrast_interface.h [server] Add more documentation 2015-09-10 13:36:42 +02:00
COPYING.LIB Change to LGPLv2+ 2014-09-17 15:57:56 +02:00
datadevice_interface.cpp [server] When replacing the clipboard selection previous DataSource needs to be cancelled 2016-09-14 10:22:38 +02:00
datadevice_interface.h [server] Implement support for drag'n'drop through pointer device 2016-03-02 08:18:41 +01:00
datadevicemanager_interface.cpp Increase version requirements for wl_data_device_release 2015-09-15 08:44:42 +02:00
datadevicemanager_interface.h [server] Add more documentation 2015-09-10 13:36:42 +02:00
dataoffer_interface.cpp [server] Ensure we have a DataSource on the DataDevice in setSelection 2016-10-24 10:08:59 +02:00
dataoffer_interface.h [server] Add more documentation 2015-09-10 13:36:42 +02:00
datasource_interface.cpp [server] Don't call wl_data_source_send_send if DataSource is unbound 2016-10-12 08:08:28 +02:00
datasource_interface.h [server] Add more documentation 2015-09-10 13:36:42 +02:00
display.cpp Implementation of PointerConstraints protcol 2016-11-24 09:19:36 +01:00
display.h Implementation of PointerConstraints protcol 2016-11-24 09:19:36 +01:00
dpms_interface.cpp [server] Standardize the destructor request handling for Resources 2016-05-30 08:16:07 +02:00
dpms_interface.h [server] Add more documentation 2015-09-10 13:36:42 +02:00
dpms_interface_p.h [server] Standardize the destructor request handling for Resources 2016-05-30 08:16:07 +02:00
fakeinput_interface.cpp Add support for touch events in fakeinput protocol and interface. 2016-05-31 16:43:54 +05:30
fakeinput_interface.h Add support for touch events in fakeinput protocol and interface. 2016-05-31 16:43:54 +05:30
idle_interface.cpp [server] Standardize the destructor request handling for Resources 2016-05-30 08:16:07 +02:00
idle_interface.h [server] Add more documentation 2015-09-10 13:36:42 +02:00
keyboard_interface.cpp [server] Delete dead code: KeyboardInterface::Private::sendKeymap 2016-06-28 17:26:28 +02:00
keyboard_interface.h API doc improvements 2015-09-09 13:49:58 +02:00
keyboard_interface_p.h [server] Delete dead code: KeyboardInterface::Private::sendKeymap 2016-06-28 17:26:28 +02:00
KF5WaylandConfig.cmake.in [FEATURE] Option to build & install QCH file with the public API dox 2017-06-05 03:03:25 +02:00
output_interface.cpp Add support for Surface enter/leave events 2016-09-13 08:32:50 +02:00
output_interface.h Add support for Surface enter/leave events 2016-09-13 08:32:50 +02:00
plasmashell_interface.cpp Add request to have focus in a PlasmaShellSurface of Role Panel 2016-10-18 07:47:10 +02:00
plasmashell_interface.h API dox: fix @link usage 2017-05-26 02:57:20 +02:00
plasmawindowmanagement_interface.cpp add pid to plasma window management protocol 2017-05-13 17:09:12 +02:00
plasmawindowmanagement_interface.h API dox: add some minimal docs to more class to have them covered by doxygen 2017-05-26 18:33:25 +02:00
pointer_interface.cpp Implementation of PointerConstraints protcol 2016-11-24 09:19:36 +01:00
pointer_interface.h Implementation of PointerGestures protocol 2016-11-07 13:28:44 +01:00
pointer_interface_p.h Implementation of PointerGestures protocol 2016-11-07 13:28:44 +01:00
region_interface.cpp [server] Standardize the destructor request handling for Resources 2016-05-30 08:16:07 +02:00
seat_interface.cpp [server] Fix regression in SeatInterface::end/cancelPointerPinchGesture 2016-11-24 09:36:18 +01:00
seat_interface.h API dox: fix @link usage 2017-05-26 02:57:20 +02:00
seat_interface_p.h Implementation of PointerGestures protocol 2016-11-07 13:28:44 +01:00
server_decoration_interface.cpp [server] Don't destroy ServerSideDecorationInterface when parent SurfaceInterface is destroyed 2016-06-01 07:32:38 +02:00
server_decoration_interface.h [server] Add implementation for server side decoration protocol 2015-12-17 13:29:38 +01:00
shadow_interface.cpp Add destructor request to org_kde_kwin_shadow and org_kde_kwin_shadow_manager 2016-06-14 07:37:11 +02:00
shadow_interface.h API dox: add some minimal docs to class to have them covered by doxygen 2017-05-26 03:35:03 +02:00
slide_interface.cpp [server] Don't destroy SlideInterface when parent SurfaceInterface is destroyed 2016-06-01 07:34:10 +02:00
slide_interface.h API dox: add some minimal docs to class to have them covered by doxygen 2017-05-26 03:35:03 +02:00
subcompositor_interface.cpp [server] Standardize the destructor request handling for Resources 2016-05-30 08:16:07 +02:00
subcompositor_interface.h API dox: add some minimal docs to more class to have them covered by doxygen 2017-05-26 18:33:25 +02:00
subsurface_interface_p.h [server] Standardize the destructor request handling for Resources 2016-05-30 08:16:07 +02:00
surface_interface.cpp Implementation of PointerConstraints protcol 2016-11-24 09:19:36 +01:00
surface_interface.h API dox: fix @link usage 2017-05-26 02:57:20 +02:00
surface_interface_p.h Implementation of PointerConstraints protcol 2016-11-24 09:19:36 +01:00
touch_interface.cpp Properly handle release of a touch resource 2016-06-28 17:06:49 +02:00
touch_interface.h API doc improvements 2015-09-09 13:49:58 +02:00
xdgshell_interface.cpp Add support for xdg-shell 2016-07-13 13:04:31 +02:00
xdgshell_interface.h API dox: fix @link usage 2017-05-26 02:57:20 +02:00
xdgshell_interface_p.h Add support for xdg-shell 2016-07-13 13:04:31 +02:00