Summary: | Now Playing widget: content doesn't fit the widget box, play/stop buttons over text | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Janek Bevendorff <kde> |
Component: | widget-nowplaying | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alex.merry |
Priority: | NOR | ||
Version: | 4.8.80 (beta1) | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdeplasma-addons/7326e901c8f74f67d6f1c7df8d278028a999c7b9 | Version Fixed In: | 4.9 |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 301845 | ||
Attachments: | Screenshot |
Description
Janek Bevendorff
2012-06-08 18:50:15 UTC
Created attachment 71673 [details]
Screenshot
Git commit 1fdca98b83c465bf0cd63974553a8365fa7f67a9 by Alex Merry. Committed on 11/06/2012 at 12:40. Pushed by alexmerry into branch 'master'. mpris2-dataengine: fake a CanStop capability This allows the stop button to be greyed out when there is nothing to be stopped, making the user experience slightly less confusing. M +10 -0 plasma/generic/dataengines/mpris2/playercontainer.cpp M +4 -1 plasma/generic/dataengines/mpris2/playercontainer.h M +1 -1 plasma/generic/dataengines/mpris2/playercontrol.cpp http://commits.kde.org/kde-workspace/1fdca98b83c465bf0cd63974553a8365fa7f67a9 Sorry, I CC'd the wrong bug. Git commit 7326e901c8f74f67d6f1c7df8d278028a999c7b9 by Alex Merry. Committed on 11/06/2012 at 12:59. Pushed by alexmerry into branch 'master'. nowplaying: prevent the controls from leaving the widget The minimum width was previously such that the controls could extend outside the right edge of the widget. M +1 -1 applets/nowplaying/package/contents/ui/FullLayout.qml http://commits.kde.org/kdeplasma-addons/7326e901c8f74f67d6f1c7df8d278028a999c7b9 Allowing the controls to cover the text was a deliberate decision, as it allows users to avoid wasting space on controls that are not needed and not visible most of the time. They should perhaps have some sort of blurring effect underneath them, but I don't think that's easily acheivable with QML 1, and so will have to wait for Qt 5. |