gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Oct 1 16:19:02 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/1d97f263 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/22a7b357 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/23de9588 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6eb2e36c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5c06f7f8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e6486e9d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1b31c06b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/630cf65f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d4dcb149 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/85461138 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/eeb02636 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/29706167 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7c7cd657 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/51120351 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c89c677c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/06663271 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7ab97e46 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c92a2c37 (commit)
	from  https://github.com/Gnucash/gnucash/commit/0ac40c0e (commit)



commit 1d97f263446485e81b2ae15db96b03966906a826
Merge: 0ac40c0e5 22a7b3571
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 1 13:13:18 2020 -0700

    Merge branch 'maint'

commit 22a7b3571587708340cbfcb9a735de1e69fb96b1
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 1 12:56:37 2020 -0700

    Ensure exposed-generator report files are linked in builddir.
    
    test-owner-report and test-stress-options require them to be able to
    find owner-report and register-report templates by guid.
    
    Interestingly the scm files are required, go files won't do.

commit 23de958872a51080a72c75a9a63c0171e877d2c4
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Oct 1 23:49:09 2020 +0800

    [invoice.scm] Use full header for initial screen
    
    instead of a single-line error line

commit 6eb2e36c2da69513dc2fb494fc59c22ded7d1be2
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Sep 30 09:50:54 2020 +0800

    minor optimisations, g_list_prepend then g_list_sort separately
    
    if building a g_list incrementally, don't sort on each insertion.

commit 5c06f7f8c0245fffac95339d0984dbc4c212adfe
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Sep 30 09:50:13 2020 +0800

    deprecate xaccAccountCountSplits with include_children = TRUE
    
    where xaccAccountCountSplits is called including children, call
    gnc_account_and_descendants_empty intead

commit e6486e9d955ee2ee2e4db051b5f3724af84809c3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Sep 30 09:49:07 2020 +0800

    deprecate xaccAccountCountSplits with include_children = FALSE
    
    whereby xaccAccountCountSplits is called with with_children = FALSE,
    test xaccAccountGetSplitList against NULL.

commit 1b31c06b29aab4f5c0c1736b2ff1b59b125d15e9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Sep 30 09:48:13 2020 +0800

    [Account.cpp] add gnc_account_and_descendants_empty (acc)
    
    and deprecate xaccAccountCountSplits

commit 630cf65f3ae1511d52794f5ac3d218cf8a8adfdd
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Sep 29 22:58:15 2020 +0800

    No more auto interest transfer label. Remove associated code.
    
    Addendum to d4dcb1494

commit d4dcb149423703c4410bd33776a93e05539cff00
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Sep 29 21:01:03 2020 +0800

    Further merge GtkCheckButton with GtkLabel
    
    for account_dialog

commit 854611380ca2003a2b5db8c09ac1bc62b39b380a
Merge: 297061670 eeb026364
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Sep 29 20:19:14 2020 +0800

    Merge branch 'maint-merge-checkbox-label' into maint #792

commit eeb026364727d5f1d2a71c97a87b5e58f1dc78d6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Sep 29 18:59:51 2020 +0800

    Merge GtkCheckButton with GtkLabel
    
    ... because the gtkcheckbutton's label makes the checkbutton much
    easier to click

commit 2970616701fd24d84578c310e7a00585071fa202
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Sep 29 11:22:22 2020 +0100

    Bug 797953 - Add 'Filter By...' to CoA right mouse menu
    
    Add the menu option for 'Filter By...' on the Chart of Accounts page to
    be consistent with register pages.

commit 7c7cd657582865c8de7f064bedbe58b6ef923d50
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Sep 29 11:04:35 2020 +0100

    Select account if Tax Options dialog opened from Register
    
    If the Tax options dialog is opened from a register the tax dialog will
    preselect the account associated with the register.

commit 511203512a0a64f1292817cd20b48f6b97d9ce84
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Sep 29 10:39:39 2020 +0100

    Remove tabs and change spacing in dialog-sx-since-last-run.* files

commit c89c677cdeb91af3877e6749164b256589f2a58e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Sep 28 16:17:27 2020 +0100

    Bug 571697 - SLR Transaction Status needs to look clickable
    
    Add a pixbuf cell renderer to the existing cell renderer for the status
    column with the 'pan-down-symbolic" icon.

commit 0666327137bd5286e6b924097cb725a43401a107
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Sep 28 22:15:36 2020 +0200

    L10N:hr: merge a fresh pot
    
    5459 translated messages, 55 fuzzy translations, 11 untranslated
    messages.

commit 7ab97e46bfdd1ee7c450c5984ad9b5860f47aae8
Author: Yuri Chornoivan <yurchor at ukr.net>
Date:   Mon Sep 28 14:38:39 2020 +0300

    Fix typo: the the -> the

commit c92a2c37f283d45042b7a04381a2972c7135b04a
Author: milotype <43657314+milotype at users.noreply.github.com>
Date:   Sun Sep 27 22:51:42 2020 +0200

    Update hr.po



Summary of changes:
 gnucash/gnome-utils/dialog-account.c               |    8 +-
 gnucash/gnome-utils/gnc-tree-view-account.c        |    2 +-
 gnucash/gnome/dialog-find-account.c                |    4 +-
 gnucash/gnome/dialog-sx-since-last-run.c           |  786 +-
 gnucash/gnome/dialog-sx-since-last-run.h           |    7 +-
 gnucash/gnome/gnc-plugin-page-account-tree.c       |    2 +-
 gnucash/gnome/gnc-plugin-page-register.c           |   35 +-
 gnucash/gnome/gnc-plugin-page-register2.c          |   33 +
 gnucash/gtkbuilder/dialog-account.glade            |  123 +-
 gnucash/report/reports/standard/invoice.scm        |   10 +-
 .../report/reports/standard/test/CMakeLists.txt    |    1 +
 gnucash/ui/gnc-plugin-page-account-tree-ui.xml     |    3 +
 gnucash/ui/gnc-plugin-page-account-tree2-ui.xml    |    3 +
 gnucash/ui/gnc-plugin-page-register-ui.xml         |    1 +
 gnucash/ui/gnc-plugin-page-register2-ui.xml        |    1 +
 libgnucash/engine/Account.cpp                      |   22 +-
 libgnucash/engine/Account.h                        |   10 +-
 libgnucash/engine/gncOwner.c                       |    4 +-
 libgnucash/engine/test/utest-Invoice.c             |   10 +-
 po/hr.po                                           | 8359 ++++++++++----------
 20 files changed, 4897 insertions(+), 4527 deletions(-)



More information about the gnucash-patches mailing list