Bug 354257 - Add "Minimize all" to the "Show Desktop" widget's context menu
Summary: Add "Minimize all" to the "Show Desktop" widget's context menu
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (other bugs)
Version First Reported In: 5.4.2
Platform: Other Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-23 13:49 UTC by Gregor Mi
Modified: 2016-10-02 11:39 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.7.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.