Summary: | GROUP : grouped images are found, but do not show in searches | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Kyle Altendorf <kyle.altendorf> |
Component: | Albums-ItemGroup | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, iwannaberich, metzpinguin, mnaugendre |
Priority: | NOR | ||
Version: | 2.7.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/digikam/commit/cfcbed2adb646e21066c8615199586ab3cb49169 | Version Fixed In: | 7.0.0 |
Sentry Crash Report: |
Description
Kyle Altendorf
2012-07-09 16:20:55 UTC
On 1 July I have committed code which, as I believe, should fix this issue. I guess it is in 2.7.0. Grouped images will not be shown, but if the master is shown, all grouped images should be loaded if not yet present. *** Bug 330905 has been marked as a duplicate of this bug. *** Kyle, This file still valid using last digiKam 4.2.0 ? Gilles Caulier This file still valid using last digiKam 5.0.0 ? Gilles Caulier *** Bug 391839 has been marked as a duplicate of this bug. *** If I am not mistaken, this thread in Digikam's mail list refers to this bug. It provides an example and some screenshots showing the behavior. http://digikam.1695700.n4.nabble.com/digiKam-users-Show-grouped-images-in-a-folder-td4706510.html Marc, I'm currently working on fixing inconsistent grouping behavior. What do you think, should we only show grouping in the Physical Album view and disable it in the Tag, Date and Search view? Or should an option "menu-> view-> [x]Show all groups as open" exist? Maik I am not sure. I mostly used grouping to group duplicated, very similar, or edited version of the same picture, often in different directories. The problem with that is that pictures not on the top of the stack (the "master") are hidden in their respective directories. But the same problem occurs in the Tag panel (among others). Ideally, all pictures in a stack should be displayed in all directories, regardless of which one is the master (or maybe any grouped picture in a given directory should be the master of his own stack?). I'm not sure if any of that makes sense because I don't know how it works internally. Between the two options you propose, I'd lean towards the latter. It's in the album view where grouping is more useful, and also where it can cause more inconvenience when pictures are hidden. Git commit cfcbed2adb646e21066c8615199586ab3cb49169 by Maik Qualmann. Committed on 10/11/2019 at 20:38. Pushed by mqualmann into branch 'master'. add option in the view menu to show all groups as open Related: bug 321339, bug 382311, bug 396337, bug 413704 FIXED-IN: 7.0.0 M +3 -1 NEWS M +11 -4 core/app/items/views/digikamitemview.cpp M +1 -0 core/app/items/views/digikamitemview.h M +5 -0 core/app/main/digikamapp.cpp M +2 -0 core/app/main/digikamapp.h M +2 -0 core/app/main/digikamapp_p.h M +8 -1 core/app/main/digikamapp_setup.cpp M +3 -1 core/app/main/digikamui5.rc M +10 -0 core/app/views/stack/itemiconview.cpp M +1 -0 core/app/views/stack/itemiconview.h M +4 -3 core/app/views/tableview/tableview_model.cpp M +10 -13 core/libs/database/models/itemfiltermodel.cpp M +2 -0 core/libs/settings/applicationsettings.cpp M +3 -0 core/libs/settings/applicationsettings.h M +10 -0 core/libs/settings/applicationsettings_albums.cpp M +3 -0 core/libs/settings/applicationsettings_p.cpp M +2 -0 core/libs/settings/applicationsettings_p.h https://invent.kde.org/kde/digikam/commit/cfcbed2adb646e21066c8615199586ab3cb49169 |