Summary: | ther should be no "empty folders" | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | S. Burmeister <sven.burmeister> |
Component: | Searches-Dates | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 0.9.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.4 | |
Sentry Crash Report: |
Description
S. Burmeister
2007-04-17 13:00:52 UTC
Closely related to #140743. The left sidebar has to behave more consistently, and tags already display items in subtags. So if #140743 is implemented, there will hopefully be an option to also display items in sub-[folders/dates/...]. If you feel that #140743 covers your case as well, please close this bug. ... or #126871 http://bugs.kde.org/show_bug.cgi?id=126871 Bye Thorsten Arnd,
Recursive album feature is implemented with 0.9.3... but this one no :
>Same for the date-view, clicking on 2007 does not show any pictures, although
>it should show all pictures from 2007 ordered by month.
What do you think about ?
Gilles
I think this should be done as well. See also my comment http://bugs.kde.org/show_bug.cgi?id=128231#c52 I.e., should we visually mark all months below the selected year in some way? (E.g., Either make them all selected as well, if that's technically possible, or in bold? Does this sound like the right approach ...????) SVN commit 768470 by cgilles: digiKam from KDE3 branch : Calendar View : When selecting Year album now show all pictures taken during this year. BUG: 144337 CCBUGS: 140743 CCBUGS: 126871 M +28 -6 digikam/album.cpp M +13 -2 digikam/album.h M +59 -16 digikam/albummanager.cpp M +44 -52 digikam/datefolderview.cpp M +3 -3 digikam/datefolderview.h M +13 -11 kioslave/digikamdates.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=768470 With commit #768470, I have close this file. Date View is fixed about Year album. Since digiKam 0.9.3, recursive albums is supported with a new option in View menu. Following comment #1 from Franck, i recommend to use bug #140743 for additional wishes. Gilles Caulier SVN commit 768997 by cgilles: digiKam from trunk : backport commit #768470 from KDE3 branch. CCBUGS: 144337 CCBUGS: 140743 CCBUGS: 126871 M +41 -47 datefolderview.cpp M +3 -3 datefolderview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=768997 |