Summary: | Timeline view shows redundant extra sections | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Gandalf Lechner <gandalflechner> |
Component: | Searches-TimeLine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.0.0 | |
Sentry Crash Report: | |||
Attachments: | screenshot |
Description
Gandalf Lechner
2008-07-21 20:54:44 UTC
Created attachment 26311 [details]
screenshot
I don't think this has something to do with the time line at all, I can also see this when moving a folder inside of digikam, rebuilding the image fingerprints and searching for similar or duplicate images. Moving folders doesn't work well, it seems to corrupt the database all the time... so this might be the issue... I can explain this issue. When a file is detected as removed, not all information is directly removed from the database, but the entry is set to the status Removed. Only later (functionality currently seemingly broken) is the entry removed. The idea is that a file may later reappear and then tags are not lost. This change required to add the condition status==Visible to a listing functions, as I became aware only recently. Most places have been fixed, but search has still a problem, and some others. This means what you see here are ghost images that were moved or deleted. SVN commit 836631 by mwiesweg: Add missing status check in a few more places. BUG: 167168 M +10 -4 albumdb.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=836631 Not reproducible with 7.0.0-beta1 |