Summary: | Showfoto claims that there are no images in directory that contains symlinks to images | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | michal |
Component: | Showfoto-Directory | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
michal
2009-08-16 21:48:20 UTC
dir.setFilter ( QDir::Files | QDir::NoSymLinks ); Does anyone know the reason why we filter out symlinks for showfoto? I cannot see why... easy to fix (:=))) Gilles SVN commit 1022434 by mwiesweg: Allow symlinks when reading folder in showfoto BUG: 204084 M +2 -1 NEWS M +1 -1 showfoto/showfoto.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1022434 |