gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Fri Jun 28 05:50:19 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/d5c3b4af (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cf3e9239 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a7f3f521 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4cf92baa (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8c6832bc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5cb1d0eb (commit)
	from  https://github.com/Gnucash/gnucash/commit/58069668 (commit)



commit d5c3b4af0cb82d9d7693092faa2a2d89a1e89d18
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 7 13:38:56 2019 +0100

    Make the blank split read only
    
    If the transactions are read only or voided and selected for editing a
    blank split is added that allows you to change the transaction so in
    these cases make the blank split read only.

commit cf3e9239e26fa471ea02616fd20a543741f34fe9
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 7 13:38:25 2019 +0100

    Allow cancelling of a split paste
    
    Currently when you paste a split you can not cancel the changes as they
    are already committed. By opening the transaction for editing before
    the split paste the cancel option is now available.

commit a7f3f5213fc08dd4d73af4da062d26fd8c78454f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 7 13:37:50 2019 +0100

    Add a dialogue about pasting on an anchoring split
    
    Present a dialogue advising that you can not paste a split on top of
    the anchoring split.

commit 4cf92baaa7aea478918c986171953a377396b68c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 7 13:37:07 2019 +0100

    Bug 797249 - Cutting home account causes transaction to disappear
    
    Add some test for when cutting splits from transactions that prevent
    the cutting of the anchor split and warn when the split is a reconciled
    one or when cutting the transaction that it contains reconciled splits.

commit 8c6832bcb95af313869b7d99a3066c2317719439
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 7 13:36:24 2019 +0100

    Allow deleting all splits in the General Journal
    
    In the General Journal there is no anchor split so allow all splits to
    be deleted.

commit 5cb1d0ebb95226b14e38937a7b33b87797e69583
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Jun 4 16:31:15 2019 +0100

    Disable menu options that should not be possible when
     transactions are marked read only



Summary of changes:
 gnucash/gnome/gnc-plugin-page-register.c           |  60 +++++--
 gnucash/gnome/gnc-split-reg.c                      | 189 +++++++++++++++++++--
 gnucash/gnome/gnc-split-reg.h                      |   1 +
 .../register/ledger-core/split-register-model.c    |  14 +-
 gnucash/register/ledger-core/split-register.c      |  34 +++-
 5 files changed, 265 insertions(+), 33 deletions(-)



More information about the gnucash-patches mailing list