gnucash stable: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Mon Nov 20 05:01:29 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/46e47d44 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/63150987 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ceb21790 (commit)
	from  https://github.com/Gnucash/gnucash/commit/af48ab7c (commit)



commit 46e47d44a020ebaeff37b27c2eba539ca4b4acc6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Nov 15 10:58:56 2023 +0000

    Rename the scheduled edit/new/delete menus
    
    There is a conflict when updating the tooltip menu entries for the
    scheduled transaction 'edit' menu. To find the appropriate menu entry,
    the list of menu entries is searched by name and this entry conflicts
    with the main 'edit' menu which has no tooltip and so the scheduled
    'edit' menu entry does not get the correct tooltip.
    
    To fix this just change the entries to 'Edit Schedule'/'New Schedule'
    and 'Delete Schedule', this also changes them to the same format as the
    account menu options.

commit 6315098723ee15de993cb6a50a52fc87ffc575ae
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Oct 15 12:57:19 2023 +0100

    Make it clearer for which SX's will be deleted
    
    Add the SX names that will be deleted below the confirmation dialogue
    question.

commit ceb21790b488a40f0ef6188348a205e8d09f3c57
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Oct 15 12:50:34 2023 +0100

    Bug 799090 - Right Clicking scheduled transaction
    
    If you have a highlighted SX and you right click on another SX the new,
    edit, delete popup uses the highlighted SX not the one you clicked on.
    This is misleading because the box appears at the right clicked
    location, and it looks like that is the SX it will affect.
    
    To fix this, check to see if SX right clicked on is selected, if not
    unselect all SX's and select the one clicked on before popup.



Summary of changes:
 gnucash/gnome/gnc-plugin-page-sx-list.c | 52 ++++++++++++++++++++++++++-------
 gnucash/ui/gnc-plugin-page-sx-list.ui   |  6 ++--
 2 files changed, 45 insertions(+), 13 deletions(-)



More information about the gnucash-patches mailing list