Summary: | Adjust grouping behavior [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | caulier.gilles |
Component: | Albums-ItemGroup | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | freisim93, metzpinguin |
Priority: | NOR | ||
Version: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/digikam/5f6aa8656cf333e8949b10660407e8c8a0c0cc4f | Version Fixed In: | 5.4.0 |
Sentry Crash Report: | |||
Attachments: |
allchanges.diff
connect.diff grouping.diff next.diff polish.diff rename.diff |
Description
caulier.gilles
2016-11-03 15:56:35 UTC
Created attachment 102005 [details]
allchanges.diff
Created attachment 102006 [details]
connect.diff
Created attachment 102007 [details]
grouping.diff
Created attachment 102008 [details]
next.diff
Created attachment 102009 [details]
polish.diff
Created attachment 102010 [details]
rename.diff
Gilles, I would commit the patch. I sometimes see an incorrect counter of items to delete in the context menu in the Tables view. We can fix that later. Maik No problem Maik, lets go... Git commit 5f6aa8656cf333e8949b10660407e8c8a0c0cc4f by Maik Qualmann. Committed on 08/11/2016 at 21:11. Pushed by mqualmann into branch 'master'. apply patch #102005 from Simon Frei to adjust grouping behavior FIXED-IN: 5.4.0 M +2 -1 NEWS M +1 -1 app/items/digikamimageview.cpp M +29 -18 app/items/imagecategorizedview.cpp M +6 -3 app/items/imagecategorizedview.h M +0 -27 app/items/imageviewutilities.cpp M +12 -3 app/views/digikamview.cpp M +96 -49 app/views/tableview/tableview.cpp M +10 -4 app/views/tableview/tableview.h M +0 -24 app/views/tableview/tableview_model.cpp M +0 -2 app/views/tableview/tableview_model.h M +13 -0 libs/database/item/imageinfolist.cpp M +2 -1 libs/database/item/imageinfolist.h M +1 -0 libs/models/imagefiltermodel.h M +0 -1 libs/tags/tagslineeditoverlay.cpp http://commits.kde.org/digikam/5f6aa8656cf333e8949b10660407e8c8a0c0cc4f There are two bug reports (that I found) which are fixed by or related to this patch. As I don't know how the control mechanisms of bugs.kde.org work, I will just list them here: https://bugs.kde.org/show_bug.cgi?id=294579 https://bugs.kde.org/show_bug.cgi?id=307332 (In reply to Simon from comment #10) > There are two bug reports (that I found) which are fixed by or related to > this patch. As I don't know how the control mechanisms of bugs.kde.org work, > I will just list them here: > https://bugs.kde.org/show_bug.cgi?id=294579 Thanks Simon, yes this bug we can close. > https://bugs.kde.org/show_bug.cgi?id=307332 This bug not yet, he has another cause in addition. https://bugs.kde.org/show_bug.cgi?id=368762 Maik |