gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Thu May 28 06:29:25 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/3457dd15 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8bf426e2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e69c8a23 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2dcc0b7a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/55d73851 (commit)
	from  https://github.com/Gnucash/gnucash/commit/4fd5a2cd (commit)



commit 3457dd150b489088d2469133ff24954f748134d4
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu May 28 11:19:32 2020 +0100

    Add file name to dialog used in ofx import

commit 8bf426e274fad91420b91d502c348fda0071fe5b
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu May 28 11:11:32 2020 +0100

    Rename a couple of functions used in multiple OFX file import

commit e69c8a237cca534ccfb957a709ecd8339d3858cd
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu May 28 10:49:56 2020 +0100

    Set the reconcile after close button in import-main-matcher
    
    Set the default visibility of the reconcile after close check button
    to be hidden and set it so it does not respond to gtk_show_all.

commit 2dcc0b7a192614e421ca6e44e4a3f5a99bece2eb
Merge: 4fd5a2cd5 55d73851e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu May 28 10:32:32 2020 +0100

    Merge Jean Laroche's branch 'add_multi_ofx_import_master' PR 697 to master

commit 55d73851e239168a3d4deebca7b08e855650c0ee
Author: jean <you at example.com>
Date:   Thu May 14 17:48:41 2020 -0700

    Implement multiple-ofx import with reconcile
    
    I had to rebase against master which included the reconcile after import and there were a few conflicts.
    So this is the new version. It includes all the recommendations made in the original PR but the code now includes the reconcile part.



Summary of changes:
 gnucash/gnome-utils/gnc-file.c              | 112 ++++++++---
 gnucash/gnome-utils/gnc-file.h              |   6 +
 gnucash/gnome/window-reconcile.c            |  10 +-
 gnucash/gnome/window-reconcile.h            |   4 +-
 gnucash/gtkbuilder/dialog-import.glade      |  15 ++
 gnucash/import-export/import-main-matcher.c |  22 +++
 gnucash/import-export/import-main-matcher.h |  14 ++
 gnucash/import-export/ofx/gnc-ofx-import.c  | 292 ++++++++++++++++++----------
 8 files changed, 339 insertions(+), 136 deletions(-)



More information about the gnucash-patches mailing list