Bug 375390 - "Set as Tag Thumbnail" in Tag View doesn't work.
Summary: "Set as Tag Thumbnail" in Tag View doesn't work.
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Tags-Engine (show other bugs)
Version: 5.5.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-21 21:56 UTC by Barbara Scheffner
Modified: 2017-01-22 14:55 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barbara Scheffner 2017-01-21 21:56:07 UTC
Whether you drag an image onto a tag in the Left Sidebar or choose "Set as Tag Thumbnail" from the context menu on an Icon in the Image Area nothing happens. The only way to set an image as tag thumbnail is via the tag properties with the "Selct Icon" dialog, but only if it is png.

Reproducible: always
Comment 1 Maik Qualmann 2017-01-22 09:30:21 UTC
Git commit b9fc564b8bcce3c951cc3cfc0990e11020567bff by Maik Qualmann.
Committed on 22/01/2017 at 09:29.
Pushed by mqualmann into branch 'master'.

fix get the tag icon from the AlbumThumbnailLoader
FIXED-IN: 5.5.0

M  +2    -1    NEWS
M  +16   -24   libs/album/albumthumbnailloader.cpp

https://commits.kde.org/digikam/b9fc564b8bcce3c951cc3cfc0990e11020567bff
Comment 2 Maik Qualmann 2017-01-22 09:46:53 UTC
Note: An tag icon from an image (as in the album view also), only appears if the icon size >= 20 pixels. Only standard icon or KDE icon for 16x16 size. Settings->Views->Tree-Views->Tree View icon size

Maik
Comment 3 Barbara Scheffner 2017-01-22 14:55:44 UTC
I know. My setting was on 22 all the time.
Thanks for fixing!