gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Jun 22 16:37:55 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/cf3d2f36 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d4be0d07 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0449b73e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/59ec7e46 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ed2b92c4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/4c67cc09 (commit)



commit cf3d2f3656d026fc95c23d00e718d1cce5b5e179
Merge: 4c67cc09a6 d4be0d0711
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 22 13:36:32 2023 -0700

    Merge Bob Fewell's reg-desc-fixes into stable.

commit d4be0d071182e81f98de8a7b6d8e9a5060a8a621
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Jun 20 12:00:03 2023 +0100

    Bug 798960 - Transaction completion horizontal scrolling
    
    This commit is the second part to the bug that will scroll horizontally
    to where the matching description text is.

commit 0449b73e960c62be134265329af160b291273d92
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Jun 19 09:51:58 2023 +0100

    Bug 798960 - Transaction completion horizontal scrolling
    
    When a description popup has long text a horizontal scroll bar will be
    used. If a subsequent popup has short text which does not need a scroll
    bar, the previous one is still visible so queue a tree view column
    resize to reevaluate the need for a scroll bar.

commit 59ec7e4613c6f1213424c87eece836b4cac53790
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Jun 19 09:43:19 2023 +0100

    Change the search text to be up to the cursor position
    
    When editing an existing entry, similar descriptions would not show so
    instead of using the whole of the description text to search on just
    use the portion up to the cursor.

commit ed2b92c428ce55e8466033d245412b72bbab879b
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Jun 19 09:34:12 2023 +0100

    Fix cursor position when deleting selected text



Summary of changes:
 .../register/register-gnome/completioncell-gnome.c | 114 +++++++++++++++++++--
 1 file changed, 104 insertions(+), 10 deletions(-)



More information about the gnucash-patches mailing list