Summary: | Ctrl+click should open/close all one level sibling tree view nodes of the clicked node. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jens <jens-bugs.kde.org> |
Component: | Usability-Ergonomy | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 7.9.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jens
2022-10-18 17:56:18 UTC
Dolphin shows the same behavior here as digiKam, CTRL also does not open/collapse the sub-nodes. In which programs is it implemented in this way? Do you know the options in digiKam's right mouse button menu? Maik Here are the available keys explained for a QTreeView: https://doc.qt.io/qt-6/qtreeview.html#key-bindings You can expand everything recursively with the Asterisk key (*). Maik My experience comes mainly from (commercial) Windows software. Maybe this is a default feature of some Windows library, WinForms, Win32, whatever .. I don't know. I just think this improves efficiency immensely when navigating through large trees of any kind. Thanks for the hint about the context menu. True. My use case is rather something like this: I have albums called 2009 .. 2022, each full of subalbums, all expanded. I want to collapse all these albums by one level. Right now I can collapse/expand *everything*, and collapse/expand *one* object on all levels, but I cannot collapse/expand *all* sibling objects by *one* level. Also not with the options in the context menu, unless I have overlooked something. Hmm, I can recursively expand and collapse a node with all its sub-items, tested with the Windows version. Maik Yes, and I want to expand and collapse a node with all of its *siblings*, but just one level deep. This is a different feature :-) |