Summary: | Possibility to select more than one folder from tree-view | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Rinus Bakker <sleeplessregulus> |
Component: | Albums-TreeView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | caulier.gilles, freisim93, jst.hl, kdebugs, mario.frank, metzpinguin, schubert.seb, sdx, sleeplessregulus, st11x, thomas.albrecht |
Priority: | NOR | ||
Version: | 6.2.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Timeline
Select without subfolders action in WLPG |
Description
Rinus Bakker
2011-03-24 20:35:07 UTC
I remember some very old work (by Andi?) regarding this problem. There's not much in the way to enable multiselection in the UI, but a lot of code is currently centered on a single "current album" so the changes are not trivial. Marcel, Mostly if I want to be able to browse a selection of folders I give the picture in each desired folder a tempory tag. Go to tags, select the tag and I have what I want, can browse them, tag them, compare them, move them, delete them, can sent them to batch cue, or to slideshow and so on. If I'm done I have to remove the tempory tags. I wonder if that could be done easyer, select, (or control/shift multiple select) folder ->right click-> copy to virtual album. And you can manage them just the way you can with pictures in an album tree which are in different folders too. Wath do you think? Rinus Op 26-3-2011 14:41, Marcel Wiesweg schreef: > https://bugs.kde.org/show_bug.cgi?id=269340 > > > > > > --- Comment #1 from Marcel Wiesweg<marcel wiesweg gmx de> 2011-03-26 14:41:18 --- > I remember some very old work (by Andi?) regarding this problem. There's not > much in the way to enable multiselection in the UI, but a lot of code is > currently centered on a single "current album" so the changes are not trivial. > Virtual albums is another metaphor here, similar to tags. I was thinking along the lines of real multi-selection, you Ctrl+Select multiple albums in the left sidebar and all pictures are shown in the middle pane. This is not all too difficult, but not trivial to implement. Anyway, it would make me even more happy with your work than I already am! Rinus Op 28-3-2011 22:06, Marcel Wiesweg schreef: > https://bugs.kde.org/show_bug.cgi?id=269340 > > > > > > --- Comment #3 from Marcel Wiesweg<marcel wiesweg gmx de> 2011-03-28 22:06:24 --- > Virtual albums is another metaphor here, similar to tags. > I was thinking along the lines of real multi-selection, you Ctrl+Select > multiple albums in the left sidebar and all pictures are shown in the middle > pane. This is not all too difficult, but not trivial to implement. > *** Bug 240361 has been marked as a duplicate of this bug. *** Note : multiple selection of Tags album is now implemented in next 4.0.0 through this GoSC 2013 entry : http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/slavuttici/35001 Gilles Caulier I voted for that, because I'd like to use that feature to set the album date to the oldest/youngest/average containing picture for multiple albums at once. (In reply to jst.hl from comment #7) > I voted for that, because I'd like to use that feature to set the album date > to the oldest/youngest/average containing picture for multiple albums at > once. I support your wish since this feature may be helpful in other situations. But we will probably not be able to implement this for the upcoming version 5.4 Just want to mention, that in 6.0.0 (beta 3) I am not able to select multiple albums. I would like this feature. Right now I have to do my album management in Pathfinder/File Manager. *** This bug has been confirmed by popular vote. *** I second this request. Note that multiple Tag selection is supported, but not multiple selection of Albums, Dates or Timelines. (v7.2 Windows) Considering that "multiple Tag selection" already works among Tags, and there is code to display all subfolders at once, there should be all building blocks to enable selection of multiple folders together. I personally use this in Windows Live Photo Gallery to show a slideshow of a certain period which may include multiple folders. It is not just a matter of activating the selection of several albums. There are already certain preparations in the code to enable this, but I still estimate the effort to be quite high. The timeline tab allows single selections and a range selection. Maik OK, we can live without it :) BTW, I (still) do not manage to figure out how to make a range selection in Timeline tab. Just a silly thought (by no means easy or rational to do): 1- Tags view already works with multiple tags by Ctrl+click 2- Belonging to a certain folder/album is an indexable property, basically the same thing as a Tag. 3- Therefore file/album tree could share the same code as the Tag tree, but using a Tag hierarchy to represent folders. Result - one basic code to run Tags, Albums or similar views. The selection in the timeline (not date view) is made with CTRL or Shift, as usual. The album view also allows file operations, for example. These are currently designed for a source album. We give this Infoemation to the collection scanner on the way so that it does not scan all images again after moving from an album. All of this has to work with multiple albums. Maik OK, thank you! Meanwhile I discovered more info in the documentation (I was crippled before I discovered PDF version with a Search! unlike in HTML version) https://docs.kde.org/trunk5/en/extragear-graphics/digikam/using-digikam.html#using-mainwindow-timelineview Must say on my v7.2 in Windows I still can not get Timeline to multi-select (tried Shift and Ctrl in different ways). Perhaps a bug? Created attachment 134666 [details]
Timeline
Just tested again in the Windows 10 VM, multiple selection in the timeline is possible without problems. Here is a screenshot of the Linux version, the range from April 2019 to May 2020 is selected.
Maik
Yes, my bad. Somehow I managed to not see it previously(?) I don't have an explanation here - it does work in Windows as well, even without holding down shift. Please ignore my comments about Timeline not working. Created attachment 134680 [details]
Select without subfolders action in WLPG
For future reference, here is a good example from WLPG 2012:
Because WLPG allows selection of multiple folders, there is also no need for "Include Album Sub-Tree" option (it is always ON). Instead if user does not want to display one or more sub-folders user can:
1- Ctrl-click on sub-folders to de-select subfolders;
2- use the "Select without subfolders" option to temporarily deactivate "Include Album Sub-Tree = ON".
I find this implementation very easy to use and in WLPG often switch between showing all subfolders (most of the time) and excluding certain sub-folders using Ctrl-click (when I am sorting & rating incoming images).
*** Bug 159209 has been marked as a duplicate of this bug. *** *** Bug 479674 has been marked as a duplicate of this bug. *** |