gnucash master: Multiple changes pushed

Mike Alexander mta at code.gnucash.org
Mon Oct 10 02:29:53 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/3c306eae (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2d3e80ea (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5ed45e08 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/14fe4d86 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8193d7f2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c7d1b6ab (commit)
	 via  https://github.com/Gnucash/gnucash/commit/41a0e25f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6269e3c1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/804cda8b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bb830cec (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a27adb78 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6e10fba4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2c00c03b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/db123cb2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0abad502 (commit)
	from  https://github.com/Gnucash/gnucash/commit/eb24099a (commit)



commit 3c306eae658e3b4645eb51fc33a45205eaabf4dd
Merge: eb24099a9 2d3e80ea0
Author: Mike Alexander <mta at umich.edu>
Date:   Sun Oct 9 22:27:55 2022 -0400

    Merge branch 'maint'

commit 2d3e80ea086c1014ca73fb04576721ed43c48cd2
Author: Mike Alexander <mta at umich.edu>
Date:   Sun Oct 9 00:47:12 2022 -0400

    Compatibility with XCode's "new build system"
    
    With XCode 14 or newer CMake tries to use the "new build system" which has a
    requirement that if two targets depend on the same generated file one of them
    must depend on the other.  This commit adds reduntant dependencies to satisfy
    this requirement.

commit 5ed45e081c36b72d0a713aa2626b78f5648eb3e1
Author: 이정희 <daemul72 at gmail.com>
Date:   Thu Oct 6 03:20:26 2022 +0200

    Translation update  by 이정희 <daemul72 at gmail.com> using Weblate
    
    po/ko.po: 64.3% (3473 of 5401 strings; 996 fuzzy)
    249 failing checks (4.6%)
    Translation: GnuCash/Program (Korean)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/ko/
    
    Translation update  by 이정희 <daemul72 at gmail.com> using Weblate
    
    po/ko.po: 63.9% (3454 of 5401 strings; 1012 fuzzy)
    263 failing checks (4.8%)
    Translation: GnuCash/Program (Korean)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/ko/
    
    Co-authored-by: 이정희 <daemul72 at gmail.com>

commit 14fe4d862f9cd797fb947bc20403b9cf4bb9eece
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Oct 7 22:02:35 2022 +0800

    Bug 798629 - gnucash crashes attempting to import OFX file
    
    It's not correct to g_free id if the g_hash_table_insert returns
    FALSE; returning FALSE means the key/value pair was replaced. The key
    will automatically be freed by glib thanks to the new_hash having a
    GDestroyNotify g_free:
    
            GHashTable* new_hash = g_hash_table_new_full
                (g_str_hash, g_str_equal, g_free, NULL);

commit 8193d7f23a7c1d1bd4eaaf8f63778582f37eabf2
Author: ovari <ovari123 at zoho.com>
Date:   Wed Oct 5 03:24:57 2022 +0200

    Translation update  by ovari <ovari123 at zoho.com> using Weblate
    
    po/hu.po: 60.5% (3271 of 5401 strings; 1280 fuzzy)
    506 failing checks (9.3%)
    Translation: GnuCash/Program (Hungarian)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hu/
    
    Co-authored-by: ovari <ovari123 at zoho.com>

commit c7d1b6ab269bee95bf22678dcb1cd609b5cf0cb4
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Oct 4 09:12:10 2022 -0400

    Bug 798633 - 4.12 build failure on 32-bit Linux: "No code for module"

commit 41a0e25f8dbe0721001b8185616d0109b96b7843
Author: Philippe Lamare <ph.lamare at free.fr>
Date:   Sun Oct 2 17:52:07 2022 +0200

    Translation update  by Philippe Lamare <ph.lamare at free.fr> using Weblate
    
    po/fr.po: 100.0% (5401 of 5401 strings; 0 fuzzy)
    1 failing checks (0.1%)
    Translation: GnuCash/Program (French)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/fr/
    
    Co-authored-by: Philippe Lamare <ph.lamare at free.fr>

commit 6269e3c156a9eb4cd4e5e0f5056e2d6c1b9fdee0
Author: ovari <ovari123 at zoho.com>
Date:   Fri Sep 30 13:18:56 2022 +0200

    Translation update  by ovari <ovari123 at zoho.com> using Weblate
    
    po/hu.po: 60.4% (3265 of 5401 strings; 1286 fuzzy)
    508 failing checks (9.4%)
    Translation: GnuCash/Program (Hungarian)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hu/
    
    Translation update  by ovari <ovari123 at zoho.com> using Weblate
    
    po/hu.po: 58.9% (3183 of 5401 strings; 1288 fuzzy)
    507 failing checks (9.3%)
    Translation: GnuCash/Program (Hungarian)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hu/
    
    Co-authored-by: ovari <ovari123 at zoho.com>

commit 804cda8be0fe9013736785520ee9234b4feb8195
Author: Guille Lopez <willelopz at gmail.com>
Date:   Fri Sep 30 13:18:56 2022 +0200

    Translation update  by Guille Lopez <willelopz at gmail.com> using Weblate
    
    po/es.po: 99.9% (5400 of 5401 strings; 1 fuzzy)
    2 failing checks (0.1%)
    Translation: GnuCash/Program (Spanish)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/es/
    
    Co-authored-by: Guille Lopez <willelopz at gmail.com>

commit bb830cec3a37db601ade6cfb52dfc3e71c755054
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Sep 30 07:36:55 2022 +0800

    gtk_file_chooser_get_filename|uri returns a char* which must be freed

commit a27adb78e3c08e9f846f2f07da32ef2f806d80ca
Author: Sarekashi <sarekashi at tuta.io>
Date:   Tue Sep 27 10:20:28 2022 +0200

    Translation update  by Sarekashi <sarekashi at tuta.io> using Weblate
    
    po/id.po: 96.0% (5187 of 5401 strings; 189 fuzzy)
    186 failing checks (3.4%)
    Translation: GnuCash/Program (Indonesian)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/id/
    
    Co-authored-by: Sarekashi <sarekashi at tuta.io>

commit 6e10fba497de8806ebea5f1d541fdc79c06a376d
Author: ovari <ovari123 at zoho.com>
Date:   Tue Sep 27 10:20:27 2022 +0200

    Translation update  by ovari <ovari123 at zoho.com> using Weblate
    
    po/hu.po: 58.6% (3165 of 5401 strings; 1304 fuzzy)
    540 failing checks (9.9%)
    Translation: GnuCash/Program (Hungarian)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hu/
    
    Translation update  by ovari <ovari123 at zoho.com> using Weblate
    
    po/hu.po: 58.6% (3165 of 5401 strings; 1304 fuzzy)
    540 failing checks (9.9%)
    Translation: GnuCash/Program (Hungarian)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hu/
    
    Co-authored-by: ovari <ovari123 at zoho.com>

commit 2c00c03bdcd013b70c32a3b00f9840f705bafe57
Author: Luis D. Lafaurie <luis.lafaurie at tecnativa.com>
Date:   Tue Sep 27 10:20:26 2022 +0200

    Translation update  by Luis D. Lafaurie <luis.lafaurie at tecnativa.com> using Weblate
    
    po/es.po: 99.9% (5400 of 5401 strings; 1 fuzzy)
    2 failing checks (0.1%)
    Translation: GnuCash/Program (Spanish)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/es/
    
    Co-authored-by: Luis D. Lafaurie <luis.lafaurie at tecnativa.com>

commit db123cb2815c6f8a8324f736ca5d3604faa3de95
Author: Vik <k3kelm4vw at mozmail.com>
Date:   Tue Sep 27 10:20:26 2022 +0200

    Translation update  by Vik <k3kelm4vw at mozmail.com> using Weblate
    
    po/glossary/ru.po: 82.8% (179 of 216 strings; 16 fuzzy)
    0 failing checks (0.0%)
    Translation: GnuCash/Glossary (Russian)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/ru/
    
    Translation update  by Vik <k3kelm4vw at mozmail.com> using Weblate
    
    po/glossary/ru.po: 82.8% (179 of 216 strings; 16 fuzzy)
    0 failing checks (0.0%)
    Translation: GnuCash/Glossary (Russian)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/ru/
    
    Co-authored-by: Vik <k3kelm4vw at mozmail.com>

commit 0abad502f3255b031b85351e0e6ca7e6ef964996
Author: Milo Ivir <mail at milotype.de>
Date:   Tue Sep 27 10:20:25 2022 +0200

    Translation update  by Milo Ivir <mail at milotype.de> using Weblate
    
    po/hr.po: 100.0% (5401 of 5401 strings; 0 fuzzy)
    0 failing checks (0.0%)
    Translation: GnuCash/Program (Croatian)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/hr/
    
    Co-authored-by: Milo Ivir <mail at milotype.de>



Summary of changes:
 bindings/guile/CMakeLists.txt                      |   6 +-
 common/test-core/CMakeLists.txt                    |   1 +
 gnucash/gnome-utils/CMakeLists.txt                 |   1 +
 gnucash/gnome-utils/gnc-file.c                     |  13 +-
 gnucash/gnome/CMakeLists.txt                       |   3 +-
 gnucash/gnome/dialog-doclink.c                     |   2 +-
 gnucash/html/CMakeLists.txt                        |   1 +
 .../csv-imp/assistant-csv-price-import.cpp         |   3 +
 .../csv-imp/assistant-csv-trans-import.cpp         |   3 +
 gnucash/import-export/import-backend.c             |   3 +-
 gnucash/report/CMakeLists.txt                      |   2 +
 libgnucash/tax/CMakeLists.txt                      |   2 +-
 po/CMakeLists.txt                                  |   4 +
 po/es.po                                           |  52 ++--
 po/fr.po                                           |  13 +-
 po/glossary/ru.po                                  |  14 +-
 po/hr.po                                           |  12 +-
 po/hu.po                                           | 345 ++++++++++++---------
 po/id.po                                           | 157 ++++------
 po/ko.po                                           | 121 +++-----
 20 files changed, 363 insertions(+), 395 deletions(-)



More information about the gnucash-patches mailing list