https://bugs.kde.org/show_bug.cgi?id=466252

--- Comment #14 from Harald Sitter <sit...@kde.org> ---
Git commit 27da4afe3488a222a6e4a56787abb440515d081b by Harald Sitter.
Committed on 06/03/2023 at 09:44.
Pushed by sitter into branch 'master'.

make InputMethod immutable

previously enabled and active were writable properties which complicated
abstraction inside application sandboxes. to solve this problem we no
longer consider them writable in KF6 and consider their writability
deprecated in KF5.

active is controllable through Qt's IM API and enabled shouldn't really
be touched by random applications anyway

this then allows us to eventually back them using the XDG Settings
portal instead of talking to KWin directly.

M  +0    -20   src/inputmethod.cpp
M  +2    -4    src/inputmethod.h
M  +0    -30   src/libkirigami/virtualkeyboardwatcher.cpp
M  +2    -4    src/libkirigami/virtualkeyboardwatcher.h

https://invent.kde.org/frameworks/kirigami/commit/27da4afe3488a222a6e4a56787abb440515d081b

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to