https://bugs.kde.org/show_bug.cgi?id=394413
Simon <freisi...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |6.0.0 Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/dig | |ikam/6681aba89a229d95aa1037 | |af5f62b8fd3c2ddf03 --- Comment #3 from Simon <freisi...@gmail.com> --- Git commit 6681aba89a229d95aa1037af5f62b8fd3c2ddf03 by Simon Frei. Committed on 21/05/2018 at 19:50. Pushed by sfrei into branch 'master'. Unify group handling FIXED-IN: 6.0.0 Summary: Refactor handling of grouped items in view Differential Revision: https://phabricator.kde.org/D12856 M +2 -1 NEWS M +1 -0 core/app/CMakeLists.txt M +65 -3 core/app/items/digikamimageview.cpp M +16 -1 core/app/items/digikamimageview.h M +9 -121 core/app/items/imagecategorizedview.cpp M +6 -25 core/app/items/imagecategorizedview.h A +94 -0 core/app/utils/groupingviewimplementation.cpp [License: GPL (v2+)] A +55 -0 core/app/utils/groupingviewimplementation.h [License: GPL (v2+)] M +29 -28 core/app/views/digikamview.cpp M +5 -10 core/app/views/digikamview.h M +25 -109 core/app/views/tableview/tableview.cpp M +5 -15 core/app/views/tableview/tableview.h M +8 -0 core/app/views/tableview/tableview_treeview.cpp M +4 -1 core/app/views/tableview/tableview_treeview.h M +1 -1 core/libs/database/utils/dbinfoiface.cpp https://commits.kde.org/digikam/6681aba89a229d95aa1037af5f62b8fd3c2ddf03 -- You are receiving this mail because: You are watching all bug changes.