[Kmymoney-devel] [Bug 255476] Ledger view remains disabled after switching to a different file

Cristian Onet onet.cristian at gmail.com
Fri Nov 5 20:52:04 CET 2010


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





--- Comment #3 from Cristian Onet <onet cristian gmail com>  2010-11-05 20:52:03 ---
SVN commit 1193387 by conet:

BUG: 255476
Ledger view remains disabled after switching to a different file.
This was caused by the fact that the accounts model was not loaded by the time
the account selector in the ledger was being used to set the visible account.
This means that at that time the visible account could not be set. After the
accounts model gets loaded nobody tried to set the ledger's visible account
which is correct. Fix this problem by making sure that the accounts model is
loaded by the time the ledger's visible account is being set. Do this by
activating the "load on idle" feature only if there is a real account loaded
not after the first time like it was done before.
+
A small step in improving the performance issue. Load the accounts model on
idle instead of when dataChanged() is emitted when it's possible.
Backport to the stable branch.

 M  +9 -1      accountsmodel.cpp  
 M  +2 -2      accountsmodel.h  
 M  +19 -2     models.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1193387

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list