https://bugs.kde.org/show_bug.cgi?id=488771
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |fc176845b25759f8f80ce11e174 | |1bc925cd2b6f8 Version Fixed In| |6.2.0 --- Comment #2 from Nate Graham <n...@kde.org> --- Git commit fc176845b25759f8f80ce11e1741bc925cd2b6f8 by Nate Graham, on behalf of Thomas Duckworth. Committed on 28/08/2024 at 15:51. Pushed by ngraham into branch 'master'. kcms/access: Move the Color Blindness Correction settings page here This makes far more sense than having it in Desktop Effects, which is essentially an implementation detail which should be moved away from, especially for accessibility components. This also slightly reorganizes the page to make more sense within the context of the Accessibility KCM. It also adds some slider labels and sets a minimum value higher than 0, because for some reason the KCM goes back to full intensity when set to 0, but not in the Desktop Effect configuration. Being able to set it to 0 is redundant anyway now that there's an enablement checkbox. See also https://invent.kde.org/plasma/kwin/-/merge_requests/6317 which sets the corresponding Desktop Effect as internal. FIXED-IN: 6.2.0 M +4 -2 kcms/access/CMakeLists.txt M +1 -1 kcms/access/kcm_access.json M +39 -0 kcms/access/kcmaccess.cpp M +6 -0 kcms/access/kcmaccess.h A +25 -0 kcms/access/kcmaccessibilitycolorblindnesscorrection.kcfg A +9 -0 kcms/access/kcmaccessibilitycolorblindnesscorrection.kcfgc A +140 -0 kcms/access/ui/ColorblindnessCorrection.qml [License: GPL(v2.0+)] M +6 -0 kcms/access/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/fc176845b25759f8f80ce11e1741bc925cd2b6f8 -- You are receiving this mail because: You are watching all bug changes.