gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Sep 26 14:38:24 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/6ecbb814 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d810e82f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b72014c7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/05bf2d7a (commit)
	from  https://github.com/Gnucash/gnucash/commit/e84fd6a9 (commit)



commit 6ecbb814e093da42d8c14e883bdec5130d2d23b4
Merge: e84fd6a95 d810e82f9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Sep 27 02:36:39 2020 +0800

    Merge branch 'maint-797893' into maint #789

commit d810e82f982ee6a498fbe54e87a6e7088cb041c5
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 26 19:55:12 2020 +0800

    [html-chart] use gensym instead of guid
    
    ... because technically guids should be freed when not needed. gensym
    generates a guaranteed unique string with prefix within program lifecycle.

commit b72014c7de8e9cb7311b1d60ef3895f7060082d8
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 26 17:43:17 2020 +0800

    Bug 797893 - Unable to change font size in charts
    
    The bug specifies chart fonts are not customisable. We can copy the
    (gnucash) stylesheet properties which define <h3> and <body> font
    styles onto chartjs properties.

commit 05bf2d7a9ccc35856ef17fbc60671fc892de1e32
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 26 17:31:48 2020 +0800

    [reports] use h3 instead of h2 for report-title
    
    "Title" style applies to h3. Ensure that report titles are h3 to be
    styled as requested by stylesheets.



Summary of changes:
 gnucash/report/html-chart.scm                      | 23 ++++++++++++++-------
 gnucash/report/html-utilities.scm                  | 24 ++++++++--------------
 .../report/reports/example/welcome-to-gnucash.scm  |  2 +-
 .../report/reports/standard/new-owner-report.scm   |  2 +-
 gnucash/report/reports/standard/price-scatter.scm  |  2 +-
 5 files changed, 28 insertions(+), 25 deletions(-)



More information about the gnucash-patches mailing list