[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-20 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #23 from Dawid Wróbel --- (to clarify, I don't have a problem with this bug being fixed the way it was, just making sure we are on the same page regarding how badly that home page code needs rewriting) -- You are receiving this mail

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-20 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #22 from Dawid Wróbel --- > This issue, which was present before, is now traceable due to the changes > made to this ticket, but is independent of the adjustments made for this > ticket. A separate ticket should be created for this. I am

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-20 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 Ralf Habacker changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-14 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #20 from Ralf Habacker --- Created attachment 152801 --> https://bugs.kde.org/attachment.cgi?id=152801=edit bigger test case With the bigger test case loaded I get the following values from kmymoney debug build from 5.1 branch with

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-14 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #19 from Ralf Habacker --- The same with kmymoney from master branch on openSUSE Tumbleweed - app startup resizeEvent time to last resize event 0.000102 ms (initial call) refresh 1.13677 ms resizeEvent time to last resize event 5.09184

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-14 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #18 from Ralf Habacker --- I changed the code on the 5.1 branch to void KHomeView::refresh() { Q_D(KHomeView); if (isVisible()) { auto t_start = std::chrono::high_resolution_clock::now(); d->loadView();

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-14 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #17 from Dawid Wróbel --- (In reply to Ralf Habacker from comment #16) > you are using master or 5.1 ? master > Hmmh, I've checked this with a loaded file, but did not get such huge > numbers, only msecs. May this be related to the loaded

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-14 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 Ralf Habacker changed: What|Removed |Added Ever confirmed|0 |1 Status|RESOLVED

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-14 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #15 from Dawid Wróbel --- What this does on my end is that every resize event it re-calculates the data several time, which effectively makes the app completely hang-up after an attempt to resize the window: Processed home view section 8

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 Ralf Habacker changed: What|Removed |Added Version Fixed In|4.8.5 |4.8.5,5.1.4 -- You are receiving this mail

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #14 from Ralf Habacker --- Git commit b9104064eeb64d90c7acc1fbcddced551b053a5d by Ralf Habacker. Committed on 07/10/2022 at 09:15. Pushed by habacker into branch 'master'. Fix building with Qt 5.15 Fixup for commit 897ccf9e4. M +1-0

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #13 from Ralf Habacker --- Git commit d1387581d25a5bcff117f056d0fb23403913aacc by Ralf Habacker. Committed on 07/10/2022 at 08:51. Pushed by habacker into branch '4.8-origin'. Reduce the number of home page rebuilds for multiple resize

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #12 from Ralf Habacker --- Git commit d1387581d25a5bcff117f056d0fb23403913aacc by Ralf Habacker. Committed on 07/10/2022 at 08:51. Pushed by habacker into branch '4.8-origin'. Reduce the number of home page rebuilds for multiple resize

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #11 from Ralf Habacker --- Git commit a7e8343fd9397587f5dbb7433b2af7be40ecfd80 by Ralf Habacker. Committed on 07/10/2022 at 08:51. Pushed by habacker into branch '4.8-origin'. Fix 'Forecasting graph on the home page has random quality

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 Ralf Habacker changed: What|Removed |Added Version Fixed In|5.1.4 |4.8.5 Latest

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #9 from Ralf Habacker --- Git commit 8910ed3bbf19f2d23a93a7b49445dc5747a532cb by Ralf Habacker. Committed on 07/10/2022 at 08:40. Pushed by habacker into branch '5.1'. Reduce the number of home page rebuilds for multiple resize events

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #8 from Ralf Habacker --- Git commit 8910ed3bbf19f2d23a93a7b49445dc5747a532cb by Ralf Habacker. Committed on 07/10/2022 at 08:40. Pushed by habacker into branch '5.1'. Reduce the number of home page rebuilds for multiple resize events

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #7 from Ralf Habacker --- Git commit 897ccf9e4163c1f42e254bd81dd914827938a12d by Ralf Habacker. Committed on 07/10/2022 at 08:39. Pushed by habacker into branch 'master'. Reduce the number of home page rebuilds for multiple resize events

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-06 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #6 from Ralf Habacker --- (In reply to Dawid Wróbel from comment #3) > Unless it’s an easy fix, This was easy to fix, see associated commits. > it would be best to invest that time into replacing the Home view with a WML > one. A proof

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-06 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 Ralf Habacker changed: What|Removed |Added Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-06 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 Ralf Habacker changed: What|Removed |Added Latest Commit||https://invent.kde.org/offi

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-06 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=460007 Dawid Wróbel changed: What|Removed |Added CC||m...@dawidwrobel.com --- Comment #3 from Dawid

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-06 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #2 from Ralf Habacker --- (In reply to Ralf Habacker from comment #1) > contains small values after starting the application The problem with this is that the size of the generated image depends directly on the size of the associated

[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems

2022-10-05 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #1 from Ralf Habacker --- The size of graph, which is calculated in void KHomeViewPrivate:;showNetWorthGraph() { Q_Q(KHomeView); // Adjust the size QSize netWorthGraphSize = q->size(); netWorthGraphSize