Summary: | No chart printing support | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | reports | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | erich.public+bugs.kde.org |
Priority: | NOR | ||
Version: | 4.8.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/kmymoney/15ac7d472af41fc503dc5209643cfc8b392b0089 | Version Fixed In: | 4.8.4, 5.0.4 |
Sentry Crash Report: |
Description
Ralf Habacker
2019-03-04 08:46:39 UTC
Git commit 2ac6eb5433f81111ae7206e84a2cfda50ddcfe7f by Ralf Habacker. Committed on 04/03/2019 at 12:26. Pushed by habacker into branch '4.8-staging'. Add print support for report charts On a printed chart, the print date and the file from which the report was generated are added. FIXED-IN:4.8.4 M +17 -1 kmymoney/views/kreportsview.cpp https://commits.kde.org/kmymoney/2ac6eb5433f81111ae7206e84a2cfda50ddcfe7f Git commit 5b58b520edf4e830c399db2b34d75d83d97b45e4 by Ralf Habacker. Committed on 04/03/2019 at 12:39. Pushed by habacker into branch '4.8-staging'. KDChart: Fix geometry change in diagram header and footer When outputting to a printer, the geometry of a diagram changes, but a corresponding adjustment request was not passed on to the header and footer layout. M +8 -0 libkdchart/src/KDChart/KDChartChart.cpp https://commits.kde.org/kmymoney/5b58b520edf4e830c399db2b34d75d83d97b45e4 Git commit 15ac7d472af41fc503dc5209643cfc8b392b0089 by Ralf Habacker. Committed on 26/03/2019 at 23:20. Pushed by habacker into branch '4.8'. Add print support for report charts On a printed chart, the print date and the file from which the report was generated are added. Print preview support requires a dedicated slot to perform the real printing. To avoid a second refactoring this slot is already added by this commit. FIXED-IN:4.8.4 M +46 -7 kmymoney/views/kreportsview.cpp M +2 -0 kmymoney/views/kreportsview.h https://commits.kde.org/kmymoney/15ac7d472af41fc503dc5209643cfc8b392b0089 Git commit 50e7eb27deceb6f2c818f4c4b8ea3b39e173bfe0 by Thomas Baumgart. Committed on 07/04/2019 14:53. Pushed by tbaumgart into branch '5.0'. Enable printing of charts Ported from 2ac6eb5433f81111ae7206e84a2cfda50ddcfe7f https://commits.kde.org/kmymoney/50e7eb27deceb6f2c818f4c4b8ea3b39e173bfe0 Commit 15ac7d472af41fc503dc5209643cfc8b392b0089 breaks "Print to PDF" for me. I noticed after upgrading to 4.8.4 that "Print to File (PDF)" no longer worked for printing report tables. Doing a git bisect, I learned that 15ac7d472 "Add print support for report charts" is what broke "Print to File (PDF)". Reverting this commit on top of branch 4.8 (HEAD was at 0ae5377fd "Fix reverse sort order handling in register" at time of testing) restored "Print to PDF" functionality for me. I am using Slackware64 14.2 (latest stable version of Slackware 64-bit, with all patches installed). KMyMoney was compiled using the build script from https://slackbuilds.org/repository/14.2/office/kmymoney/ Steps to reproduce: Choose Reports, 1. Income and Expenses -> Income and Expenses This Month (Default Report) Then choose Print, Print to File (PDF). 4.8.4 fails to create the PDF (but it does ask for confirmation when trying to overwrite an existing PDF). It gets weirder, though: on my home laptop, choosing the "Print to File (PDF)" option actually sends the job to my physical printer. This caused me to burn through a lot of paper, because the printer is in a different room, and I didn't realize it was printing... (In reply to Erich from comment #5) > Commit 15ac7d472af41fc503dc5209643cfc8b392b0089 breaks "Print to PDF" for me. I have tried to reproduce this problem on an openSUSE Linux distribution: Printing in PDF format works immediately with this patch as well, which leads me to assume that the cause of the error is somewhere else. > It gets weirder, though: on my home laptop, choosing the "Print to File (PDF)" >option actually sends the job to my physical printer. This caused me to burn >through a lot of paper, because the printer is in a different room, and I >didn't realize it was printing... This is an additional indication that your printing support is broken generally. Please file a new bug in your distribution bug tracker first, as this bug was intended to track the implementation. |