gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Mon Apr 19 06:08:06 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/cd355c20 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2da78db5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c2a7b8ea (commit)
	from  https://github.com/Gnucash/gnucash/commit/33b8a192 (commit)



commit cd355c20fc7f17aa27c84d2793248b9661dea2ac
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Apr 18 13:35:09 2021 +0100

    Bug 648335 - Add preference for 'Review Created Transactions'
    
    Add a preference for the 'Review Created Transactions' setting in the
    'Sinse Last Run' dialog so that the default can be specified.

commit 2da78db5e46448d5322bc80c4aec73423c47759d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Apr 18 13:05:29 2021 +0100

    Reformat schedule transaction source files for white space

commit c2a7b8eaaf9aada2f9fe78828113f7da0e79e2ee
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Apr 18 12:03:59 2021 +0100

    Bug 753283 - Highlight missing when returning from schedule edit.
    
    When you return from editing a scheduled transaction the highlight is
    missing in the tree view. This is partly due to the model being
    recreated when ever a change is made to a scheduled transaction. To
    overcome this, the selected schedules are added to a GList which is
    used in a new call back signal that has been added to indicate when the
    model is populated. When this happens, the model is scanned for the
    schedules that are in the GList so they can be reselected.



Summary of changes:
 .../gnome-utils/gnc-sx-list-tree-model-adapter.c   | 547 +++++++++++----------
 .../gnome-utils/gnc-sx-list-tree-model-adapter.h   |  72 +--
 gnucash/gnome/dialog-sx-since-last-run.c           |   3 +
 gnucash/gnome/dialog-sx-since-last-run.h           |   1 +
 gnucash/gnome/gnc-plugin-page-sx-list.c            | 417 +++++++++-------
 gnucash/gnome/gnc-plugin-page-sx-list.h            |  14 +-
 .../org.gnucash.dialogs.sxs.gschema.xml.in         |   5 +
 gnucash/gtkbuilder/dialog-sx.glade                 |  33 +-
 8 files changed, 619 insertions(+), 473 deletions(-)



More information about the gnucash-patches mailing list