gnucash master: Bug 797531 - Improve jumps to filtered registers

Robert Fewell bobit at code.gnucash.org
Wed Jun 10 08:41:51 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/cfc6a6e8 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f749f136 (commit)



commit cfc6a6e8ef925c38f3d0d0403f2283d1b51bcd18
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Jun 10 13:35:22 2020 +0100

    Bug 797531 - Improve jumps to filtered registers
    
    Currently if a jump to a filtered register is made, this could be from
    a report, other register, reconcile window and transaction associations
    and the destination split is not shown the jump will end up at the last
    active cell. This could be confusing so add a test for the destination
    split being visible and warn the user with an option to temporarily
    clear the filter.



Summary of changes:
 gnucash/gnome/dialog-assoc.c             |  4 ++++
 gnucash/gnome/gnc-plugin-page-register.c | 26 ++++++++++++++++++++++++++
 gnucash/gnome/gnc-plugin-page-register.h | 10 ++++++++++
 gnucash/gnome/gnc-split-reg.c            | 27 ++++++++++++++++++++++++++-
 gnucash/gnome/gnc-split-reg.h            | 11 +++++++++++
 gnucash/gnome/top-level.c                | 10 +++++++---
 gnucash/gnome/window-reconcile.c         | 20 +++++++++++++++-----
 7 files changed, 99 insertions(+), 9 deletions(-)



More information about the gnucash-patches mailing list