https://bugs.kde.org/show_bug.cgi?id=395821
Ralf Habacker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |5.2.3 Fixed/Implemented| | In| | Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/offi | |ce/kmymoney/-/commit/04ff54 | |de933bfcac06ac30e17f5b9fed2 | |14d25f1 --- Comment #5 from Ralf Habacker <[email protected]> --- Git commit 04ff54de933bfcac06ac30e17f5b9fed214d25f1 by Ralf Habacker. Committed on 12/03/2026 at 11:26. Pushed by habacker into branch 'master'. 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 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/04ff54de933bfcac06ac30e17f5b9fed214d25f1 -- You are receiving this mail because: You are watching all bug changes.
