gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Tue Aug 27 09:28:24 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/d963ca0d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/13d31797 (commit)
	from  https://github.com/Gnucash/gnucash/commit/90da06b8 (commit)



commit d963ca0d3ae44c77cd99550617ecc369958eb95c
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 24 17:06:58 2019 +0800

    fincalc: remove C accelerator for Clear
    
    because it clashes with Close button

commit 13d3179729130f8930f636fe3cd45bed3a6e32e7
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Aug 23 21:14:38 2019 +0800

    Bug 605602 - precision of Financial Calculator seems to depend on locale
    
    * the calc_clicked_cb had mechanism to abort if no fields were
      empty. disable it.
    
    * to convert gnc_numeric to string, the only suitable print_info is
      gnc_share_print_info_places which takes decimal and outputs suitable
      print_info. Not very appropriate, but works.



Summary of changes:
 gnucash/gnome/dialog-fincalc.c          | 26 +++++++++---
 gnucash/gtkbuilder/dialog-fincalc.glade | 71 ++++++++++++++++++++++-----------
 2 files changed, 67 insertions(+), 30 deletions(-)



More information about the gnucash-patches mailing list