gnucash master: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Oct 29 09:32:53 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/4716af24 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ba44f720 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6f6d2fef (commit)
	 via  https://github.com/Gnucash/gnucash/commit/82cc08f9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/74f76985 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b778152e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/704946d5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2afd9792 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/70958279 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9a141a8c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8f1794cb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e93f985f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/026c795c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d27de50c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/95a88140 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5b7932df (commit)
	 via  https://github.com/Gnucash/gnucash/commit/14dee670 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f24c2c8b (commit)
	from  https://github.com/Gnucash/gnucash/commit/ed4d2f32 (commit)



commit 4716af24e4067a551654a5b61c9d459d17f6e824
Merge: ba44f720c 6f6d2fef4
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Oct 29 21:16:34 2022 +0800

    Merge branch 'maint'

commit ba44f720c16e4e73fc475785284347d1c549aff4
Merge: ed4d2f32a 8f1794cb2
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Oct 29 21:15:41 2022 +0800

    Merge branch 'maint'

commit 6f6d2fef488b971ad76f163395cc206b585175b3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 26 22:25:35 2022 +0800

    [test-qofbook] basic features test
    
    sets a feature and tests it's set. it's impossible to design a book
    with unknown features using the API.

commit 82cc08f9b72e1fca8549927d75f5b9a1cdec4f23
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Oct 25 03:18:00 2022 +0200

    po/README: Remove relics from ancient context forms

commit 74f7698570e74f1616bf32b35ac3580030f4c61c
Author: 이정희 <daemul72 at gmail.com>
Date:   Sun Oct 23 10:02:33 2022 +0200

    Translation update  by 이정희 <daemul72 at gmail.com> using Weblate
    
    po/ko.po: 65.4% (3537 of 5401 strings; 944 fuzzy)
    241 failing checks (4.4%)
    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: 65.3% (3528 of 5401 strings; 949 fuzzy)
    242 failing checks (4.4%)
    Translation: GnuCash/Program (Korean)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/ko/
    
    Co-authored-by: 이정희 <daemul72 at gmail.com>

commit b778152eba92460cf0edeb33b1b92a4733d89bb2
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Oct 23 16:13:01 2022 +0800

    [gnc-plugin-page-sx-list] don't disable Edit/Delete at startup
    
    At startup, if there are SX in the editor, the previous block disables
    Edit & Delete actions, yet in the next block, the call to
    gtk_tree_selection_select_path will select a SX which cannot be edited
    nor deleted unless the user selects it again.
    
    This commit skips disabling Edit & Delete actions, and calls
    gppsl_selection_changed_cb which enables Edit & Delete sensitivity if
    there is a SX selected.

commit 704946d517c55b9a8093eab422d171d7ddb3f3d4
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Oct 23 11:04:55 2022 +0800

    [test-ifrs-cost-basis] amend tests to accommodate extra column
    
    from last commit 2afd979237

commit 2afd97923772cd4fa5ceb947407a6b373f5e5ba0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Oct 23 08:27:37 2022 +0800

    [ifrs-cost-basis] compare register vs calculated capgain per transaction
    
    ifrs-cost-basis report calculate the ACB per stock transaction. It
    will compare the register vs calculated acb and report any
    variance.

commit 70958279b2bc61fa13fa4ea864e88dc6e009392b
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Oct 18 14:46:19 2022 -0700

    Accomodate WebKit package version update to webkit2gtk-4.1.

commit 9a141a8c761b797d2643ff3f0e984bbb4f076721
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Oct 18 21:39:34 2022 +0800

    xxxgtk_textview_get_text returns a char* which must be freed, redux
    
    xxxgtk_textview_get_text may return "" whose strlen is zero, and the
    previous code would fail to free it. reword this code to ensure it is
    freed appropriately.

commit 8f1794cb2828a60eba8fbf3d42065bbef3d760e8
Author: Milo Ivir <mail at milotype.de>
Date:   Mon Oct 17 20:54:03 2022 +0200

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

commit e93f985f173aec932ab57d2076ff28cc921a2d7e
Author: Abdul Quddos (AQN) <yousufi81 at gmail.com>
Date:   Mon Oct 17 20:54:03 2022 +0200

    Translation update  by Abdul Quddos (AQN) <yousufi81 at gmail.com> using Weblate
    
    po/ur.po: 71.5% (3866 of 5401 strings; 1035 fuzzy)
    1103 failing checks (20.4%)
    Translation: GnuCash/Program (Urdu)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/ur/
    
    Translation update  by Abdul Quddos (AQN) <yousufi81 at gmail.com> using Weblate
    
    po/ur.po: 71.3% (3854 of 5401 strings; 1036 fuzzy)
    1105 failing checks (20.4%)
    Translation: GnuCash/Program (Urdu)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/ur/
    
    Co-authored-by: Abdul Quddos (AQN) <yousufi81 at gmail.com>

commit 026c795c82e42ebc9469ac473ffff0ffeabdfeac
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Oct 18 09:39:38 2022 +0800

    xxxgtk_textview_get_text returns a char* which must be freed

commit d27de50c3553e70f59841187537f83ae2dc99172
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Oct 8 14:37:00 2022 +0800

    [assistant-stock-transaction] input positive capgains for Credit income acct
    
    In a long position, a positive capital gain indicates the unit price
    has increased from Buy to Sell.
    
    In a short position, a positive capital gain indicates the unit price
    has decreased from Short Sell to Cover Buy.
    
    i.e. when inputting capital gains, the UI amount being positive
    indicates the income account has a credit value. i.e. the investor has
    enjoyed a 'profit' on their transaction.

commit 95a88140341b451f2d3215fb672de0425b15dd92
Author: Philippe Lamare <ph.lamare at free.fr>
Date:   Wed Oct 12 13:25:47 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)
    0 failing checks (0.0%)
    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 5b7932dfb53d26ddba1b46d007bd1d4f708ceabb
Author: Pablo Fernandez <pfernandez at theansweris27.com>
Date:   Mon Oct 10 20:09:20 2022 +0200

    Translation update  by Pablo Fernandez <pfernandez at theansweris27.com> using Weblate
    
    po/glossary/es.po: 100.0% (222 of 222 strings; 0 fuzzy)
    0 failing checks (0.0%)
    Translation: GnuCash/Glossary (Spanish)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/glossary/es/
    
    Co-authored-by: Pablo Fernandez <pfernandez at theansweris27.com>

commit 14dee67011310e3dec7b299ccc140141c2c3157a
Author: Guille Lopez <willelopz at gmail.com>
Date:   Mon Oct 10 20:09:19 2022 +0200

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

commit f24c2c8bdd2d09d12b53654a520714669434d232
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Oct 11 14:05:23 2022 -0700

    Instrument failure to set the  account when creating a split.



Summary of changes:
 CMakeLists.txt                                     |   5 +-
 gnucash/gnome/assistant-stock-transaction.cpp      |   2 +-
 gnucash/gnome/gnc-plugin-page-budget.c             |   6 +-
 gnucash/gnome/gnc-plugin-page-sx-list.c            |  10 +-
 .../report/reports/standard/ifrs-cost-basis.scm    |  10 +-
 .../reports/standard/test/test-ifrs-cost-basis.scm |  16 +-
 .../backend/sql/gnc-sql-column-table-entry.hpp     |  13 +-
 libgnucash/backend/sql/gnc-transaction-sql.cpp     |   6 +
 libgnucash/engine/test/test-qofbook.c              |  21 ++
 po/README                                          |  22 +-
 po/es.po                                           |   8 +-
 po/fr.po                                           |   6 +-
 po/glossary/es.po                                  |   9 +-
 po/glossary/hr.po                                  |   4 +-
 po/ko.po                                           | 311 ++++++++++-----------
 po/ur.po                                           |  71 +++--
 16 files changed, 257 insertions(+), 263 deletions(-)



More information about the gnucash-patches mailing list