Port KmPlot away from deprecated KIO::NetAccess and KImageIO
ClosedPublic

Authored by yurchor on Oct 10 2018, 8:46 PM.

Details

Summary

Most of the code is borrowed from this revision for KMyMoney:

https://phabricator.kde.org/D9148

Test Plan
  1. Save a plot to a network resource. Everything should work.
  2. Load a plot from a network resource. Everything should work.
  3. The same things should work for the plot parameters (Parameters -> Edit list... ->Import/Export)
  4. Export a plot to a bitmap or SVG (File -> Export) on a local disk or network resource. Everything should work.

Diff Detail

Repository
R334 KmPlot
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
yurchor created this revision.Oct 10 2018, 8:46 PM
Restricted Application added a project: KDE Edu. · View Herald TranscriptOct 10 2018, 8:46 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
yurchor requested review of this revision.Oct 10 2018, 8:46 PM
cfeck added a subscriber: cfeck.Oct 10 2018, 10:05 PM

Awesome. So it does (also) fix bug 360685?

kmplot/maindlg.cpp
621

indentation

yurchor marked an inline comment as done.Oct 11 2018, 5:10 AM

Awesome. So it does (also) fix bug 360685?

Cannot (actually, have no time) test what was earlier but with the following commit it works as well (tested):

https://cgit.kde.org/kmplot.git/commit/?id=5464594bbdbb91eb5a655b1b3878cd427209c94f

BUG: 360685

https://bugs.kde.org/show_bug.cgi?id=360685

yurchor updated this revision to Diff 43369.Oct 11 2018, 5:11 AM

Fix indentation.

cfeck accepted this revision.Oct 11 2018, 8:20 AM
This revision is now accepted and ready to land.Oct 11 2018, 8:20 AM
This revision was automatically updated to reflect the committed changes.