Bug 497784 - Show more information in tablet tester
Summary: Show more information in tablet tester
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_tablet (other bugs)
Version First Reported In: master
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-22 13:47 UTC by Nicolas Fella
Modified: 2025-07-30 20:53 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 6.5.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Fella 2024-12-22 13:47:13 UTC
Currently the tablet test window shows stylus x/y coordinates and when the stylus enters/leaves.

We could show more stuff there. Some things that come to mind are pressure/tilt values and stylus/pad button presses
Comment 1 Bug Janitor Service 2024-12-22 15:45:20 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2675
Comment 2 Joshua Goins 2024-12-22 18:36:23 UTC
Git commit 4afc237537ce3a26e99b959f2f9b454f1db24f39 by Joshua Goins.
Committed on 22/12/2024 at 18:21.
Pushed by redstrate into branch 'master'.

kcms/tablet: Add pressure information to the tablet tester

M  +8    -1    kcms/tablet/tabletevents.cpp
M  +1    -1    kcms/tablet/tabletevents.h
M  +3    -3    kcms/tablet/ui/Tester.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/4afc237537ce3a26e99b959f2f9b454f1db24f39
Comment 3 Joshua Goins 2024-12-22 18:36:25 UTC
Git commit 2efa091edbd9b96816573ae775b59c86b06f36fc by Joshua Goins.
Committed on 22/12/2024 at 18:21.
Pushed by redstrate into branch 'master'.

kcms/tablet: Add tilt information to the tablet tester

M  +15   -1    kcms/tablet/tabletevents.cpp
M  +1    -1    kcms/tablet/tabletevents.h
M  +3    -3    kcms/tablet/ui/Tester.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/2efa091edbd9b96816573ae775b59c86b06f36fc
Comment 4 Bug Janitor Service 2025-07-06 22:25:10 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3097
Comment 5 Joshua Goins 2025-07-07 17:37:33 UTC
Git commit ecb94acb56c592ea64a2a81d55dc944dacf25a42 by Joshua Goins.
Committed on 07/07/2025 at 17:13.
Pushed by redstrate into branch 'master'.

kcms/tablet: Show tablet pad button events in the tester

This allows users to view their (if bound to application-defined) pad
buttons work as expected.

M  +9    -0    kcms/tablet/ui/Tester.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/ecb94acb56c592ea64a2a81d55dc944dacf25a42
Comment 6 Joshua Goins 2025-07-07 17:37:41 UTC
Git commit aba5d19a4edaf71ba367c23022175b5573cdd0d8 by Joshua Goins.
Committed on 07/07/2025 at 17:13.
Pushed by redstrate into branch 'master'.

kcms/tablet: Show tablet pad dial events in the tester

This allows users to view their (if bound to application-defined) pad
dials work as expected.

M  +52   -1    kcms/tablet/tabletevents.cpp
M  +1    -0    kcms/tablet/tabletevents.h
M  +6    -0    kcms/tablet/ui/Tester.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/aba5d19a4edaf71ba367c23022175b5573cdd0d8
Comment 7 Joshua Goins 2025-07-30 20:52:50 UTC
Closing as the original report should be fully covered now.