gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Apr 26 15:14:01 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/d60d5c30 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6bb4faac (commit)
	from  https://github.com/Gnucash/gnucash/commit/2392bc24 (commit)



commit d60d5c30d2824d9550ffe19357102001d687a771
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Apr 26 12:11:40 2021 -0700

    Bug 798177 - Price of new stock transactions not saved in price database
    
    Add call to xaccTransRecordPrice after every call to xaccTransCommitEdit
    in gnc_split_register_save.

commit 6bb4faac5845be29e624cfe095f4c78e41923066
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Apr 26 10:38:48 2021 -0700

    Bug 795804 - Extremely slow save
    
    Only update the status bar when the percentage changes by at least 1%
    because running the mainloop is expensive on macOS and Microsoft
    Windows. This speeds up all operations that run the progress bar with
    overly-fine resolution.



Summary of changes:
 gnucash/gnome-utils/gnc-splash.c              | 13 ++++++++++---
 gnucash/gnome-utils/gnc-window.c              | 15 ++++++++++++---
 gnucash/register/ledger-core/split-register.c |  2 ++
 3 files changed, 24 insertions(+), 6 deletions(-)



More information about the gnucash-patches mailing list