Summary: | Labels (rating, color, pick) in slideshow not alway shown correctly/sometimes forgotten | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Bastiaan Hovestreydt <bko> |
Component: | Tags-Colors | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
Bastiaan Hovestreydt
2011-03-12 23:54:26 UTC
Bastian, Do you run slideshow from image editor ? If yes, i can reproduce it, else from another part, no (as iconview or light table) In Image Editor, i also seen than when you change color/pick labels from Caption and tags sidebar, the information is not registered properly. Look result in Imageproperties sidebar, on the bottom. But if you changes color or pick label, AND rating, in this case, all work fine. Conclusion : with color and pick labels, a signal is not emitted to DB to register properties, as it's done with rating. Marcel, Andi, can you confirm this ? Gilles Caulier Hi Gilles, I originally tried it from the thumbnail view but I just tried starting the slideshow from image editor and it behaves exactly the same. The changed rating, color and pick label is not displayed in slideshow if I go back to an image. It always reverts back to the state the labels where whens starting the slideshow. This all happens in the same slideshow: I start it once, change labels on an image and the go back and forth. When I return to the thumbnail view I find all ratings I've set, however the color and pick labels of images I've seen twice in slideshow are unchanged. I have no problem with rating and labeling images in the thumbnail viewer, they are always shown correctly within the slideshow. Bastiaan Git commit 419727fe4cd31afb12a45e960082de49045275d8 by Marcel Wiesweg. Committed on 13/03/2011 at 16:31. Pushed by mwiesweg into branch 'master'. Listen to tag changes and update the properties tab on change CCBUG: 268329 M +27 -0 libs/imageproperties/imagepropertiessidebardb.cpp M +2 -0 libs/imageproperties/imagepropertiessidebardb.h http://commits.kde.org/digikam/419727fe4cd31afb12a45e960082de49045275d8 Note that my commit was not fixing the original report but a problem that Gilles mentioned in his comment... The original problem is due a to cache mechanism dedicated to slideshow about metadata. This cache is not updated when user change labels. I will fix it. Gilles Caulier Git commit cdc2759b0ae1490b19d71fff97409010543cab23 by Gilles Caulier. Committed on 14/03/2011 at 09:45. Pushed by cgilles into branch 'master'. update slideshow metadata cache if labels info are changed. BUGS: 268329 M +3 -0 utilities/slideshow/slideshow.cpp http://commits.kde.org/digikam/cdc2759b0ae1490b19d71fff97409010543cab23 |