gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Sun Jan 29 06:46:24 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/8a02f168 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cbb3bd46 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b44f0c67 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4b226c57 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9889712b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a94ca11b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7bc4e037 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b85afa79 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4741ee35 (commit)
	from  https://github.com/Gnucash/gnucash/commit/44f4b559 (commit)



commit 8a02f168b05577bf24b416e93ab370893a3e1f74
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 29 11:40:44 2023 +0000

    Fix wrong toolbar label and menu entry for stock assistant

commit cbb3bd4618709d4c60d7a684e7e311508b0e8962
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 29 11:40:05 2023 +0000

    Fix ability to start stock assistant from account tree.

commit b44f0c67bea749730df1e4ca6f134f9c546dca90
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 29 11:39:21 2023 +0000

    Change the alignment of a couple of widgets in the stock
     assistant

commit 4b226c574b9b8efd40479a7150d4b7c668b3e425
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 29 11:38:25 2023 +0000

    Change some alignment in source file assistant-csv-price-import.c

commit 9889712be5099641b0c862c428552a1169be88b3
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 29 11:37:29 2023 +0000

    Block CSV price import separator call backs while buttons updated
    
    When the individual CSV separator buttons were being updated, the
    associated call could be triggered several times. To stop this, block
    the call back for the individual buttons when they are updated and call
    it at the end.

commit a94ca11ba749fa4a463c75baf0d2e71ca84f4ce6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 29 11:36:42 2023 +0000

    Configuration not properly saved for CSV price import
    
    The trailing lines value was not being saved properly.

commit 7bc4e0370dc8703fc9d865f7b920634eabf85349
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 29 11:35:57 2023 +0000

    Add widget names to import dialogs so they can be manipulated with css

commit b85afa790fdb1b69183aca5d87efeade5339bbb6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 29 11:32:50 2023 +0000

    Only test for linked document glyths once per register
    
    Change the function gnc_split_register_load to run the test for glyths
    only on first pass.

commit 4741ee355bd967be8c8f12296b15b53239b43d64
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jan 29 11:02:15 2023 +0000

    Change normalize mode in a couple of places
    
    To be consistent, change the normalize mode in gnc-account-sel and
    gnc-account-edit to G_NORMALIZE_NFC which is used in other locations.



Summary of changes:
 gnucash/gnome-utils/gnc-account-sel.c              |  4 +-
 gnucash/gnome-utils/gnc-currency-edit.c            |  2 +-
 gnucash/gnome/gnc-plugin-page-account-tree.c       |  1 -
 gnucash/gnome/gnc-plugin-page-register.c           |  1 +
 .../gtkbuilder/assistant-stock-transaction.glade   | 28 +++++++++++--
 .../csv-imp/assistant-csv-price-import.cpp         | 49 +++++++++++++++++-----
 gnucash/import-export/import-account-matcher.c     |  4 ++
 gnucash/import-export/import-main-matcher.c        | 16 +++++++
 gnucash/import-export/import-match-picker.c        |  4 ++
 gnucash/register/ledger-core/split-register-load.c |  8 +++-
 gnucash/ui/gnc-plugin-page-account-tree.ui         |  7 +++-
 gnucash/ui/gnc-plugin-page-register.ui             |  4 +-
 12 files changed, 106 insertions(+), 22 deletions(-)



More information about the gnucash-patches mailing list