[systemsettings] [Bug 375106] Selected cursor theme is unreadable when I use breeze or breeze light theme
Marco Martin
bugzilla_noreply at kde.org
Tue Jan 23 13:40:01 GMT 2018
https://bugs.kde.org/show_bug.cgi?id=375106
Marco Martin <notmart at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Latest Commit| |https://commits.kde.org/pla
| |sma-desktop/bd95edf3abd88fd
| |b60a8b1c4568005a4464bd6b0
Status|CONFIRMED |RESOLVED
--- Comment #3 from Marco Martin <notmart at gmail.com> ---
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
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list