https://bugs.kde.org/show_bug.cgi?id=411877
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/c3 | |2f3be935913f76b9c46bd93ef6a | |f086ba4be76 Resolution|--- |FIXED --- Comment #28 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit c32f3be935913f76b9c46bd93ef6af086ba4be76 by Nicolas Fella. Committed on 22/11/2022 at 11:38. Pushed by nicolasfella into branch 'master'. Add touchscreen KCM There are various properties of a touchscreen that the user may want/need to configure First the user may want to disable the touchscreen altogether Then there are some cases where the touchscreen isn't automatically assigned to the correct display and a manual override is needed This new KCM provides a way to do both It is Wayland-only Related: bug 455619 M +1 -0 kcms/CMakeLists.txt A +44 -0 kcms/touchscreen/CMakeLists.txt A +2 -0 kcms/touchscreen/Messages.sh A +185 -0 kcms/touchscreen/devicesmodel.cpp [License: GPL(v2.0+)] A +51 -0 kcms/touchscreen/devicesmodel.h [License: GPL(v2.0+)] A +103 -0 kcms/touchscreen/inputdevice.cpp [License: GPL(v2.0+)] A +167 -0 kcms/touchscreen/inputdevice.h [License: GPL(v2.0+)] A +17 -0 kcms/touchscreen/kcm_touchscreen.json A +125 -0 kcms/touchscreen/kcmtouchscreen.cpp [License: LGPL(v2.0+)] A +40 -0 kcms/touchscreen/kcmtouchscreen.h [License: LGPL(v2.0+)] A +83 -0 kcms/touchscreen/package/contents/ui/main.qml [License: GPL(v2.0+)] https://invent.kde.org/plasma/plasma-desktop/commit/c32f3be935913f76b9c46bd93ef6af086ba4be76 -- You are receiving this mail because: You are watching all bug changes.