gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Dec 30 15:48:57 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/72f81f7b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/91486a73 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/46c2e449 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e3665287 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ab13b01f (commit)



commit 72f81f7b83194950fa8030ea38a92433e3609255
Merge: ab13b01f8 91486a731
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 30 11:38:58 2022 -0800

    Merge Bob Fewell's 'reg-desc' into master.

commit 91486a7318db0358150fada38ff0159cf8eb9aad
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Oct 10 11:41:11 2022 +0100

    Add a function to combocell to set the search behaviour
    
    When searching for entered text, the combocell search starts from the
    front till the entered text is not found and then changes to find the
    entered text any where.
    
    This function sets the combocell to use only the second option, type
    ahead search.

commit 46c2e44988ea7dd3ecb3207c68cfe51b0221ba4f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Oct 10 11:17:02 2022 +0100

    Change the Register description layout cell type.
    
    Currently the description cell type is QUICKFILL_CELL_TYPE and
    commit changes it to COMBO_CELL_TYPE. Doing this allows the user to
    select a transaction description from a list or do a similar search to
    that of the transfer cell.

commit e366528770c883d0e3d4994f18a82fd404ff25bd
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Oct 10 11:05:06 2022 +0100

    Change Register popup width
    
    When obtaining the popup width when using autosize, set it to the width
    of the cell unless it is smaller than the default, then use that.



Summary of changes:
 .../register/ledger-core/split-register-layout.c   |  2 +-
 gnucash/register/ledger-core/split-register-load.c | 23 ++++--
 gnucash/register/ledger-core/split-register.c      | 10 +++
 gnucash/register/register-core/combocell.h         |  8 +++
 gnucash/register/register-gnome/combocell-gnome.c  | 84 +++++++++++++++++++++-
 .../register/register-gnome/gnucash-item-edit.c    |  6 ++
 .../register/register-gnome/gnucash-item-list.c    |  2 +-
 7 files changed, 128 insertions(+), 7 deletions(-)



More information about the gnucash-patches mailing list