[kmymoney] [Bug 405059] Printer settings are not saved

2019-08-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=405059

Ralf Habacker  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 405059] Printer settings are not saved

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

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In|4.8.4, 5.0.4|4.8.4
  Latest Commit|https://commits.kde.org/kmy |https://commits.kde.org/kmy
   |money/c4a8edc6566bb1c36e61e |money/5f4f90e83565647f35796
   |3fef786b538fe9a839f |60e4c5d9ac447547a02

--- Comment #5 from Ralf Habacker  ---
Git commit 5f4f90e83565647f3579660e4c5d9ac447547a02 by Ralf Habacker.
Committed on 26/03/2019 at 22:29.
Pushed by habacker into branch '4.8'.

Fix 'Printer settings are not saved'

A global QPrinter instance in class KMyMoneyApp is used to reuse the
printer settings.
FIXED-IN:4.8.4

M  +25   -1kmymoney/kmymoney.cpp
M  +2-0kmymoney/kmymoney.h
M  +5-0kmymoney/views/kreportsview.cpp

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

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

[kmymoney] [Bug 405059] Printer settings are not saved

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

Ralf Habacker  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 405059] Printer settings are not saved

2019-03-25 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=405059

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kmy |https://commits.kde.org/kmy
   |money/cbdb6d3b5c6726cffebc4 |money/c4a8edc6566bb1c36e61e
   |01da84bbdca44b60b76 |3fef786b538fe9a839f

--- Comment #4 from Thomas Baumgart  ---
Git commit c4a8edc6566bb1c36e61e3fef786b538fe9a839f by Thomas Baumgart.
Committed on 25/03/2019 at 18:26.
Pushed by tbaumgart into branch '5.0'.

Use a global printer object for all print jobs

Summary: BUG: 405059

Differential Revision: https://phabricator.kde.org/D20010

M  +2-0kmymoney/CMakeLists.txt
M  +7-3kmymoney/kmymoney.cpp
M  +23   -0kmymoney/misc/CMakeLists.txt
A  +71   -0kmymoney/misc/kmm_printer.cpp [License: GPL (v2+)]
A  +40   -0kmymoney/misc/kmm_printer.h [License: GPL (v2+)]
M  +1-0kmymoney/plugins/checkprinting/CMakeLists.txt
M  +11   -15   kmymoney/plugins/checkprinting/checkprinting.cpp
M  +0-2kmymoney/plugins/checkprinting/checkprinting.h
M  +1-0kmymoney/plugins/reconciliationreport/CMakeLists.txt
M  +25   -32  
kmymoney/plugins/reconciliationreport/kreconciliationreportdlg.cpp
M  +0-2kmymoney/plugins/reconciliationreport/kreconciliationreportdlg.h
M  +1-0kmymoney/plugins/views/reports/CMakeLists.txt
M  +6-13   kmymoney/plugins/views/reports/kreportsview_p.h
M  +1-0kmymoney/views/CMakeLists.txt
M  +10   -13   kmymoney/views/khomeview.cpp
M  +0-3kmymoney/views/khomeview_p.h

https://commits.kde.org/kmymoney/c4a8edc6566bb1c36e61e3fef786b538fe9a839f

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

[kmymoney] [Bug 405059] Printer settings are not saved

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

Ralf Habacker  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kmy |https://commits.kde.org/kmy
   |money/1b40b16af46774ef18330 |money/cbdb6d3b5c6726cffebc4
   |852f272ef243f28f332 |01da84bbdca44b60b76

--- Comment #3 from Ralf Habacker  ---
Git commit cbdb6d3b5c6726cffebc401da84bbdca44b60b76 by Ralf Habacker.
Committed on 05/03/2019 at 13:09.
Pushed by habacker into branch '4.8-staging'.

Fix 'Printer settings are not saved'

A global QPrinter instance in class KMyMoneyApp is used to reuse the
printer settings.
FIXED-IN:4.8.4

M  +25   -1kmymoney/kmymoney.cpp
M  +2-0kmymoney/kmymoney.h
M  +7-3kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/cbdb6d3b5c6726cffebc401da84bbdca44b60b76

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

[kmymoney] [Bug 405059] Printer settings are not saved

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

--- Comment #2 from Ralf Habacker  ---
In the 5.0/Master branch, kmymoney contains four different QPrinter instances,
in the Checkprinting plugin, in the KHomeView, KReportTab and KReportDlg class,
which means that you may need to enter custom settings 4 times in a kmymoney
session.

In addition, if printing is canceled, any previously set changes to the print
settings will be lost because the QPrinter instance will be destroyed.

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

[kmymoney] [Bug 405059] Printer settings are not saved

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

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||4.8.4
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kmy
   ||money/1b40b16af46774ef18330
   ||852f272ef243f28f332
 Status|REPORTED|RESOLVED

--- Comment #1 from Ralf Habacker  ---
Git commit 1b40b16af46774ef18330852f272ef243f28f332 by Ralf Habacker.
Committed on 04/03/2019 at 12:39.
Pushed by habacker into branch '4.8-staging'.

Fix 'Printer settings are not saved'

A global QPrinter instance in class KMyMoneyApp is used to reuse the
printer settings.
FIXED-IN:4.8.4

M  +25   -1kmymoney/kmymoney.cpp
M  +2-0kmymoney/kmymoney.h
M  +7-3kmymoney/views/kreportsview.cpp

https://commits.kde.org/kmymoney/1b40b16af46774ef18330852f272ef243f28f332

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