gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Jun 12 19:51:38 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/99712f58 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3f95e134 (commit)
	from  https://github.com/Gnucash/gnucash/commit/985a6420 (commit)



commit 99712f5896b5a6bb91565d524a6820cc7ee88e26
Merge: 985a6420f 3f95e1349
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jun 12 16:48:59 2021 -0700

    Merge Bob Fewell's 'import-pref' into maint.

commit 3f95e1349b080e9c36ad81fe19ac13579d363a9d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 5 10:33:00 2021 +0100

    Add two new preferences for import
    
    In the import-backend.c source file two constants were defined with a
    comment about they should ideally be added to the user preference
    dialog. This commit does that, the two preferences are
    match-date-threshold which is the number of days a transaction match is
    likely and match-date-not-threshold which is the number of days a
    transaction match is considered not likely.



Summary of changes:
 gnucash/gnome-utils/dialog-preferences.c           |  2 +
 ...g.gnucash.dialogs.import.generic.gschema.xml.in | 10 +++
 gnucash/gtkbuilder/dialog-preferences.glade        | 90 +++++++++++++++++++++-
 gnucash/import-export/import-backend.c             | 15 ++--
 gnucash/import-export/import-backend.h             |  6 ++
 gnucash/import-export/import-main-matcher.c        | 13 +++-
 gnucash/import-export/import-settings.c            | 22 +++++-
 gnucash/import-export/import-settings.h            |  4 +
 gnucash/import-export/import-utilities.h           | 19 ++---
 9 files changed, 156 insertions(+), 25 deletions(-)



More information about the gnucash-patches mailing list