gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Tue Sep 15 06:37:55 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/7152b26e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/683fe2f3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0d10d1e2 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f0341cdd (commit)



commit 7152b26ede73595685fe2772eab27da82fb91060
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Sep 15 09:26:35 2020 +0800

    [reports] pulse progress bar in common html-object renderer code
    
    ... instead of individual html-object renderers as in 63ec05d0d. We
    can also increase pulse tempo (from 2500 calls to 1000 calls) without
    significantly affecting performance.

commit 683fe2f37ebd49ce139db63936bb2cd1fd932eab
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Sep 15 10:16:52 2020 +0800

    [trep-engine] test void status without merging another query
    
    * use bitwise logic to combine reconcile filter and void filter --
      they use the same "reconciled" data field
    
    * deprecate single-use functions in report-utilities.scm

commit 0d10d1e2347322f483c5890934198e27c5a05bb1
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Sep 15 10:16:25 2020 +0800

    [engine.i] swigify CLEARED-ALL
    
    to be used by trep-engine.scm



Summary of changes:
 bindings/engine.i                   |  1 +
 gnucash/report/html-document.scm    |  4 ++--
 gnucash/report/html-table.scm       |  2 --
 gnucash/report/html-text.scm        |  1 -
 gnucash/report/report-utilities.scm |  8 +++++++-
 gnucash/report/trep-engine.scm      | 25 +++++++++++--------------
 6 files changed, 21 insertions(+), 20 deletions(-)



More information about the gnucash-patches mailing list