gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Dec 7 08:29:51 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/6266ca2f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/17bbf870 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b5f9cd0b (commit)



commit 6266ca2f12292836223a2cf74c9de7d97e8a258e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Nov 29 19:48:39 2019 +0800

    g_free() output of get_negative_color
    
    because gdk_rgba_to_string() returns a newly-allocated string
    
    * get_negative_color is gchar* instead of const gchar*
    * move to dialog-utils.c
    * rename get_negative_color() to get_negative_color_str() in
    window-main-summarybar.c
    * add g_free to gnc_tree_model_account_dispose ()
    * modify code to g_free () after use

commit 17bbf870e5bdacf96114a8ef2aa5a763bc880877
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Nov 29 21:50:47 2019 +0800

    Bug 797401 - Invoice Reports need an overall page width set
    
    Use html5 @media to set main-table to page width.



Summary of changes:
 gnucash/gnome-utils/dialog-utils.c           | 11 +++++++
 gnucash/gnome-utils/dialog-utils.h           |  2 ++
 gnucash/gnome-utils/gnc-tree-model-account.c | 34 +++++++++++--------
 gnucash/gnome-utils/window-main-summarybar.c |  6 ++--
 gnucash/gnome/gnc-budget-view.c              | 49 ++++++++++++++++------------
 gnucash/report/business-reports/invoice.scm  |  1 +
 6 files changed, 66 insertions(+), 37 deletions(-)



More information about the gnucash-patches mailing list