gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Tue Sep 1 22:48:39 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/befc4056 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f503f708 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/094b4ba8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fb420652 (commit)
	from  https://github.com/Gnucash/gnucash/commit/de33d1ef (commit)



commit befc4056ec470f600ac0d7e367686f9f36d29007
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 29 19:30:46 2020 +0800

    [gnc-plugin-page-report] use gnc_print_time64
    
    removes the need to store and reset the current QofDateFormat via
    qof_date_format_set and qof_date_format_get.
    
    also g_free format_code properly

commit f503f708f5d547c5607843e618a5bade67583e4b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 29 19:30:37 2020 +0800

    [reports] use gnc-print-time64
    
    removes the need to store and reset the current QofDateFormat via
    qof-date-format-set and qof-date-format-get.
    
    also fix test-transaction csv output test.

commit 094b4ba8426ef3d97bf7bd6a63e65bb4c51918f0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 29 20:10:09 2020 +0800

    [dialog-file-access] handle close-dialog with <ESC>

commit fb42065213b58dc80d85f5a2b52f092464619d73
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 29 19:29:03 2020 +0800

    g_free strings allocated with gnc_prefs_get_string
    
    gnc_prefs_get_string will return a newly-allocated string. after use,
    they must be g_freed.



Summary of changes:
 gnucash/gnome-utils/dialog-file-access.c           |  2 +
 gnucash/gnome-utils/gnc-plugin-file-history.c      | 12 ++++-
 gnucash/gnome/dialog-print-check.c                 |  5 ++
 gnucash/gnome/gnc-plugin-page-report.c             | 29 ++++-------
 .../report/reports/standard/balance-forecast.scm   | 10 ++--
 .../report/reports/standard/category-barchart.scm  |  9 ++--
 gnucash/report/reports/standard/net-charts.scm     |  8 ++-
 .../reports/standard/test/test-transaction.scm     | 57 ++++++++++------------
 gnucash/report/trep-engine.scm                     | 23 +++++----
 9 files changed, 75 insertions(+), 80 deletions(-)



More information about the gnucash-patches mailing list