Summary: | The sideview containing the thumbnails is not updated after deleting a photo | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | alphsteiner |
Component: | Showfoto-Thumbs | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | caulier.gilles, metzpinguin, mohammed.ahmed.anwer |
Priority: | NOR | ||
Version: | 4.8.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/1f3b72d30df31a024c97c15828542b8e8db66029 | Version Fixed In: | 4.9.0 |
Sentry Crash Report: | |||
Attachments: | showfotodelete.patch |
Description
alphsteiner
2015-03-20 18:31:45 UTC
Mohamed, It's reproducible on your computer ? Gilles For information, I have checked that I can reproduce this bug on virtual machines with both fedora 20 & 21: the thumbnail sideview is never updated after a deletion. The version in use is 4.8.0. Yes, it is reproducible Created attachment 91666 [details]
showfotodelete.patch
This patch enabled code and adds needed functions. The missing functions was taken from the ImageModel or ImportImageModel.
Maik
Git commit 1f3b72d30df31a024c97c15828542b8e8db66029 by Gilles Caulier. Committed on 22/03/2015 at 08:04. Pushed by cgilles into branch 'master'. apply patch #91666 from Maik Qualmann to fix issue in Showfoto thumbnails when item is deleted. FIXED-IN: 4.9.0 M +3 -1 NEWS M +1 -1 showfoto/main/showfoto.cpp M +37 -1 showfoto/thumbbar/showfotoimagemodel.cpp M +5 -2 showfoto/thumbbar/showfotoimagemodel.h http://commits.kde.org/digikam/1f3b72d30df31a024c97c15828542b8e8db66029 Git commit afb2d59644193b696bb61b3e377af28b21b7e1fb by Gilles Caulier. Committed on 21/03/2015 at 17:53. Pushed by cgilles into branch 'frameworks'. backport commit #1f3b72d30df31a024c97c15828542b8e8db66029 from git/master to frameworks branch M +1 -1 showfoto/main/showfoto.cpp M +37 -1 showfoto/thumbbar/showfotoimagemodel.cpp M +5 -2 showfoto/thumbbar/showfotoimagemodel.h http://commits.kde.org/digikam/afb2d59644193b696bb61b3e377af28b21b7e1fb |