Summary: | Task manager text is blurred | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Eugene Shalygin <eugene.shalygin+bugzilla.kde> |
Component: | Task Manager and Icons-Only Task Manager | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | plasma-bugs |
Priority: | NOR | ||
Version: | 5.5.95 | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-desktop/6c3b01c52f4a7daac11a8f22cecc5e551d9bfcbb | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Blurry task panel |
Description
Eugene Shalygin
2016-03-05 14:39:04 UTC
Created attachment 97691 [details]
Blurry task panel
Git commit 6c3b01c52f4a7daac11a8f22cecc5e551d9bfcbb by Eike Hein. Committed on 23/08/2016 at 18:57. Pushed by hein into branch 'master'. Drop the C++ text label implementation. Summary: After D2281 set the stage, this change drops the C++ label in favor of the PlasmaComponents-based label added then. A consensus has emerged that the things the C++ label did that the new label does not do (fadeout gradients, shadowing) are not actually desirable. Related: bug 346050, bug 357242 Reviewers: #plasma, broulik Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D2418 M +0 -2 applets/taskmanager/CMakeLists.txt M +0 -3 applets/taskmanager/package/contents/config/main.xml D +0 -30 applets/taskmanager/package/contents/ui/CppTextLabel.qml D +0 -32 applets/taskmanager/package/contents/ui/QmlTextLabel.qml M +9 -10 applets/taskmanager/package/contents/ui/Task.qml D +0 -154 applets/taskmanager/plugin/blur.cpp M +0 -2 applets/taskmanager/plugin/taskmanagerplugin.cpp D +0 -278 applets/taskmanager/plugin/textlabel.cpp D +0 -80 applets/taskmanager/plugin/textlabel.h http://commits.kde.org/plasma-desktop/6c3b01c52f4a7daac11a8f22cecc5e551d9bfcbb |