kwin/src/wayland
Martin Gräßlin a3a7356995 Implementation of PointerGestures protocol
Summary:
Pointer gestures are created for a pointer and there are two types of
gestures: swipe and pinch.

At a given time there can only be one active gesture. The implementation
in SeatInterface ensures that there can only be one active gesture.

Each gesture consists of a start event, 0 to multiple update events and
an end event. The end can also be a cancel. To better support this the
implementation doesn't follow the protocol and splits end and cancel
into dedicated methods in the server side and into dedicated signals in
the client side.

Reviewers: #plasma_on_wayland

Subscribers: plasma-devel

Tags: #plasma_on_wayland

Differential Revision: https://phabricator.kde.org/D3169
2016-11-07 13:28:44 +01:00
..
autotests Implementation of PointerGestures protocol 2016-11-07 13:28:44 +01:00
server Implementation of PointerGestures protocol 2016-11-07 13:28:44 +01:00
tests Support passing generic QIcon through PlasmaWindow interface 2016-10-17 07:35:21 +02:00
tools Implementation of PointerGestures protocol 2016-11-07 13:28:44 +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 Implementation of PointerGestures protocol 2016-11-07 13:28:44 +01: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 PointerGestures protocol 2016-11-07 13:28:44 +01:00
display.h Implementation of PointerGestures protocol 2016-11-07 13:28:44 +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 Introduce a test server 2016-06-01 16:15:08 +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 Add request to have focus in a PlasmaShellSurface of Role Panel 2016-10-18 07:47:10 +02:00
plasmawindowmanagement_interface.cpp Support passing generic QIcon through PlasmaWindow interface 2016-10-17 07:35:21 +02:00
plasmawindowmanagement_interface.h Support passing generic QIcon through PlasmaWindow interface 2016-10-17 07:35:21 +02:00
pointer_interface.cpp Implementation of PointerGestures protocol 2016-11-07 13:28:44 +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 Implementation of PointerGestures protocol 2016-11-07 13:28:44 +01:00
seat_interface.h Implementation of PointerGestures protocol 2016-11-07 13:28:44 +01: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 Add a Shadow protocol 2015-07-15 11:11:30 +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 Interface for a Slide effect 2015-09-09 17:37:36 +02:00
subcompositor_interface.cpp [server] Standardize the destructor request handling for Resources 2016-05-30 08:16:07 +02:00
subcompositor_interface.h Version 5.7 becomes version 5.22 2016-04-27 07:43:43 +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 Add support for Surface enter/leave events 2016-09-13 08:32:50 +02:00
surface_interface.h Add support for Surface enter/leave events 2016-09-13 08:32:50 +02:00
surface_interface_p.h Try to fix build: add missing includes 2016-09-13 08:46:39 +02: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 Add support for xdg-shell 2016-07-13 13:04:31 +02:00
xdgshell_interface_p.h Add support for xdg-shell 2016-07-13 13:04:31 +02:00