gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Sep 11 14:42:14 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/843282f5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bca039de (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7addd1fc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/db626de6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/50bf59d6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2f8028c0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cfbd353a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8dce845c (commit)
	from  https://github.com/Gnucash/gnucash/commit/d0309b39 (commit)



commit 843282f5834499c9bc2538e175c22f6b391611c1
Merge: d0309b39d bca039de7
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Sep 11 11:41:42 2020 -0700

    Merge John Ralls's 'assoc_title' into maint.

commit bca039de78ca12e034eef04ceab747d22b1c66f6
Merge: 7addd1fcf 2f8028c01
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Sep 11 11:39:09 2020 -0700

    Merge Frank Ellenbergers 'assoc_title' into John Ralls's 'assoc_title.

commit 7addd1fcfb190161b3011b069e4b651f790086c2
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Sep 11 11:30:10 2020 -0700

    Fix the horizontal scrollbar in the linked docs window.
    
    Setting a listview column to expand before the window is realized causes
    the sizer to allocate too much width so that the horizontal scrollbar is
    required. Move setting the expand column to after gtk_widget_show_all.

commit db626de68a9660787548427f1f21f3e49f0c259a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Aug 15 17:05:21 2020 -0700

    Rename all Transaction and Invoice Association identifiers to DocLink.
    
    To better reflect the purpose and for consistency with other software
    (e.g. Libre Office).

commit 50bf59d62e20e064a7c598ca50c0e425e844f5c2
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Aug 15 16:55:26 2020 -0700

    Rename Transaction and Invoice Associations to Document Links.
    
    More clearly describes the actions and is more consistent with other
    software (e.g. Libre Office).
    
    This commit primarily changes the translatable strings, though it also
    removes the Remove menu item because that can be done in the Manage
    dialog box.

commit 2f8028c01ceab0390cc3881f9e4cceaa4b053e70
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Sep 11 00:52:05 2020 +0200

    Fix help_label of dialog-doclink.glade
    
    Additonal remove question mark from Available
    and insert missing spaces into the Business Item variant.

commit cfbd353ab730fc8b63e86d72d08794cbb44e856e
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Aug 15 17:05:21 2020 -0700

    Rename all Transaction and Invoice Association identifiers to DocLink.
    
    To better reflect the purpose and for consistency with other software
    (e.g. Libre Office).

commit 8dce845cc19a23d10b6b600b6db66eea10772457
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Aug 15 16:55:26 2020 -0700

    Rename Transaction and Invoice Associations to Document Links.
    
    More clearly describes the actions and is more consistent with other
    software (e.g. Libre Office).
    
    This commit primarily changes the translatable strings, though it also
    removes the Remove menu item because that can be done in the Manage
    dialog box.



Summary of changes:
 gnucash/gnome-utils/CMakeLists.txt                 |   4 +-
 ...dialog-assoc-utils.c => dialog-doclink-utils.c} | 110 ++---
 ...dialog-assoc-utils.h => dialog-doclink-utils.h} |  48 +-
 gnucash/gnome-utils/dialog-dup-trans.c             |  32 +-
 gnucash/gnome-utils/dialog-preferences.c           |  20 +-
 gnucash/gnome-utils/gnc-gnome-utils.c              |  18 +-
 gnucash/gnome-utils/gnc-gnome-utils.h              |   2 +-
 gnucash/gnome-utils/gnc-main-window.c              |   2 +-
 gnucash/gnome-utils/gnc-tree-control-split-reg.c   |  18 +-
 gnucash/gnome/CMakeLists.txt                       |   4 +-
 gnucash/gnome/{dialog-assoc.c => dialog-doclink.c} | 509 ++++++++++++---------
 gnucash/gnome/{dialog-assoc.h => dialog-doclink.h} |  37 +-
 gnucash/gnome/dialog-invoice.c                     |  57 +--
 gnucash/gnome/dialog-invoice.h                     |   5 +-
 gnucash/gnome/gnc-plugin-basic-commands.c          |   8 +-
 gnucash/gnome/gnc-plugin-business.c                |   8 +-
 gnucash/gnome/gnc-plugin-page-invoice.c            | 119 +++--
 gnucash/gnome/gnc-plugin-page-register.c           | 117 +++--
 gnucash/gnome/gnc-plugin-page-register2.c          |   7 +-
 gnucash/gnome/gnc-split-reg.c                      |  23 +-
 gnucash/gnome/top-level.c                          |  11 +-
 .../gschemas/org.gnucash.dialogs.gschema.xml.in    |   8 +-
 gnucash/gschemas/org.gnucash.gschema.xml.in        |  10 +-
 gnucash/gtkbuilder/CMakeLists.txt                  |   2 +-
 .../{dialog-assoc.glade => dialog-doclink.glade}   |  41 +-
 gnucash/gtkbuilder/dialog-invoice.glade            |   6 +-
 gnucash/gtkbuilder/dialog-preferences.glade        |   6 +-
 gnucash/gtkbuilder/gnc-plugin-page-register.glade  |   6 +-
 .../register/ledger-core/split-register-control.c  |   6 +-
 .../register/ledger-core/split-register-copy-ops.c |  14 +-
 .../register/ledger-core/split-register-copy-ops.h |   6 +-
 .../register/ledger-core/split-register-layout.c   |   2 +-
 gnucash/register/ledger-core/split-register-load.c |  20 +-
 .../register/ledger-core/split-register-model.c    |  38 +-
 gnucash/register/ledger-core/split-register.c      |   4 +-
 .../test/utest-split-register-copy-ops.c           |  12 +-
 gnucash/register/register-core/CMakeLists.txt      |   4 +-
 .../register-core/{assoccell.c => doclinkcell.c}   |  78 ++--
 .../register-core/{assoccell.h => doclinkcell.h}   |  50 +-
 gnucash/register/register-core/register-common.c   |   4 +-
 gnucash/report/html-utilities.scm                  |   8 +-
 gnucash/report/report.scm                          |   4 +-
 gnucash/report/trep-engine.scm                     |  16 +-
 gnucash/ui/gnc-plugin-basic-commands-ui.xml        |   2 +-
 gnucash/ui/gnc-plugin-business-ui.xml              |   2 +-
 gnucash/ui/gnc-plugin-page-invoice-ui.xml          |   5 +-
 gnucash/ui/gnc-plugin-page-register-ui.xml         |  14 +-
 libgnucash/app-utils/gnc-ui-util.c                 |  22 +-
 libgnucash/app-utils/gnc-ui-util.h                 |  24 +-
 libgnucash/engine/Transaction.c                    |  26 +-
 libgnucash/engine/Transaction.h                    |  10 +-
 libgnucash/engine/gncInvoice.c                     |  20 +-
 libgnucash/engine/gncInvoice.h                     |   6 +-
 po/POTFILES.in                                     |   8 +-
 54 files changed, 857 insertions(+), 786 deletions(-)
 rename gnucash/gnome-utils/{dialog-assoc-utils.c => dialog-doclink-utils.c} (76%)
 rename gnucash/gnome-utils/{dialog-assoc-utils.h => dialog-doclink-utils.h} (71%)
 rename gnucash/gnome/{dialog-assoc.c => dialog-doclink.c} (58%)
 rename gnucash/gnome/{dialog-assoc.h => dialog-doclink.h} (70%)
 rename gnucash/gtkbuilder/{dialog-assoc.glade => dialog-doclink.glade} (95%)
 rename gnucash/register/register-core/{assoccell.c => doclinkcell.c} (75%)
 rename gnucash/register/register-core/{assoccell.h => doclinkcell.h} (66%)



More information about the gnucash-patches mailing list