gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jun 9 20:19:31 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/9343ebe9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/240e36f7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f1609376 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/073c7a69 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/79139c88 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5a4a8ac5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f604348d (commit)
	from  https://github.com/Gnucash/gnucash/commit/9914a046 (commit)



commit 9343ebe9e4b92d769847427469ec73711ace6d75
Merge: 9914a04 240e36f
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 9 14:51:21 2015 -0700

    Merge branch 'maint'

commit 240e36f73b2d0ab48aa97d4b69a7adc879dbcf2c
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Tue Jun 2 10:33:35 2015 +0100

    Bug 734183 - Set value to zero before calling gnc_exp_parser_parse.

commit f160937681d0b8daa7a2548d574bb5ba5c63c9c9
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sun May 31 10:07:44 2015 +0200

    Bug 746163 - Custom register colors (table rows) not recognized from .gtkrc-2.0.gnucash file
    
    Change the preference label and description to avoid confusion.
    Translators: this patch introduces two updated strings.

commit 073c7a69adc8e496e7c04d737c93a417ba7b0905
Author: Joe Hansen <joedalton2 at yahoo.dk>
Date:   Fri May 29 22:46:57 2015 +0200

    Updated Danish translation
    
    Copied from the translation project

commit 79139c88691ff0c275c7f478fae145bb3f6ee827
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat May 16 10:44:59 2015 +0200

    Fix hidden panes in lot viewer

commit 5a4a8ac5d6e038e8ce87a398e43b43998194e667
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri May 8 21:43:40 2015 +0200

    Bug 746873 - Gnucash asks sql passwords before wallet password
    
    Work around a bug in libsecret. Under certain conditions
    libsecret will silently fail to find a password even though
    it is stored. The workaround uses another interface call
    to force unlocking the secret store which works around the bug.
    This workaround should be removed once a fix for
    https://bugzilla.gnome.org/show_bug.cgi?id=748625
    will be commonly available.

commit f604348d9b1bc9bb715157c4f7c621358e6daf54
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Apr 28 10:38:37 2015 +0200

    Bug 746873 - Gnucash asks sql passwords before wallet password
    
    If libsecret is available use it to search for both
    libsecret based passwords as gnome-keyring based ones.
    This catches the situation where a password was stored
    earlier using gnome-keyring, while the user is now trying
    to retrieve it on a system that only has libsecret available.
    This used to fail because gnucash depended on gnome-keyring
    to be present in that situation.



Summary of changes:
 po/da.po                                           |  69 +++---
 src/gnome-utils/gnc-keyring.c                      | 239 +++++++++++++--------
 .../gtkbuilder/dialog-preferences.glade            |   6 +-
 src/gnome/gtkbuilder/dialog-lot-viewer.glade       |   4 +-
 src/plugins/bi_import/dialog-bi-import.c           |   5 +-
 5 files changed, 197 insertions(+), 126 deletions(-)



More information about the gnucash-patches mailing list