Bug 354257

Summary: Add "Minimize all" to the "Show Desktop" widget's context menu
Product: [Plasma] plasmashell Reporter: Gregor Mi <codestruct>
Component: generalAssignee: David Edmundson <kde>
Status: RESOLVED FIXED    
Severity: wishlist CC: bshah, plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.4.2   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.7.0
Sentry Crash Report:

Description Gregor Mi 2015-10-23 13:49:33 UTC
Left-click on the "Show Desktop" widget switches to a certain show desktop mode. This is good because this way it is possible to restore all the windows as they were before the switch.

There are situations where one would like to minimize all windows, e.g. to have a fresh start or working with the desktop itself. In this case it would be helpful if there was a "Minimize all" option in the context menu of "Show Desktop" widget.
Comment 1 Kai Uwe Broulik 2016-03-09 17:29:23 UTC
Git commit 33e43786de9ee383479ebe15adc6a409315ac4c6 by Kai Uwe Broulik.
Committed on 09/03/2016 at 17:29.
Pushed by broulik into branch 'master'.

[Show Desktop applet] Add "Minimize All Windows" action to context menu
FIXED-IN: 5.7.0

M  +8    -2    applets/showdesktop/package/contents/ui/main.qml
M  +7    -0    applets/showdesktop/plugin/showdesktop.cpp
M  +1    -0    applets/showdesktop/plugin/showdesktop.h

http://commits.kde.org/kdeplasma-addons/33e43786de9ee383479ebe15adc6a409315ac4c6
Comment 2 Gregor Mi 2016-10-02 11:39:23 UTC
Fix confirmed with Plasma 5.7.95. Works as expected. Thanks.