Summary: | thumbnail-preview broken for tags and timeline | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Stephan Olbrich <stephanolbrich> |
Component: | Thumbs-Image | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 4.8.0 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/2eb92f515ebf764f8695accacdb2128f12061854 | Version Fixed In: | 4.9.0 |
Sentry Crash Report: | |||
Attachments: |
empty space where thumbnails should be
blue album name bar disappeared imagealbumfiltermodel.patch |
Description
Stephan Olbrich
2015-03-03 18:36:07 UTC
Can you take some screenshots please ? Gilles Caulier Created attachment 91395 [details]
empty space where thumbnails should be
I can't capture the more dynamic problems, but here you can see the empty space, where thumbnails should be.
Created attachment 91396 [details]
blue album name bar disappeared
this is mostly the same image, than the one before, just scrolled a bit different and now the blue bar where the album name and date usually is, is now missing.
If I move the mouse to where the blue bar should be, it appears. If the mouse leaves the thumbnail part of the window, then it disappears again.
We had in January in Digikam-users a similar report. Does the error like this: https://www.youtube.com/watch?v=FaIYpzCxYO0&feature=youtu.be From which camera model the pictures come from? Maik yes it does look similar. I just checked, when I enable subtree view for albums I get the same effects in the album view as well. It seems this happens in all views which show thumbnails from multiple albums. As in the video, if I switch to "Sort by name" for images everything works as expected. (I use sort by date as default) The pictures come from several different cameras/brands even some smartphones, so I don't think this is related to a camera model. Yes, sort by date is the trigger... Maik Created attachment 91512 [details]
imagealbumfiltermodel.patch
The following conditions must be met for this issue:
- Sort images by date
- Group images by album
- Timeline / Dates or album sub-tree enabled
- Albums in the sub-trees with the same date the images with older and newer date included
It can double album groups are generated that can not be distinguished.
Changes in digikamkcategorizedview.cpp would be no problem.
But I think we do not want a double album groups.
With this patch: If the album date is the same, the album path is used for sorting.
The group sort order is now used for the albums.
Git commit 2eb92f515ebf764f8695accacdb2128f12061854 by Gilles Caulier. Committed on 09/03/2015 at 21:32. Pushed by cgilles into branch 'master'. apply patch # 91512 from Maik Qualmann to fix album sorting if the album date is the same : the album path is used. The group sort order is now used for the albums. FIXED-IN: 4.9.0 M +2 -2 NEWS M +3 -10 libs/models/imagealbumfiltermodel.cpp http://commits.kde.org/digikam/2eb92f515ebf764f8695accacdb2128f12061854 Git commit 3cfa54ed3525adacdc1fb640f3d30fe7941dbc8d by Gilles Caulier. Committed on 09/03/2015 at 21:44. Pushed by cgilles into branch 'frameworks'. backport commit #2eb92f515ebf764f8695accacdb2128f12061854 from git/master to frameworks branch M +6 -13 libs/models/imagealbumfiltermodel.cpp http://commits.kde.org/digikam/3cfa54ed3525adacdc1fb640f3d30fe7941dbc8d |