gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Oct 29 21:00:44 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/6c7e50ef (commit)
	 via  https://github.com/Gnucash/gnucash/commit/79723b06 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5a045546 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/118fc8cb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/909d857c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/28349096 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/86118b38 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ca0d86a3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/fc94b41c (commit)



commit 6c7e50efb2f2ae73da9199d184b71fd225621c02
Merge: fc94b41c8 79723b06a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Oct 29 17:29:06 2022 -0700

    Merge John Ralls's 'aqb-file-import' into master.

commit 79723b06a3a947a8dea3015b5d69cc3cb76801e6
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 28 14:58:23 2022 -0700

    Replace G_MODULE_EXPORT with static.
    
    No need to expose those functions outside their compilation units.

commit 5a0455462c73a90d76b13454f4a530c4417952dc
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Oct 11 14:12:12 2022 -0700

    Implement AQBanking import selection dialog directly in Gtk.

commit 118fc8cbaf83ca7f1aad9930d8dc90ade410698f
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Oct 22 14:12:19 2022 -0700

    Accomplish Doxygen-doc FIXME for gnc_ab_maketrans.

commit 909d857c769f3740c88b4aae37dc130a44af9aed
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Oct 22 10:30:25 2022 -0700

    Refactor gnc_file_aqbanking_import.
    
    Cleaning out cruft and extracting functions to improve readability.

commit 283490965cfabc61eae0d9186dd87766e104b0cb
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Oct 18 14:23:45 2022 -0700

    Update macOS dependencies tarball to support AQBanking version update.

commit 86118b38178cabe96267fadcd44a83547c1ce8b5
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Oct 3 14:24:44 2022 -0700

    [AQB] Require AQBanking 6.4.0 and Gwenhywfar 5.8.0.
    
    Remove all ifdef code for older versions.

commit ca0d86a3a355df60efb5dc5dd2d8ea16435c7719
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 20 14:56:47 2022 -0700

    Update macOS CI dependencies for master branch.



Summary of changes:
 .github/workflows/ci-tests.yml                     |  49 +--
 .github/workflows/mac-tests.yaml                   |   2 +-
 CMakeLists.txt                                     |   6 +-
 README.dependencies                                |   5 +-
 gnucash/import-export/aqb/CMakeLists.txt           |   2 +
 gnucash/import-export/aqb/assistant-ab-initial.c   |  86 -----
 .../aqb/dialog-ab-select-imexporter.c              | 245 +++++++++++++
 .../aqb/dialog-ab-select-imexporter.h              |  87 +++++
 gnucash/import-export/aqb/dialog-ab-trans.c        | 106 +-----
 gnucash/import-export/aqb/dialog-ab.glade          | 185 ++++++++++
 gnucash/import-export/aqb/gnc-ab-getbalance.c      |  48 ---
 gnucash/import-export/aqb/gnc-ab-gettrans.c        |  54 +--
 gnucash/import-export/aqb/gnc-ab-transfer.c        |  57 +--
 gnucash/import-export/aqb/gnc-ab-transfer.h        |   2 +-
 gnucash/import-export/aqb/gnc-ab-utils.c           | 253 +++-----------
 gnucash/import-export/aqb/gnc-ab-utils.h           |  38 +-
 gnucash/import-export/aqb/gnc-file-aqb-import.c    | 381 ++++-----------------
 gnucash/import-export/aqb/gnc-file-aqb-import.h    |  32 +-
 gnucash/import-export/aqb/gnc-gwen-gui.c           |  42 ---
 .../import-export/aqb/gnc-plugin-aqbanking-ui.xml  |   9 +-
 gnucash/import-export/aqb/gnc-plugin-aqbanking.c   |  83 +----
 po/POTFILES.in                                     |   1 +
 util/ci/macos-ci-deps/macos_bin.manifest           |   4 +-
 util/ci/macos-ci-deps/macos_include.manifest       |   3 +-
 util/ci/macos-ci-deps/macos_lib.manifest           |  76 ++--
 util/ci/macos-ci-deps/macos_share.manifest         |   6 +-
 util/ci/macos-ci-deps/make-macos-deps-tarball.sh   |   1 +
 27 files changed, 747 insertions(+), 1116 deletions(-)
 create mode 100644 gnucash/import-export/aqb/dialog-ab-select-imexporter.c
 create mode 100644 gnucash/import-export/aqb/dialog-ab-select-imexporter.h



More information about the gnucash-patches mailing list