Diffusion KWin e435bf8034b4

Integrate QtVirtualKeyboard into KWin/Wayland

Authored by graesslin on Apr 29 2016, 1:05 PM.

Description

Integrate QtVirtualKeyboard into KWin/Wayland

The idea is to have KWin provide a virtual keyboard. To support this
KWin uses the QT_IM_MODULE qtvirtualkeyboard and makes sure that the
QPA plugin loads it.

KWin has a new class InputMethods which acts as the focus object and
the "proxy" for input methods. The QPA plugin ensures that this is the
focusObject, so that all input method related events are sent to this
class. From there it will be possible to delegate to other applications
through the Wayland interfaces.

Details

Committed
graesslinMay 4 2016, 8:47 AM
Parents
R108:d19690ce984a: Honor input mask set on internal windows
Branches
Unknown
Tags
Unknown
References
graesslin/virtual-keyboard