gnucash stable: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Mon Nov 20 04:36:27 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/af48ab7c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/78ab605e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5b8d29a7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/16c1244a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/71feea06 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3deb4940 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b0321973 (commit)



commit af48ab7cc243ccca14645267c8bd968f2b2e8078
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Nov 16 10:11:30 2023 +0000

    Bug 798025 - SLR Value entry not tied to location
    
    When you enter a value in the SLR tree view, the cell renderer text
    entry box gets the focus ready for keyboard entry. In this state, the
    tree view can be scrolled underneath by the mouse wheel or using the
    vertical scrollbar, the row is still high lighted but still may be
    confusing.
    
    This commit disables the scrolling while an entry has focus and also
    disables the horizontal scroll bar to be more effective.

commit 78ab605e91d4c9d5db98a97062e6dd20a59246e1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Nov 15 16:01:06 2023 +0000

    Bug 798760 - SLR change reminder with value entry
    
    If the scheduled transaction state is 'Reminder' and also requires
    values which have been entered but the state has not been changed to
    'To Create' the values are lost when OK button pressed.
    
    This change adds a check of state to the 'variable_value_changed_cb'
    and if 'Reminder' changes it to 'To Create'.

commit 5b8d29a7d07b56f5ffbe6022440e85aebbc288ed
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Nov 15 15:52:59 2023 +0000

    Bug 798760 - SLR OK button to complete value entry
    
    When in the SLR dialog and you are adding a value to a scheduled
    transaction, if you do not complete the entry with a tab or enter but
    press the 'OK' button the value changes back to 'Need Value'.
    
    This change also completes the entry with the 'OK' button and will move
    to the next value to be entered or if none complete the dialog.

commit 16c1244a63458c58dd3e18c37a08ccc5c67a8f79
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Nov 15 14:49:06 2023 +0000

    Bug 607000 - SLR visible transactions
    
    Change the Since Last Run dialog to show only transactions with a
    non-empty Status.

commit 71feea06a99301200a02a226e0b8959a2b2c37ea
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Nov 15 14:24:26 2023 +0000

    Allow saving the sorting in the SLR

commit 3deb49402c33a18c278fe74ddda4aedf1ee64c09
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Nov 15 13:35:04 2023 +0000

    Bug 792241 - Allow sorting scheduled transactions
    
    Allow sorting in the SLR by date and by status.



Summary of changes:
 gnucash/gnome/dialog-sx-since-last-run.c           | 290 ++++++++++++++++++++-
 gnucash/gnome/dialog-sx-since-last-run.h           |   1 -
 .../org.gnucash.GnuCash.dialogs.sxs.gschema.xml.in |  11 +-
 gnucash/gtkbuilder/dialog-sx.glade                 |   3 +-
 4 files changed, 289 insertions(+), 16 deletions(-)



More information about the gnucash-patches mailing list