gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Sep 8 19:41:50 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/0b3752d9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/86f41542 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/84cfc574 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4392c92c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/92bae3fe (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a940434e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/656dddc1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/228e5f47 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3764a053 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/25cc3307 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bbcf19ae (commit)
	 via  https://github.com/Gnucash/gnucash/commit/48e81d22 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/984d583e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/549ba9f6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1b22715a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d30fe7a3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/5a42941a (commit)



commit 0b3752d9cb9980441e74e8d10e6ff3149b834135
Merge: 5a42941af 86f41542f
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 8 16:41:39 2019 -0700

    Merge branch 'maint'

commit 86f41542fffef3e30d48308b7bf021aaff8e3fba
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 7 17:34:31 2019 -0700

    Fix a couple of typos in DOCUMENTERS.

commit 84cfc5743bc31160e338e6cb7c734548d9ef92a4
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 7 16:37:58 2019 -0700

    Release GnuCash 3.7

commit 4392c92cc5cc2f2ee708f13cd2c7acf9f9bc7b95
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 7 10:51:42 2019 -0700

    Update Ukrainian translation from the translation project.

commit 92bae3fe3e9af07462321f9993d557818cdbb93d
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Sep 7 03:31:31 2019 +0200

    [I18N] Bug 797349 - "A"ssociate header badly translated
    
    A few more messages

commit a940434e5cf383bcd627558f71673b814977442b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 7 15:57:40 2019 +0800

    [taxinvoice] comments were interfering with i18n. remove

commit 656dddc1664d51672833c5ad378fa920de745407
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 7 16:30:05 2019 +0800

    [html-acct-table] compact formals definitions
    
    use fewer conditionals, improve readability

commit 228e5f47a83ec7cb8b9834be3abe491438e234e9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Sep 6 00:19:29 2019 +0800

    Bug 796952 - Report formatting (justify) is broken
    
    Remove the "minus 1" to amount-depth for some accounts with children
    and display-amount is 'immediate-bal. This means amounts are now
    strictly(*) indented according to account depth instead of a weird
    formula if account-has-children and immediate-bal.
    
    (*) when subtotal-mode isn't "canonically tabbed"

commit 3764a053cf0b04944edba6ff8afd5fbdbfa13d24
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Sep 6 00:18:21 2019 +0800

    Revert "Bug 796952 - Report formatting (justify) is broken"
    
    This reverts commit 35ed4cf2, restoring indenting for account
    summary. The next commit will fix the indented amounts to land under
    the 'Balance' header.
    
    This fixes: Bug 797332 - Account Summary Report balance lacks
    indentation

commit 25cc3307228d7ec6f216767f628bf241ae720d1d
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Aug 28 20:55:29 2019 +0200

    797171 - Allow multiple credit/debit columns to be selected
    
    This required some tweaks in the core csv import code
    - first don't unset other deposit/withdrawal columns when selecting a second one
    - amounts have to be summed for all deposit/withdrawal colums
      I have added a new member function 'add' in addition to 'set' and 'reset'
      That function will only work for deposit or withdrawal columns

commit bbcf19ae6adc6b3f94bc4428488628a9cf2df58b
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Sep 6 05:59:55 2019 +0200

    [I18N] use msgctxt for Reconciled flags
    
    Final step for [Bug 797349] "A"ssociate header badly translated

commit 48e81d221dd6ca3dd868f5cfd60e12066c7df4b8
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Sep 6 00:39:51 2019 +0200

    Unify "Placeholder" headers with previous commit
    
    Only impact: removed obsolete translator comment

commit 984d583e198c29485ba7b3d29b39eb2dc056fd85
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 5 04:15:41 2019 +0200

    [I18N] Use context for samples and column headers
    
    Before we used a colon separated prefix, but thas was error prone.
    The downside: Our translators have to review serveral messages.
    Tip: Use a tool like KDiff3 for merging.

commit 549ba9f68818561c233b630609b20adaf74b631a
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Aug 31 20:57:08 2019 +0200

    [I18N] Improve translator comments for Invoice Editing

commit 1b22715a497b6d566d938c47ac78715e0f6c279f
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 5 21:28:21 2019 +0200

    [I18N] Support of all *_() macros of glib/gi18n.h in ninja pot
    
    C_() and NC_() were still missing

commit d30fe7a365ba1497aec0c72ccd9b8330cc9218fd
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Aug 28 21:18:09 2019 +0200

    Fix extraction of translatable strings with context using Q_
    
    Q_('ctxt|msg') expands to g_dpgettext(NULL, 'ctxt|msg',0) and should be
    interpreted as a message with message context. According to
    https://www.gnu.org/software/gettext/manual/gettext.html#Language-specific-options
    this glib extension is supported using the 'g' suffix to the keyword spec.
    This was missing in our xgettext invocation.



Summary of changes:
 DOCUMENTERS                                        |     6 +-
 NEWS                                               |   247 +-
 gnucash/gnome-utils/dialog-options.c               |     5 +-
 gnucash/gnome-utils/gnc-tree-view-account.c        |     4 +-
 gnucash/gnome/reconcile-view.c                     |     2 +-
 gnucash/import-export/csv-imp/gnc-imp-props-tx.cpp |    49 +
 gnucash/import-export/csv-imp/gnc-imp-props-tx.hpp |     1 +
 gnucash/import-export/csv-imp/gnc-import-tx.cpp    |    44 +-
 .../register/ledger-core/gncEntryLedgerLayout.c    |    57 +-
 .../register/ledger-core/split-register-layout.c   |    74 +-
 .../register/ledger-core/split-register-model.c    |     4 +-
 gnucash/report/html-acct-table.scm                 |   141 +-
 .../report/reports/standard/account-summary.scm    |    32 +-
 gnucash/report/reports/standard/taxinvoice.scm     |     3 -
 .../reports/standard/test/test-balsheet-pnl.scm    |    74 +-
 libgnucash/app-utils/gnc-ui-util.c                 |    31 +-
 po/gnucash-pot.cmake                               |     4 +-
 po/uk.po                                           | 11457 ++++++++++---------
 18 files changed, 6438 insertions(+), 5797 deletions(-)



More information about the gnucash-patches mailing list