gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Sun May 3 07:20:19 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/7483d501 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3d2974d9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9faba45f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/79501e58 (commit)
	from  https://github.com/Gnucash/gnucash/commit/624a2d80 (commit)



commit 7483d5014152e9b6868beea08e0caf2cf5aa0b34
Merge: 624a2d809 3d2974d97
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun May 3 12:11:57 2020 +0100

    Merge Chris Good's branch 'bug797236RecMas', PR #707 into master

commit 3d2974d97e1d20ad77389ebb835a546d3efad79c
Author: goodvibes2 <goodchris96 at gmail.com>
Date:   Sat May 2 11:51:04 2020 +1000

    Fix 2 comment typos in gnucash/gnome/window-reconcile.c

commit 9faba45fd5ec1a4f8db0d028e4cb0dea582492d5
Author: goodvibes2 <goodchris96 at gmail.com>
Date:   Sat May 2 11:41:29 2020 +1000

    Reconcile window - Retain position in split list after deletion
    
    The changes for Bug 797236 so that the last selected split is
    visible when the list is refreshed has no effect when the Delete
    button is used, as the selected split has been deleted.
    So preselect the next split after the split to be deleted.
    If no next split in the list, select the previous.
    The split preselected must have a different parent transaction to
    the split to be deleted, as all splits in the transaction will be
    deleted.

commit 79501e58ddf70776b528e5ba7ae4d77485b61362
Author: goodvibes2 <goodchris96 at gmail.com>
Date:   Sat May 2 11:17:29 2020 +1000

    Bug 797236 - Reconciliation - Retain visibility of selected split.
    
    Ensure selected split (or last selected if multiples selected), is
    visible after all operations when the list is refreshed.



Summary of changes:
 gnucash/gnome/reconcile-view.c   | 14 +++++++
 gnucash/gnome/window-reconcile.c | 90 ++++++++++++++++++++++++++++++++++++++--
 2 files changed, 101 insertions(+), 3 deletions(-)



More information about the gnucash-patches mailing list