Summary: | Grouping images via the thumbbar is possible, but they disappear in digikam [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Gus Gustafson <efelthauser> |
Component: | Albums-ItemGroup | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, efelthauser, metzpinguin |
Priority: | NOR | ||
Version: | 4.7.0 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/503af86e461e61a8dda974e4f85bb5f340044863 | Version Fixed In: | 4.13.0 |
Sentry Crash Report: | |||
Attachments: | imagedragdrop.patch |
Description
Gus Gustafson
2015-08-02 14:41:59 UTC
I can not reproduce the issue with digiKam 4.12.0. It is right, in the thumbar images can be grouped. The ungrouping is possible in the icon view. Maik Maik, It's a question ? "It is right, in the thumbbar images can be grouped. The ungrouping is possible in the icon view." If we can group items from thumbbar but not ungroup it at the same place this can be problematic. I vote to disable grouping function for thumbbar for the moment. Gilles It sounds like Maik does not find the problem. Maybe something has been fixed between my version (4.7.0) and his version 4.12.0? (I am using version in Kubuntu 15.04 so cannot test the latest.) If the problem is not occurring in 4.12.0, maybe the function does not need to be disabled? Although, it is true--if we can group in thumbbar, ungroup also via thumbbar would be best. Sorry for double comment. OK, for a new test now, I can actually see a problem. The grouping is performed not now under the picture that has been selected, but depending on the album some pictures in front or behind. I will check it. Maik Created attachment 94288 [details]
imagedragdrop.patch
The thumbbar has an addition NoDuplicatesImageFilterModel. Thus, the index is no longer always syncron with the icon view. Depending on the album can the grouping work correctly using drag & drop, but need not be. The grouping will be executed under a different image in the album. This patch fixes the grouping in the thumbbar.
Maik
tested and work fine here... Gilles Git commit 503af86e461e61a8dda974e4f85bb5f340044863 by Maik Qualmann. Committed on 31/08/2015 at 05:56. Pushed by mqualmann into branch 'master'. apply patch #94288 to the correct ImageInfo at a drag and drop action to obtain in the thumbbar FIXED-IN: 4.13.0 M +2 -2 NEWS M +11 -1 app/dragdrop/imagedragdrop.cpp http://commits.kde.org/digikam/503af86e461e61a8dda974e4f85bb5f340044863 Git commit 64626707d61d543a4c4d879a53a390bdfac0c91c by Gilles Caulier. Committed on 31/08/2015 at 06:54. Pushed by cgilles into branch 'frameworks'. backport commit #503af86e461e61a8dda974e4f85bb5f340044863 from git/master to frameworks branch M +11 -1 app/dragdrop/imagedragdrop.cpp http://commits.kde.org/digikam/64626707d61d543a4c4d879a53a390bdfac0c91c |