gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue May 20 10:22:02 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/cac3b5c2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e76ba2a0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1a967e46 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/733e6e91 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1992e5fb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e1a5889b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5af8d231 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c742110c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3cd2fc56 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/25d9b420 (commit)
	from  https://github.com/Gnucash/gnucash/commit/eabaee8e (commit)



commit cac3b5c2159684c3e579aab73653106c4f5f6c80
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue May 20 12:26:32 2014 +0200

    Rename xaccAccountGetNrSplits to xaccAccountCountSplits for api consistency

commit e76ba2a0f0a59450ae3e595c7e603aade463d053
Author: Michalis Kamprianis <michalis at linuxmail.org>
Date:   Sat May 3 17:53:17 2014 +0200

    Bug 541541 - RFE: auto-hide unused accounts
    
    Add a checkbox on Filter by -> Others to show (default)
    or hide accounts that don't have any transactions.
    If an account does not have any transactions, but it's children do
    it will still be shown (unlike the zero total amount).

commit 1a967e46db184b5f487e5c50dd6c9301302a0cbe
Merge: eabaee8 733e6e9
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue May 20 16:20:16 2014 +0200

    Merge branch 'maint'
    
    * Bug 610202 - gnucash silently closes when no X11/$DISPLAY is present
    * added context to ambigous i18n keys for scheduled transaction add/edit dialog
    * Bug 509263 Since Last Run dialog won't allow resizing of Status column
    * Bug 728103 - Invoice opened does not contain the Job under circumstances
    * Bug 723145 - Currency display does not respect locale

commit 733e6e91dad9729b604da8d4e68851819a42fcbe
Author: Frédéric Perrin <frederic.perrin at resel.fr>
Date:   Wed Mar 26 00:07:49 2014 +0000

    Bug 723145 - Currency display does not respect locale
    
    Use the system-provided symbol for the locale currency

commit 1992e5fb1fddca76adcb6eca08423c85dda9c8e0
Author: Michalis Kamprianis <michalis at linuxmail.org>
Date:   Sun May 4 21:25:37 2014 +0200

    Bug 728103 - Invoice opened does not contain the Job under circumstances
    
    corrected the saving of the page, so that it mentions the Job as
    the owner if there is a job, instead of the customer or the vendor.
    
    	modified:   src/business/business-gnome/dialog-invoice.c

commit e1a5889b45ecdf3b5cbf7dc1c4cf6ec01fcca2e5
Author: Michalis Kamprianis <michalis at linuxmail.org>
Date:   Wed Apr 30 08:49:38 2014 +0200

    Bug 509263 Since Last Run dialog won't allow resizing of Status column
    
    Added resizable=true in the column definition
    
    	modified:   src/gnome/dialog-sx-since-last-run.c

commit 5af8d2318debccc72cf1ef833d3bb49ffe7da4a7
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue May 20 10:31:12 2014 +0200

    Backport John's fix for a truly ancient bug

commit c742110c11a3776c986a32ad31c73cd7945d398d
Merge: 3cd2fc5 25d9b42
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue May 20 10:05:29 2014 +0200

    Merge branch 'scheduled_tx_i18n_prefix' of https://github.com/zeldigas/gnucash into maint

commit 3cd2fc56532983624a25652d2ccda340f019169b
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon May 19 21:37:10 2014 +0200

    Bug 610202 - gnucash silently closes when no X11/$DISPLAY is present

commit 25d9b420c665bd72359f471dd002d4f1329c5dbb
Author: Dmitry Pavlov <zeldigas at gmail.com>
Date:   Mon May 19 21:02:19 2014 +0400

    added context to ambigous i18n keys for scheduled transaction add/edit dialog



Summary of changes:
 src/app-utils/gnc-ui-util.c                     | 13 ------
 src/app-utils/gnc-ui-util.h                     |  1 -
 src/bin/gnucash-bin.c                           |  3 +-
 src/business/business-gnome/dialog-invoice.c    | 14 ++++++-
 src/engine/Account.c                            | 19 +++++++++
 src/engine/Account.h                            | 10 +++++
 src/engine/gnc-commodity.c                      | 56 +++++++++++++++++++++++--
 src/engine/gnc-commodity.h                      | 23 ++++++++++
 src/gnome-utils/dialog-commodity.c              |  7 +---
 src/gnome-utils/gnc-tree-model-commodity.c      |  2 +-
 src/gnome-utils/gnc-tree-view-account.c         | 47 +++++++++++++++++++++
 src/gnome-utils/gnc-tree-view-account.h         |  4 ++
 src/gnome-utils/gtkbuilder/dialog-account.glade | 17 ++++++++
 src/gnome-utils/gtkbuilder/gnc-frequency.glade  | 16 +++----
 src/gnome/dialog-sx-since-last-run.c            |  1 +
 15 files changed, 198 insertions(+), 35 deletions(-)



More information about the gnucash-patches mailing list