| Summary: | Give option to collapse and expand levels in the Collection browser | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Ravi Arora <ra.ravi.rav> |
| Component: | Collection Browser | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | kdebugs |
| Priority: | NOR | ||
| Version First Reported In: | 2.3.1 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/amarok/-/commit/ea91cd3bc6a74cd31fbde07d99958570d3b6f406 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Ravi Arora
2010-07-13 16:37:37 UTC
In general, you can select the node and press the left arrow to collapse it (assuming left isn't mapped to anything else). However, selecting all (ctrl+a) and pressing the left arrow doesn't work as expected. A possibly relevant merge request was started @ https://invent.kde.org/multimedia/amarok/-/merge_requests/67 Git commit ea91cd3bc6a74cd31fbde07d99958570d3b6f406 by Tuomas Nurmi. Committed on 30/03/2024 at 00:02. Pushed by nurmi into branch 'master'. Add collection browser right click menu entry for collapsing all. Leveraging an existing string and a very straightforward QTreeView method. Only visible if some of the selected items is expanded, or not first level. M +1 -0 ChangeLog M +25 -0 src/browsers/CollectionTreeView.cpp M +1 -0 src/browsers/CollectionTreeView.h https://invent.kde.org/multimedia/amarok/-/commit/ea91cd3bc6a74cd31fbde07d99958570d3b6f406 |