[kmymoney] [Bug 405061] No chart printing support

2019-09-23 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=405061

--- Comment #6 from Ralf Habacker  ---
(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.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 405061] No chart printing support

2019-09-23 Thread Erich
https://bugs.kde.org/show_bug.cgi?id=405061

Erich  changed:

   What|Removed |Added

 CC||erich.public+bugs.kde.org@p
   ||rotonmail.com

--- Comment #5 from Erich  ---
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...

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 405061] No chart printing support

2019-04-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=405061

--- Comment #4 from Ralf Habacker  ---
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 2ac6eb5433f8ae7206e84a2cfda50ddcfe7f

https://commits.kde.org/kmymoney/50e7eb27deceb6f2c818f4c4b8ea3b39e173bfe0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 405061] No chart printing support

2019-04-07 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=405061

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In|4.8.4   |4.8.4, 5.0.4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 405061] No chart printing support

2019-03-26 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=405061

Ralf Habacker  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kmy |https://commits.kde.org/kmy
   |money/2ac6eb5433f8ae720 |money/15ac7d472af41fc503dc5
   |6e84a2cfda50ddcfe7f |209643cfc8b392b0089

--- Comment #3 from Ralf Habacker  ---
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   -7kmymoney/views/kreportsview.cpp
M  +2-0kmymoney/views/kreportsview.h

https://commits.kde.org/kmymoney/15ac7d472af41fc503dc5209643cfc8b392b0089

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 405061] No chart printing support

2019-03-04 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=405061

--- Comment #2 from Ralf Habacker  ---
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-0libkdchart/src/KDChart/KDChartChart.cpp

https://commits.kde.org/kmymoney/5b58b520edf4e830c399db2b34d75d83d97b45e4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 405061] No chart printing support

2019-03-04 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=405061

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kmy
   ||money/2ac6eb5433f8ae720
   ||6e84a2cfda50ddcfe7f
 Status|REPORTED|RESOLVED
   Version Fixed In||4.8.4

--- Comment #1 from Ralf Habacker  ---
Git commit 2ac6eb5433f8ae7206e84a2cfda50ddcfe7f 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   -1kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/2ac6eb5433f8ae7206e84a2cfda50ddcfe7f

-- 
You are receiving this mail because:
You are watching all bug changes.