gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Mar 29 17:50:50 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/f74d7c52 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b73bb0e7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a934c41e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bc8428c8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/eea20a8d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4cd059c8 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f85be03b (commit)



commit f74d7c52da378b126a1a0faffaddfb802b44dd8c
Merge: f85be03bb b73bb0e7c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 29 14:49:00 2020 -0700

    Merge Jean Laroche's 'fix_autocompletion_master' into master.

commit b73bb0e7ce9435cb8ec3518e7d5fbc4e00ecef85
Author: jean <you at example.com>
Date:   Sat Mar 28 13:37:00 2020 -0700

    run astyle on modified files

commit a934c41ef45ef7551ea4b88cb74f46f9aef4337b
Author: jean <you at example.com>
Date:   Sat Mar 28 12:02:14 2020 -0700

    Finish removing preference, re-nice the code

commit bc8428c80ee462b20feb743ab2a6855b015fb5e2
Author: jean <you at example.com>
Date:   Thu Mar 26 23:15:12 2020 -0700

    Make the two search coexist
    Add support for : in type-ahead search
    
    Add gnc_get_account_separator_string
    
    Remove preference

commit eea20a8da07b494f3f0d2b0a9dcb08540ee64de4
Author: jean <you at example.com>
Date:   Sun Mar 22 16:43:26 2020 -0700

    Move new search function to an external function

commit 4cd059c80bce06c79b36f173d8c075060c34a7d9
Author: Jean Laroche <27791933+jeanlaroche at users.noreply.github.com>
Date:   Fri Mar 13 21:03:11 2020 -0700

    Implement look-ahead account name completion
    
    Fix coding style etc
    
    Fix travis error
    
    Fix travis error
    
    Remove no longer needed file
    
    Improve the case-normalization to use utf8 functions
    
    Restore mistakenly removed line, fix NULL pointers, improve tooltips
    
    Make search still happen when deleting characters
    
    Fix cosmetic and coding style issues



Summary of changes:
 gnucash/gnome-utils/account-quickfill.c            | 193 +++++----
 gnucash/gnome-utils/account-quickfill.h            |  13 +-
 gnucash/register/ledger-core/gncEntryLedgerLoad.c  | 168 ++++----
 gnucash/register/ledger-core/split-register-load.c | 348 ++++++++--------
 gnucash/register/register-core/combocell.h         |  37 +-
 gnucash/register/register-gnome/combocell-gnome.c  | 441 ++++++++++++---------
 .../register/register-gnome/gnucash-item-list.c    | 236 +++++------
 7 files changed, 792 insertions(+), 644 deletions(-)



More information about the gnucash-patches mailing list