https://bugs.kde.org/show_bug.cgi?id=450014
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/5dca055389 | |9ae53da389dd74bb0c278036bcd | |a83 --- Comment #7 from David Edmundson <[email protected]> --- Git commit 5dca0553899ae53da389dd74bb0c278036bcda83 by David Edmundson. Committed on 27/01/2025 at 10:05. Pushed by davidedmundson into branch 'master'. input: Support Input Methods for internal windows and effects The internal Qt QPA is now connected directly to InputMethod stack when any item has focus. Unlike the wayland protocol nothing is double buffered because we should process everything before the next frame. M +1 -0 src/CMakeLists.txt M +12 -10 src/input.cpp M +68 -3 src/inputmethod.cpp M +9 -0 src/inputmethod.h A +198 -0 src/internalinputmethodcontext.cpp [License: GPL(v2.0+)] A +67 -0 src/internalinputmethodcontext.h [License: GPL(v2.0+)] M +11 -0 src/plugins/qpa/integration.cpp M +2 -0 src/plugins/qpa/integration.h https://invent.kde.org/plasma/kwin/-/commit/5dca0553899ae53da389dd74bb0c278036bcda83 -- You are receiving this mail because: You are watching all bug changes.
