https://bugs.kde.org/show_bug.cgi?id=460368
--- Comment #2 from Ralf Habacker ---
(In reply to Ralf Habacker from comment #1)
> The simplest solution is to revert this commit,
I did that, but it didn't help. The reason for this issue is that
KMyMoneyView::loadView() does not recognize the "clo
https://bugs.kde.org/show_bug.cgi?id=460368
Ralf Habacker changed:
What|Removed |Added
Latest Commit||https://invent.kde.org/offi
|
On Donnerstag, 13. Oktober 2022 19:24:21 CEST paulo breim wrote:
> I'm trying to recover my password to get off this list, but the site
> says it sent an email for recovery, but that email never arrives.
> Please DO NOT ASK ME TO LOOK AT SPAM.
>
> FIX THIS PROBLEM.
I understand your frustration,
https://bugs.kde.org/show_bug.cgi?id=460368
--- Comment #4 from Ralf Habacker ---
(In reply to Ralf Habacker from comment #3)
> Git commit 71a67b8280d45e42820550f45e8488a8519b87da by Ralf Habacker.
..
> KHomeViewPrivate::loadView() did not recognize the case "file close".
This problem only occur
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 in
https://bugs.kde.org/show_bug.cgi?id=426400
Bug 426400 depends on bug 460007, which changed state.
Bug 460007 Summary: Forecasting graph on the home page has random quality
problems
https://bugs.kde.org/show_bug.cgi?id=460007
What|Removed |Added
---
https://bugs.kde.org/show_bug.cgi?id=460007
Ralf Habacker changed:
What|Removed |Added
Ever confirmed|0 |1
Status|RESOLVED
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
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();
auto
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
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&action=edit
bigger test case
With the bigger test case loaded I get the following values from kmymoney debug
build from 5.1 branch wit
I just noticed something else about this, although it might not really
be directly related. If I just try to update an account for the first
time after applying this change, it asks for my password, but does not
offer the ability to save it. I need to edit the account, go to the
online se
12 matches
Mail list logo