gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Mon Jun 8 12:24:17 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/cb69b806 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4fba4735 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d281a3f2 (commit)



commit cb69b806e7afc3e35adc3679f9ef580492484384
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Jun 8 17:16:23 2020 +0100

    Update Schedule Transaction Template dialog status bar
    
    Copy the functions from gnc_main_window that updates the status bar
    with the action tooltips to gnc_window so that both GncMainWindow and
    GncEmbeddedWindow can use without duplicating code.

commit 4fba473570e84974083c9bade9f9b9278336e421
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Jun 8 16:57:02 2020 +0100

    Add the Register width menu options to the Scheduled
     Transaction Template dialog.



Summary of changes:
 gnucash/gnome-utils/gnc-embedded-window.c |  4 ++
 gnucash/gnome-utils/gnc-main-window.c     | 95 +------------------------------
 gnucash/gnome-utils/gnc-window.c          | 90 +++++++++++++++++++++++++++++
 gnucash/gnome-utils/gnc-window.h          | 16 ++++++
 gnucash/gnome/dialog-sx-editor.c          |  1 +
 gnucash/ui/gnc-sxed-window-ui-full.xml    |  7 +++
 6 files changed, 121 insertions(+), 92 deletions(-)



More information about the gnucash-patches mailing list