Summary: | Photos in collapsed groups are incorrectly excluded if first photo in group does not match filter. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Trevor Giddings <tgiddings000> |
Component: | Albums-ItemGroup | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, kde, metzpinguin |
Priority: | NOR | ||
Version: | 5.6.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/digikam/commit/13207d2091f579cfb93ede0ad65ac1557617c2db | Version Fixed In: | 7.0.0 |
Sentry Crash Report: |
Description
Trevor Giddings
2017-07-13 18:27:10 UTC
After 3 weeks of work, i finally completed the compilation of AppImage using Qt 5.11.3 + QWebkit 5.212. New 6.1.0 pre-release AppImage bundle can be found here (64 bits only for the moment) : https://files.kde.org/digikam/ Please check if this bugzilla entry still valid. Thanks in advance Gilles Caulier The bug is resolved in the 6.1.0 pre-release. However, groups with no matching photos now remain in the album view. While I would not classify that as a bug, it is a user-experience regression. (In reply to caulier.gilles from comment #1) > After 3 weeks of work, i finally completed the compilation of AppImage using > Qt > 5.11.3 + QWebkit 5.212. > > New 6.1.0 pre-release AppImage bundle can be found here (64 bits only for the > moment) : > > https://files.kde.org/digikam/ > > Please check if this bugzilla entry still valid. > > Thanks in advance > > Gilles Caulier Trevor, Thanks for the feddback. Please open a new file about the "groups with no matching photos now remain in the album view" problem. I close this file now. Gilles Caulier *** Bug 413704 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 413704 *** Git commit 13207d2091f579cfb93ede0ad65ac1557617c2db by Maik Qualmann. Committed on 02/11/2019 at 22:25. Pushed by mqualmann into branch 'master'. ignore in a filtered view the grouped function Related: bug 396337, bug 413704 FIXED-IN: 7.0.0 M +4 -1 NEWS M +10 -6 core/libs/database/models/itemfiltermodel.cpp https://invent.kde.org/kde/digikam/commit/13207d2091f579cfb93ede0ad65ac1557617c2db Git commit cfcbed2adb646e21066c8615199586ab3cb49169 by Maik Qualmann. Committed on 10/11/2019 at 20:38. Pushed by mqualmann into branch 'master'. add option in the view menu to show all groups as open Related: bug 303239, bug 321339, bug 396337, bug 413704 FIXED-IN: 7.0.0 M +3 -1 NEWS M +11 -4 core/app/items/views/digikamitemview.cpp M +1 -0 core/app/items/views/digikamitemview.h M +5 -0 core/app/main/digikamapp.cpp M +2 -0 core/app/main/digikamapp.h M +2 -0 core/app/main/digikamapp_p.h M +8 -1 core/app/main/digikamapp_setup.cpp M +3 -1 core/app/main/digikamui5.rc M +10 -0 core/app/views/stack/itemiconview.cpp M +1 -0 core/app/views/stack/itemiconview.h M +4 -3 core/app/views/tableview/tableview_model.cpp M +10 -13 core/libs/database/models/itemfiltermodel.cpp M +2 -0 core/libs/settings/applicationsettings.cpp M +3 -0 core/libs/settings/applicationsettings.h M +10 -0 core/libs/settings/applicationsettings_albums.cpp M +3 -0 core/libs/settings/applicationsettings_p.cpp M +2 -0 core/libs/settings/applicationsettings_p.h https://invent.kde.org/kde/digikam/commit/cfcbed2adb646e21066c8615199586ab3cb49169 |