gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Fri May 3 06:44:54 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/8d71fcaf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/38dfc6ec (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c782e7a4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7c9f01ff (commit)



commit 8d71fcaf2f5b3196187044501ca0c47aeba2ee0a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 3 11:42:47 2019 +0100

    Bug 797223 - Preference missing tooltip
    
    The Preferences 'Register/Tab order includes Transfer on Memorised
    Transaction' was not displaying its tooltip even though it was in the
    glade file. Recreated the Register notebook page and the business page
    as it also had a missing tooltip.

commit 38dfc6ecd201bdf3628a27ff2d007bcf6aff295c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 3 11:37:42 2019 +0100

    Use the commodity on selected parent rows in price tree view
    
    If the parent row for prices in a price tree view is used for a new
    price the security value can be wrong so get the commodity of this row
    and use it for a temporary price which is cloned for editing.

commit c782e7a4da1b88d36a6a6a3d99e5d4df10e8ee04
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri May 3 11:31:26 2019 +0100

    Bug 797051 - Follow up - Change defaults for new price
    
    Set the default date of a new price to today and the value to 0



Summary of changes:
 gnucash/gnome-utils/gnc-tree-view-price.c   |  46 ++++-
 gnucash/gnome-utils/gnc-tree-view-price.h   |  13 ++
 gnucash/gnome/dialog-price-edit-db.c        |  42 ++++-
 gnucash/gnome/dialog-price-editor.c         |   5 +-
 gnucash/gtkbuilder/business-prefs.glade     | 260 ++++++++++++++--------------
 gnucash/gtkbuilder/dialog-preferences.glade | 167 +++++++++---------
 6 files changed, 314 insertions(+), 219 deletions(-)



More information about the gnucash-patches mailing list