Bug 217709

Summary: Actually hide hidden Albums and specific Images
Product: [Applications] digikam Reporter: Elmar Höfner <elmar.hoefner>
Component: Albums-MainViewAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, flo.w.121at, giggi1999, jonorland, kdebugs, marcel.wiesweg, online
Priority: NOR    
Version: 2.0.0   
Target Milestone: ---   
Platform: Debian testing   
OS: Unspecified   
Latest Commit: Version Fixed In: 7.3.0

Description Elmar Höfner 2009-12-07 13:12:32 UTC
Version:            (using KDE 4.3.1)
Installed from:    Debian testing/unstable Packages

Digikam's album view does not respect the unix/linux custom to consider directories hidden if the name starts with a dot, but it does so with files. 

It would be useful if one could choose to actually hide hidden directories. Some other programs (e.g. rawstudio) create hidden subdirectories (name starting with a dot on linux/unix, "hidden"-flag on other OS) containing thumb images, which are also counted in statistics (and thus bias the statistics) and are of no particular use in digikam.
Comment 1 Marcel Wiesweg 2009-12-07 17:04:31 UTC
I think it makes sense to ignore directories when QFileInfo::isHidden() is true.
There may be some cross-platform trouble when digikam on Windows accesses a network storage with Unix-style hidden files, but then, that's life. Or we just always check for Unix-style "." hidden files.
Comment 2 caulier.gilles 2011-07-03 14:03:48 UTC
Still valid with 2.0.0 RC ?

Gilles Caulier
Comment 3 Elmar Höfner 2011-07-07 20:41:28 UTC
(In reply to comment #2)
> Still valid with 2.0.0 RC ?
> 
> Gilles Caulier

Yes, hidden directories are still listed.
Comment 4 Simon Oosthoek 2011-08-04 08:29:12 UTC
I confirm this is still a problem in 2.0.0 final.
Comment 5 Jonas Norlander 2011-09-18 18:39:07 UTC
I like to see an option to hide directories, not only linux "dot" directories. In my case I store all my photos on an Synology NAS and it keeps create directories named "@eaDir" with thumbnailes used for it's DLNA media server.
Comment 6 caulier.gilles 2011-11-12 13:35:37 UTC
*** Bug 286278 has been marked as a duplicate of this bug. ***
Comment 7 caulier.gilles 2011-12-06 13:29:23 UTC
*** Bug 288125 has been marked as a duplicate of this bug. ***
Comment 8 caulier.gilles 2011-12-15 17:48:11 UTC

*** This bug has been marked as a duplicate of bug 150531 ***
Comment 9 caulier.gilles 2021-05-08 13:00:01 UTC
Fixed with bug #150531