gnucash stable: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Mon Oct 21 07:29:58 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/6912c49a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/29ec4257 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/30886f70 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/469a1278 (commit)
	from  https://github.com/Gnucash/gnucash/commit/e63210f1 (commit)



commit 6912c49ae062b196c5e9fbf394bbf2b7a6c58ad4
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Oct 21 12:23:07 2024 +0100

    Errors in trace file if account deleted with open register
    
    If an account is deleted with an open register there are multiple
    errors in trace file due to the register plugin page event handler
    trying to update the notebook tab contents.
    
    Add a test for the ledger display leader being not NULL before trying
    to update the tab contents.

commit 29ec4257db35ddf0b3e41d80ab8e30ffc57aef84
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Oct 21 12:21:54 2024 +0100

    Error in trace file suspend counter not zero
    
    When importing from OFX, an error can be seen in the trace file when
    gnc_gui_refresh_all is called when refresh is suspended. Add a check
    for refresh being suspended before calling for a refresh.

commit 30886f70e60185ed55c9ca61521b930944c5b5ae
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Oct 21 12:20:55 2024 +0100

    Bug 799433 - Right-click issue in import window
    
    When you right click a transaction in the import window, the popup menu
    should act on that transaction but instead works on the currently
    highlighted transaction. Added check to see if current path is selected.

commit 469a1278c0c7e687dfa163adb2bbbfca0bbe7ce3
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Oct 21 12:17:19 2024 +0100

    Bug 799435 - Right-click issue in reconcile window
    
    If another transaction(s) is(are) already selected, right-click will
    add to the selection rather than select the new transaction and bring
    up the right-click menu. Added check to see if current path is selected.



Summary of changes:
 gnucash/gnome/gnc-plugin-page-register.cpp    | 10 +++++++++-
 gnucash/gnome/window-reconcile.cpp            |  6 +++++-
 gnucash/import-export/import-main-matcher.cpp | 22 ++++++++++++----------
 3 files changed, 26 insertions(+), 12 deletions(-)



More information about the gnucash-patches mailing list