Bug 375106

Summary: Selected cursor theme is unreadable when I use breeze or breeze light theme
Product: [Applications] systemsettings Reporter: Patrick Silva <bugseforuns>
Component: kcm_mouseAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: nate, plasma-bugs, unassigned-bugs
Priority: NOR    
Version: 5.11.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot

Description Patrick Silva 2017-01-15 19:51:21 UTC
Created attachment 103429 [details]
screenshot

I cant read name nor description of the selected cursor theme when I use breeze or breeze light theme. See the screenshot.
Comment 1 Nate Graham 2017-10-31 02:46:10 UTC
Looks like the unfocused text is using the light color instead of the dark color. I'll have a look.
Comment 2 Christoph Feck 2017-11-10 01:14:46 UTC
It probably does not pass the correct ColorGroup to the QPalette call. The listview is inactive, but it looks like the delegate uses the text color for selected items in active lists.
Comment 3 Marco Martin 2018-01-23 13:40:01 UTC
Git commit bd95edf3abd88fdb60a8b1c4568005a4464bd6b0 by Marco Martin.
Committed on 23/01/2018 at 13:39.
Pushed by mart into branch 'master'.

QML mouse cursor KCM and components

Summary:
introduce a cursor theme kcm ported to QML, following the new
design guidelines, alongside generic components that will be reused for
modules that are mostly big grid views, such as look and feel.

Test Plan: tested on different devices with different dpi

Reviewers: #plasma, hein

Subscribers: hein, davidedmundson, aspotashev, januz, ngraham, romangg, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D8692

M  +12   -9    kcms/cursortheme/CMakeLists.txt
M  +1    -1    kcms/cursortheme/Messages.sh
R  +6    -14   kcms/cursortheme/kcm_cursortheme.desktop [from: kcms/cursortheme/cursortheme.desktop - 095% similarity]
M  +552  -21   kcms/cursortheme/kcmcursortheme.cpp
M  +95   -5    kcms/cursortheme/kcmcursortheme.h
A  +67   -0    kcms/cursortheme/package/contents/ui/Delegate.qml     [License: LGPL (v2)]
A  +99   -0    kcms/cursortheme/package/contents/ui/main.qml     [License: LGPL (v2)]
A  +19   -0    kcms/cursortheme/package/metadata.desktop
M  +4    -1    kcms/cursortheme/xcursor/cursortheme.h
D  +0    -174  kcms/cursortheme/xcursor/itemdelegate.cpp
D  +0    -42   kcms/cursortheme/xcursor/itemdelegate.h
M  +104  -32   kcms/cursortheme/xcursor/previewwidget.cpp
M  +33   -7    kcms/cursortheme/xcursor/previewwidget.h
M  +7    -0    kcms/cursortheme/xcursor/sortproxymodel.cpp
M  +3    -1    kcms/cursortheme/xcursor/sortproxymodel.h
M  +50   -5    kcms/cursortheme/xcursor/thememodel.cpp
M  +6    -5    kcms/cursortheme/xcursor/thememodel.h
D  +0    -573  kcms/cursortheme/xcursor/themepage.cpp
D  +0    -97   kcms/cursortheme/xcursor/themepage.h
D  +0    -114  kcms/cursortheme/xcursor/themepage.ui
M  +3    -13   kcms/cursortheme/xcursor/xcursortheme.cpp
M  +7    -5    kcms/cursortheme/xcursor/xcursortheme.h

https://commits.kde.org/plasma-desktop/bd95edf3abd88fdb60a8b1c4568005a4464bd6b0