gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Sep 27 15:27:56 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/921b5a9f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1615fe5b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a1f45958 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/08c7140b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fa33f5d4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1a5f0129 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/760e30f1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3af55b0d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7890970f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5f6f0231 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a8770a4d (commit)
	from  https://github.com/Gnucash/gnucash/commit/ba002bbe (commit)



commit 921b5a9f3f18b70802b7ec393ad6333239a07325
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Sep 27 14:39:52 2016 +0100

    Change all key accelerators to use <primary>
    
    Change from using <control> to <primary> for part of key accelerator
    definitions. This will map the accelerator to Command on OSX and to
    Control for anything else

commit 1615fe5bc0edd22e34f57d805b3fa236472deea0
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Sep 27 12:18:53 2016 +0100

    Add find account to register2 to keep in sync

commit a1f45958b3e2edf6534f9d09a2a43b2356ec032e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Sep 27 11:19:55 2016 +0100

    Hide the radio buttons when searching full tree
    
    When the dialogue is started from the menu bar, all accounts will be
    searchable and so hide the 'Search from' radio buttons. These are only
    displayed when the started from the context menu.

commit 08c7140b1286f8a10a44254553f131c3122bcf61
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Sep 25 12:54:32 2016 +0100

    Change from using icon-name to stock-id
    
    Changed from using icon images as they are not installed on Windows.

commit fa33f5d4d00f6e62f3bb33c37c813daf259e7558
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Sep 23 10:37:41 2016 +0100

    Change Find Account menu item to the Edit Menu

commit 1a5f01290bafdff8c437253488af44c066d42f3e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Sep 10 13:41:34 2016 +0100

    Make sure the parent accounts are overridden
    
    When the account is overridden, all the parents also need to be
    overridden to allow the tree-model filter to show the tree-model leaf.

commit 760e30f136b6d58c7e7b71f686b7171a524e4055
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Sep 10 13:40:32 2016 +0100

    Change from using toggle cell renderer to pixbuf

commit 3af55b0d8c70ddfc1b47f957ef9f5698752629a4
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue May 17 15:26:28 2016 +0100

    Add columns for account not used and zero balances
    
    For completeness add columns to indicate that accounts are not used or
    have zero balances which may of been filtered.

commit 7890970f2923231ea97ca2d303f13bc728b9b543
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue May 17 14:19:27 2016 +0100

    Update to use the account tree filter override.
    
    These changes allow the account to be selected in the account tree as
    the filter is temporarily overridden.

commit 5f6f0231ceb1b71c40a0f9d2b908eaae15e1ce2a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue May 17 14:13:13 2016 +0100

    Add account tree filter override
    
    With this addition it is possible to jump to an account that would not
    normally be shown in the tree. This is only valid for the session.

commit a8770a4d2617611dfb45bb52aa1007e659de8283
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Apr 27 10:31:11 2016 +0100

    Add option to find an account in list of accounts
    
    This update adds the option to search for an account in an account list
    and once selected it will jump to that account in the Account Treeview
    or if it is a hidden account the account editor will open.



Summary of changes:
 po/POTFILES.in                                     |   2 +
 .../business-gnome/gnc-plugin-page-invoice.c       |   2 +-
 .../business-gnome/gnc-plugin-page-owner-tree.c    |   6 +-
 src/gnome-utils/gnc-main-window.c                  |   6 +-
 src/gnome-utils/gnc-tree-view-account.c            |  11 +
 src/gnome-utils/gnc-tree-view-account.h            |   1 +
 src/gnome/CMakeLists.txt                           |   2 +
 src/gnome/Makefile.am                              |   2 +
 src/gnome/dialog-find-account.c                    | 453 +++++++++++++++++++++
 ...{dialog-trans-assoc.h => dialog-find-account.h} |  10 +-
 src/gnome/gnc-plugin-account-tree.c                |   3 +-
 src/gnome/gnc-plugin-basic-commands.c              |  10 +-
 src/gnome/gnc-plugin-page-account-tree.c           | 109 ++++-
 src/gnome/gnc-plugin-page-account-tree.h           |  12 +-
 src/gnome/gnc-plugin-page-register.c               |  32 +-
 src/gnome/gnc-plugin-page-register2.c              |  32 +-
 .../gschemas/org.gnucash.dialogs.gschema.xml.in.in |  11 +
 src/gnome/gtkbuilder/Makefile.am                   |   1 +
 ...imap-editor.glade => dialog-find-account.glade} | 227 ++++-------
 src/gnome/ui/gnc-plugin-page-account-tree-ui.xml   |   2 +
 src/gnome/ui/gnc-plugin-page-account-tree2-ui.xml  |   2 +
 src/gnome/ui/gnc-plugin-page-register-ui.xml       |   1 +
 src/gnome/ui/gnc-plugin-page-register2-ui.xml      |   1 +
 src/gnome/window-reconcile.c                       |  14 +-
 src/gnome/window-reconcile2.c                      |  14 +-
 src/report/report-gnome/gnc-plugin-page-report.c   |   8 +-
 26 files changed, 767 insertions(+), 207 deletions(-)
 create mode 100644 src/gnome/dialog-find-account.c
 copy src/gnome/{dialog-trans-assoc.h => dialog-find-account.h} (86%)
 copy src/gnome/gtkbuilder/{dialog-imap-editor.glade => dialog-find-account.glade} (59%)



More information about the gnucash-patches mailing list