gnucash stable: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Mon Mar 16 05:33:04 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/be94e9ce (commit)
	 via  https://github.com/Gnucash/gnucash/commit/15f7ca44 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/93fed182 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/950f118e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/09f33eb4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5df0a083 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b037d7dd (commit)
	from  https://github.com/Gnucash/gnucash/commit/5f1c6232 (commit)



commit be94e9ce41a394dc892bb48cc626789c1e59657c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 3 16:03:32 2026 +0000

    Control the 'Transaction/Split Paste' menu item
    
    Only enable the 'Transaction/Split Paste' menu item when there is
    something to paste.

commit 15f7ca44864481947dbcafefb51e68d266958540
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 3 16:06:57 2026 +0000

    Do not display the date for template duplication

commit 93fed1822f914c1ff8bfd25d257beee30bbe97c3
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 3 16:00:58 2026 +0000

    Add tests for copying template transactions.
    
    Test template transaction to template transaction.
    Test normal transaction to template transaction.
    Test template transaction to normal transaction.

commit 950f118ec95ecaef04c27c2cbd652d0761e47a36
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 3 15:58:56 2026 +0000

    Fix copying template transactions.
    
    Add functions to allow for copying template transactions.

commit 09f33eb4fdf9bf3e14dc681aac2af12dfc5294ea
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 3 14:36:54 2026 +0000

    Fix only checking first scheduled transaction
    
    Fixes only testing the first transaction by changing the return value
    of the 'TransactionCallback' function for xaccAccountForEachTransaction
    to FALSE.

commit 5df0a083a583867f6b7c78c7df1b1430f53afae8
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 3 14:33:55 2026 +0000

    Bug 798122 - Message about unable to balance transaction
    
    It was suggested that when the scheduled transactions are tested for
    being in balance and they are not the discrepancy could be displayed to
    aid resolution.

commit b037d7dd7defbf2f2277ff6cbc09dd3dceb7ed6a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Feb 3 14:18:46 2026 +0000

    Realign a couple of structures in dialog-sx-editor.c



Summary of changes:
 gnucash/gnome/dialog-sx-editor.c                   | 103 +++--
 gnucash/gnome/gnc-plugin-page-register.cpp         |  18 +
 .../ledger-core/split-register-control.cpp         |   5 +-
 .../register/ledger-core/split-register-copy-ops.c | 262 +++++++++++-
 .../register/ledger-core/split-register-copy-ops.h |  29 +-
 gnucash/register/ledger-core/split-register.c      |  88 ++++-
 gnucash/register/ledger-core/split-register.h      |   5 +
 .../test/utest-split-register-copy-ops.c           | 438 ++++++++++++++++++++-
 8 files changed, 863 insertions(+), 85 deletions(-)



More information about the gnucash-patches mailing list