Bug 406454

Summary: Make the progress indicator on the Task Manager button optional
Product: [Applications] Elisa Reporter: Nate Graham <nate>
Component: generalAssignee: Matthieu Gallien <matthieu_gallien>
Status: RESOLVED FIXED    
Severity: minor CC: bugseforuns
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=409687
Latest Commit: Version Fixed In: 20.04.0

Description Nate Graham 2019-04-12 02:12:49 UTC
I hate to be That Guy, but...

I don't like the progress indicator on the Task Manager button. I find it distracting and don't feel like I need to see how close the current song is to completion.

Any chance we can have a way to turn it off?
Comment 1 Matthieu Gallien 2019-04-12 08:35:11 UTC
I will have a look at implementing this.
Comment 2 Nate Graham 2019-04-12 13:05:24 UTC
Thanks, much appreciated. :)
Comment 3 Matthieu Gallien 2019-04-17 15:36:13 UTC
https://phabricator.kde.org/D20636 is open for review
Comment 4 Matthieu Gallien 2020-02-12 16:55:20 UTC
https://invent.kde.org/kde/elisa/merge_requests/2 is ready for review.
Comment 5 Matthieu Gallien 2020-02-14 16:23:15 UTC
Git commit 180ba8dbdbadbda02a4e2e2a4f4e543daadcf945 by Matthieu Gallien.
Committed on 14/02/2020 at 06:23.
Pushed by mgallien into branch 'master'.

allow to activate/deactivate the progress indicator on task bar entry

Summary:
the Elisa application menu has an entry to activate or deactivate the
reporting of progress on the task bar entry (currently supported on
Plasma, Windows and linux environments supporting
com.canonical.Unity.LauncherEntry .

Test Plan: One can activate or deactive the progress reporting

Reviewers: #elisa, ngraham

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

M  +42   -14   src/mpris2/mediaplayer2player.cpp
M  +5    -0    src/mpris2/mediaplayer2player.h
M  +13   -1    src/mpris2/mpris2.cpp
M  +12   -0    src/mpris2/mpris2.h
M  +6    -0    src/qml/ApplicationMenu.qml
M  +8    -0    src/qml/ElisaMainWindow.qml
M  +1    -0    src/qml/PlatformIntegration.qml
M  +18   -7    src/windows/PlatformIntegration.qml

https://invent.kde.org/kde/elisa/commit/180ba8dbdbadbda02a4e2e2a4f4e543daadcf945