Summary: | Add «Show All Entries» toggle for Places to the Panels submenu | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Tore Havn <veqz> |
Component: | panels: folders | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | |
Priority: | NOR | Keywords: | usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/dolphin/c900f7d255aa8fb326cf20f598a5de1a1edbcfe9 | Version Fixed In: | 18.12.0 |
Sentry Crash Report: | |||
Attachments: | Mockup of the suggested feature |
That does sound like a good idea, especially for our Usability Initiative. Okay, this went rather fast! :) https://phabricator.kde.org/D16767 Git commit c900f7d255aa8fb326cf20f598a5de1a1edbcfe9 by Chris Rizzitello. Committed on 17/11/2018 at 13:38. Pushed by rizzitello into branch 'Applications/18.12'. Improve Ux for the places panel's hidden items Summary: FIXED-IN: 18.12.0 Clean up the context menu for the places panel. - Change Text "Show All Entries" -> "Show Hidden Places" - Use State dependent icon (like hidden files) - Disable instead of hide if not places are hidden. - Toggle to unchecked if last item of group is unhidden. Create a copy of this "Show Hidden Places" entry in the main dolphin menu View->Places. Test Plan: With Hidden Places {F6398756} {F6398759} Context Menu: {F6398762} {F6398761} Without Hidden Places. {F6414694} {F6414696} Reviewers: #dolphin, #vdg, elvisangelaccio, ngraham Reviewed By: #dolphin, #vdg, elvisangelaccio, ngraham Subscribers: cfeck, elvisangelaccio, veqz, davidc, ngraham, kfm-devel Tags: #dolphin Maniphest Tasks: T8349 Differential Revision: https://phabricator.kde.org/D16767 M +19 -0 src/dolphinmainwindow.cpp M +26 -7 src/panels/places/placespanel.cpp M +3 -0 src/panels/places/placespanel.h https://commits.kde.org/dolphin/c900f7d255aa8fb326cf20f598a5de1a1edbcfe9 |
Created attachment 116186 [details] Mockup of the suggested feature There should be an option to toggle the «Show All Entries» in the Panels submenu in Dolphin. This will make it more discoverable, and be easier to find and unhide items which were accidentally hidden. Attached an image of what I'm envisioning.