Summary: | PATCH: Add option to hide icons and text in preview | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Bruno Randolf <br1> |
Component: | Preview-Image | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | br1, caulier.gilles |
Priority: | NOR | ||
Version: | 2.1.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.1.0 | |
Sentry Crash Report: | |||
Attachments: | Patch implementing the described functionality |
Thanks for the patch. I review it today Gilles Caulier Git commit 566f7226d3f6588f05d3a93cc7f62c7d69f61996 by Gilles Caulier. Committed on 22/08/2011 at 09:32. Pushed by cgilles into branch 'master'. apply patch #62830 to add option to show/hide icons and text over preview BUGS: 280101 M +3 -0 digikam/utils/albumsettings.h M +2 -0 libs/widgets/graphicsview/graphicsdimgview.h M +9 -1 utilities/setup/setupalbumview.cpp M +3 -0 digikam/views/imagepreviewview.cpp M +8 -1 libs/widgets/graphicsview/graphicsdimgview.cpp M +17 -0 digikam/utils/albumsettings.cpp http://commits.kde.org/digikam/566f7226d3f6588f05d3a93cc7f62c7d69f61996 |
Created attachment 62830 [details] Patch implementing the described functionality Version: 2.1.0 (using KDE 4.6.2) OS: Linux I like to review my photos without disturbing elements in my photos. Therefore I have added an option "Show icons in preview" to disable the icons (toolbar) and text ("Reduced Size Preview", ...) in the preview. Patch attached. Reproducible: Always Steps to Reproduce: apply the patch Expected Results: added an option "Show icons in preview" to disable the icons (toolbar) and text ("Reduced Size Preview", ...) in the preview.