https://bugs.kde.org/show_bug.cgi?id=395821
Ralf Habacker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi |ce/kmymoney/-/commit/04ff54 |ce/kmymoney/-/commit/ac456c |de933bfcac06ac30e17f5b9fed2 |fec14ea7f8ebaf34836bdd48d9b |14d25f1 |ca8db5a --- Comment #9 from Ralf Habacker <[email protected]> --- Git commit ac456cfec14ea7f8ebaf34836bdd48d9bca8db5a by Ralf Habacker. Committed on 31/05/2026 at 19:44. Pushed by habacker into branch '5.2'. Add separate tree view for custom reports With this commit the old QTreeWidget related report list has been replaced by two QTreeView instances separated by a splitter, one containing the default and the other holding the custom reports. FIXED-IN:5.2.3 (cherry picked from commit 04ff54de933bfcac06ac30e17f5b9fed214d25f1) M +1 -1 kmymoney/kmymoney.cpp M +5 -1 kmymoney/models/CMakeLists.txt A +62 -0 kmymoney/models/reportsviewproxymodel.h [License: GPL(v2.0+)] M +2 -1 kmymoney/mymoney/mymoneyenums.h M +12 -0 kmymoney/mymoney/mymoneyreport.cpp M +3 -0 kmymoney/mymoney/mymoneyreport.h M +1 -1 kmymoney/mymoney/storage/mymoneymodel.h M +124 -9 kmymoney/mymoney/storage/reportsmodel.cpp M +12 -4 kmymoney/mymoney/storage/reportsmodel.h M +0 -3 kmymoney/plugins/views/reports/CMakeLists.txt M +150 -231 kmymoney/plugins/views/reports/kreportsview.cpp M +9 -10 kmymoney/plugins/views/reports/kreportsview.h M +42 -32 kmymoney/plugins/views/reports/kreportsview.ui M +182 -300 kmymoney/plugins/views/reports/kreportsview_p.h D +0 -152 kmymoney/plugins/views/reports/tocitem.cpp D +0 -91 kmymoney/plugins/views/reports/tocitem.h D +0 -36 kmymoney/plugins/views/reports/tocitemgroup.cpp D +0 -37 kmymoney/plugins/views/reports/tocitemgroup.h D +0 -37 kmymoney/plugins/views/reports/tocitemreport.cpp D +0 -45 kmymoney/plugins/views/reports/tocitemreport.h https://invent.kde.org/office/kmymoney/-/commit/ac456cfec14ea7f8ebaf34836bdd48d9bca8db5a -- You are receiving this mail because: You are watching all bug changes.
