gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Aug 29 20:03:29 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/92915486 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0d0ab002 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/70abdbd1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6d15e924 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/44915861 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d98b1767 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4e980567 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d5e93204 (commit)



commit 92915486677f953abe3406d0cbd22a267c811b58
Merge: d5e93204e 0d0ab002f
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Aug 29 14:59:18 2022 -0700

    Merge branch 'maint'

commit 0d0ab002f5c817253940b96532cdd1847314976c
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Aug 29 12:47:38 2022 -0700

    Fix use-after-free crash in gnc_set_busy_cursor.

commit 70abdbd1aed80815978694127ffb3b885a216186
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Aug 29 13:48:57 2022 +0800

    [assistant-stock-transaction] send stock_amt | stock_val fieldmask
    
    because the stock_value may be FieldMask::DISABLED with a stock split
    in a short position. The | operator ensures FieldMask::ENABLED_CREDIT
    is used, which negates the stock amount.

commit 6d15e924dba01e74e73b107c00ef5a040d36d8f5
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Aug 29 13:35:13 2022 +0800

    [assistant-stock-transaction] rename capital gains to capital gain
    
    because in each stock transaction there's a singular capital gain or loss

commit 44915861c83c67979cf8d630f4f824dc1e40776b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Aug 29 13:34:39 2022 +0800

    [assistant-stock-transaction] rename "Cover buy" to "Buy to cover short"
    
    more accurate

commit d98b1767c031fc96073e029c1c2860446655c0da
Author: Vik <xasertop at gmail.com>
Date:   Sat Aug 27 15:17:19 2022 +0200

    Translation update  by Vik <xasertop at gmail.com> using Weblate
    
    po/ru.po: 77.9% (4210 of 5400 strings; 815 fuzzy)
    223 failing checks (4.1%)
    Translation: GnuCash/Program (Russian)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/gnucash/ru/
    
    Co-authored-by: Vik <xasertop at gmail.com>

commit 4e98056782a116a755510ebf47a666abcd70e1b0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 27 22:22:35 2022 +0800

    Bug 798598 - Selecting a line in a Vendor Credit Note changes display of Subtotal cell to 0.00
    
    Because some more ledger types don't have discounts.



Summary of changes:
 gnucash/gnome-utils/cursors.c                 | 15 +++++++++----
 gnucash/gnome/assistant-stock-transaction.cpp | 16 +++++++-------
 gnucash/register/ledger-core/gncEntryLedger.c | 13 +++++++----
 po/ru.po                                      | 32 +++++++++++++--------------
 4 files changed, 44 insertions(+), 32 deletions(-)



More information about the gnucash-patches mailing list