You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Gräßlin 2a8ab547e1 Move X11Cursor into the x11standalone platform plugin
At the same time the xinput2 integration is split out of X11Cursor
and made a standalone part of the platform plugin. XInput integration
is nowadays not only used by the cursor position polling, but also
for modifier only shortcuts.

By splitting it out the modifier shortcuts start to work also when
one doesn't have anything requesting a mouse position polling.

This also simplifies the conditional builds: xinput integration is
only included if we have support for it at compile time without having
to have many ifdefs in the cursor implementation. For the inclusion of
cursor in the kcmkwin this also removes all the ifdefs.

The key events are only requested if we have xinput 2.1. Otherwise we
would not get all raw events if the input device gets grabbed.

Reviewers: #kwin, #plasma_on_wayland

Subscribers: plasma-devel, kwin

Tags: #plasma_on_wayland, #kwin

Differential Revision: https://phabricator.kde.org/D2473
8 years ago
..
CMakeLists.txt Move X11Cursor into the x11standalone platform plugin 8 years ago
Messages.sh
detectwidget.cpp Move X11Cursor into the x11standalone platform plugin 8 years ago
detectwidget.h
detectwidget.ui
editshortcut.ui
kcm.cpp
kcm.h
kwinrules.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 8 years ago
kwinsrc.cpp Move X11Cursor into the x11standalone platform plugin 8 years ago
main.cpp
ruleslist.cpp
ruleslist.h
ruleslist.ui
ruleswidget.cpp
ruleswidget.h
ruleswidgetbase.ui
yesnobox.h