Add support for opening or printing of multiple reports
ClosedPublic

Authored by habacker on Nov 15 2018, 8:39 PM.

Details

Summary

In the report overview select multiple reports and select one of the
available entries in the context menu opened with right mouse click.

BUG:401080
FIXED-IN:4.8.3

Test Plan

compiled and tested on linux

Diff Detail

Repository
R261 KMyMoney
Branch
4.8
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 4974
Build 4992: arc lint + arc unit
habacker requested review of this revision.Nov 15 2018, 8:39 PM
habacker created this revision.
tbaumgart added inline comments.Nov 28 2018, 7:57 PM
kmymoney/views/kreportsview.cpp
1078

items.isEmpty() is more readable than items.size() == 0.

1101

items.at(0)is not correct here. Should be tocItems.at(0)

1125

another candidate for isEmpty()

1139

one more candidate for isEmpty()

tbaumgart requested changes to this revision.Nov 28 2018, 7:57 PM
This revision now requires changes to proceed.Nov 28 2018, 7:57 PM
habacker updated this revision to Diff 46449.Nov 29 2018, 7:15 AM
  • use isEmpty()
  • use more recent list
habacker marked 4 inline comments as done.Nov 29 2018, 7:15 AM
tbaumgart accepted this revision.Nov 29 2018, 7:24 AM
This revision is now accepted and ready to land.Nov 29 2018, 7:24 AM
This revision was automatically updated to reflect the committed changes.