gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Sep 12 09:31:38 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/63ec05d0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d0b8cd27 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a0f2ccc9 (commit)



commit 63ec05d0dd117ca5b5a0548290569904d3f56f12
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 12 20:58:55 2020 +0800

    [reports] rendering is more responsive by pulsing progressbar
    
    previously the renderer (html-document object to html-string) would
    attempt to update progressbar. However the html-object is a deeply
    nested hierarchical object, (length object) is not suitable to
    calculate progressbar fraction. Therefore we change update by pulsing
    progressbar instead every 2500 loops in html-document, html-table and
    html-text renderers.

commit d0b8cd27c59f72350eb223cf626f1e3b11775b9f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 12 20:07:43 2020 +0800

    [register] reduce tempo of updating progressbar
    
    every 200 splits instead of every split



Summary of changes:
 gnucash/report/html-document.scm             | 5 +----
 gnucash/report/html-table.scm                | 2 ++
 gnucash/report/html-text.scm                 | 1 +
 gnucash/report/report-utilities.scm          | 8 ++++++++
 gnucash/report/reports/standard/register.scm | 6 +++---
 5 files changed, 15 insertions(+), 7 deletions(-)



More information about the gnucash-patches mailing list