Bug 144337 - ther should be no "empty folders"
Summary: ther should be no "empty folders"
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Searches-Dates (show other bugs)
Version: 0.9.1
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-17 13:00 UTC by S. Burmeister
Modified: 2012-08-26 14:46 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.9.4


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S. Burmeister 2007-04-17 13:00:52 UTC
Version:           0.9.1 (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs
OS:                Linux

When I use the album-view and click on "My Albumlist" or even on the categories, no pictures are displayed.

Expected behaviour: When clicking on the Category "Family", show all pictures within "Family" and order them by album.

Same for the date-view, clicking on 2007 does not show any pictures, although it should show all pictures from 2007 ordered by month.
Comment 1 Frank Siegert 2007-04-17 14:51:00 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.
Comment 2 Thorsten Schnebeck 2007-04-17 21:34:21 UTC
... or #126871
http://bugs.kde.org/show_bug.cgi?id=126871

Bye

  Thorsten
Comment 3 caulier.gilles 2007-12-04 08:38:02 UTC
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






Comment 4 Arnd Baecker 2007-12-04 09:08:10 UTC
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 ...????)
Comment 5 caulier.gilles 2008-01-30 07:53:07 UTC
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
Comment 6 caulier.gilles 2008-01-30 07:57:40 UTC
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
Comment 7 caulier.gilles 2008-01-31 07:31:22 UTC
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