gnucash maint: Multiple changes pushed

Christian Stimming cstim at code.gnucash.org
Fri Jan 18 17:54:07 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/48988ac5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6f349959 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b521658c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/47c35aea (commit)
	 via  https://github.com/Gnucash/gnucash/commit/417a012b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/75b6d144 (commit)
	from  https://github.com/Gnucash/gnucash/commit/c9bd68c6 (commit)



commit 48988ac59a296185b14ed7ee45e02ff59f56d9ba
Author: Christian Stimming <christian at cstimming.de>
Date:   Fri Jan 18 23:42:26 2019 +0100

    Update German translation

commit 6f34995901dcfc999c675e5a4bc095eaf52a2d6f
Author: Christian Stimming <christian at cstimming.de>
Date:   Fri Jan 18 23:32:31 2019 +0100

    Usability improvements for Bayes editor window
    
    Remove the "Are you sure" question as it is simply annoying but does
    not help. Fix some string wordings to be more understandable.

commit b521658ce3cfeb6c0d5d2ad99d15afe747a02ae9
Author: Christian Stimming <christian at cstimming.de>
Date:   Fri Jan 18 23:04:37 2019 +0100

    Online transfer: Do no longer force existence of local BIC code
    
    The BIC code for SEPA transfer used to be mandantory, but turned optional
    more recently and the local IBAN code is sufficient. Gnucash still
    checked the local BIC code existence and forced the user to get it
    from somewhere. This is no longer needed - local IBAN is enough.

commit 47c35aeaf9ea60ea2278635a0e79d9e13d0a0329
Author: Christian Stimming <christian at cstimming.de>
Date:   Fri Jan 18 23:03:25 2019 +0100

    Online transfer and PIN/TAN entry: Entering of TAN must use normal visibility
    
    The visibility of the entered content was set to FALSE (=invisible) always,
    which was wrong for certain types of input as indicated by the GUI_INPUT_FLAGS.
    This should now be honored and visibility set to TRUE (=visible) for
    the correct flags.

commit 417a012b78fb62949b3ac7b9e01a5aa81af323e1
Author: Christian Stimming <christian at cstimming.de>
Date:   Tue Jan 1 17:53:02 2019 +0100

    Aqbanking import: Fix reconcile timestamps when importing balances.
    
    Used to be start-of-day, but needs to be day-neutral.

commit 75b6d14455db5c96711becef4719e26697bd7f21
Author: Christian Stimming <christian at cstimming.de>
Date:   Tue Jan 1 13:39:56 2019 +0100

    Speed-up of dealing with account_imap lists: Replace g_list_append with _prepend and subsequent _reverse.
    
    This is glib's suggested way of dealing with GList in more optimized
    way, as g_list_append will have to traverse the list until the end.



Summary of changes:
 gnucash/gnome/dialog-imap-editor.c          |  31 ------
 gnucash/gtkbuilder/dialog-imap-editor.glade |   4 +-
 gnucash/import-export/aqb/dialog-ab-trans.c |   4 +-
 gnucash/import-export/aqb/gnc-ab-utils.c    |   4 +-
 gnucash/import-export/aqb/gnc-gwen-gui.c    |   6 ++
 libgnucash/engine/Account.cpp               |   8 +-
 po/de.po                                    | 161 ++++++++++++----------------
 7 files changed, 86 insertions(+), 132 deletions(-)



More information about the gnucash-patches mailing list