Improve the performance of the listen_for_accounts function. Never

rebuild the list_store from scratch as the time required to sort each
account insertion takes forever with a large number of accounts.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13778 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-04-14 05:36:42 +00:00
parent 5f3491f7d3
commit 5d4b4c7b22
2 changed files with 82 additions and 67 deletions
+5
View File
@@ -1,5 +1,10 @@
2006-04-13 David Hampton <hampton@employees.org>
* src/gnome-utils/account-quickfill.c: Improve the performance of
the listen_for_accounts function. Never rebuild the list_store
from scratch as the time required to sort each account insertion
takes forever with a large number of accounts.
* src/gnome-utils/window-main-summarybar.c:
* src/gnome/dialog-commodities.c:
* src/engine/engine.scm: