Bug 217709 - Actually hide hidden Albums and specific Images
Summary: Actually hide hidden Albums and specific Images
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-MainView (show other bugs)
Version: 2.0.0
Platform: Debian testing Unspecified
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-07 13:12 UTC by Elmar Höfner
Modified: 2021-05-08 13:00 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed In: 7.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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