Summary: | Cumbersome opening of multiple reports | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | reports | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.8.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/kmymoney/4e83c38abb4ff5b558c0f904a01a7f2b1ab76f6a | Version Fixed In: | 4.8.3, 5.0.3 |
Sentry Crash Report: | |||
Attachments: |
Patch for 5.x branch
Adjusted patch for the 5.x branch |
Description
Ralf Habacker
2018-11-15 20:15:49 UTC
Created attachment 116538 [details]
Patch for 5.x branch
Patch does not work for unknown reason
Review request for 4.8 is https://phabricator.kde.org/D1691 Created attachment 116554 [details]
Adjusted patch for the 5.x branch
Git commit bf6278f923ca1307a229c9ca1e8b206a4b82f400 by Ralf Habacker. Committed on 29/11/2018 at 07:30. Pushed by habacker into branch '4.8'. Add support for opening or printing of multiple reports In the report overview select multiple reports and select one of the available entries in the context menu opened with right mouse click. FIXED-IN:4.8.3 Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D16912 M +54 -22 kmymoney/views/kreportsview.cpp M +1 -0 kmymoney/views/kreportsview.h https://commits.kde.org/kmymoney/bf6278f923ca1307a229c9ca1e8b206a4b82f400 Git commit 4e83c38abb4ff5b558c0f904a01a7f2b1ab76f6a by Ralf Habacker. Committed on 29/11/2018 at 08:12. Pushed by habacker into branch '5.0'. Add support for opening or printing of multiple reports In the report overview select multiple reports and select one of the available entries in the context menu opened with right mouse click. Cherry-picked from branch 4.8, commit bf6278f92. Adjusted for KF5 by Thomas Baumgart. FIXED-IN:4.8.3, 5.0.3 Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D17231 M +61 -19 kmymoney/plugins/views/reports/kreportsview.cpp M +1 -0 kmymoney/plugins/views/reports/kreportsview.h M +2 -4 kmymoney/plugins/views/reports/kreportsview_p.h https://commits.kde.org/kmymoney/4e83c38abb4ff5b558c0f904a01a7f2b1ab76f6a Git commit 85202855788b3cdb74ae79d142f96266cdcd861e by Ralf Habacker. Committed on 29/11/2018 at 08:27. Pushed by habacker into branch '5.0'. Minor bracket placement fix Fixup for commit 4e83c38ab. M +1 -2 kmymoney/plugins/views/reports/kreportsview.cpp https://commits.kde.org/kmymoney/85202855788b3cdb74ae79d142f96266cdcd861e |