gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Fri Dec 27 12:19:22 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/3be7f993 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1dc59558 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/77ddaf91 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/41b4faf5 (commit)
	from  https://github.com/Gnucash/gnucash/commit/9291ad23 (commit)



commit 3be7f993ac95d385cf63118d5e45ccbac4aee452
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Dec 27 18:18:39 2019 +0100

    Allow account selection by typing into the post-to field of the payment window

commit 1dc595589e1a6bd1a78132e9ee5eecac2b014468
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Dec 27 17:59:00 2019 +0100

    Bug 796530 - [txn csv importer] usability suggestions
    
    Fix account selection by typing in the base account combo box text field
    The typing triggered the combobox' changed event. That triggered a repopulation
    of the csv data treeview (due to possibly having to unset an account column).
    That then in the end retriggered setting the base account. However while typing
    in the combo box there may not be a valid account selected in the combo box.
    So break this short circuit by testing for a change in the last-known base account
    compared to what the combo box believes is the proper account. This last-known
    account nore the combo box' internal state will change while typing allowing
    proper user input.

commit 77ddaf91ab4738646733d035e3d8861a35230b63
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Dec 27 17:54:16 2019 +0100

    Bug 796530 - [txn csv importer] usability suggestions
    
    Do the same for the price csv importer

commit 41b4faf5eb66e1e67e6fb5d22ff33feea5089737
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Dec 27 17:50:04 2019 +0100

    Bug 796530 - [txn csv importer] usability suggestions
    
    Add note to tooltips for 'Save Settings' and 'Delete Settings' regarding
    reserved save names



Summary of changes:
 gnucash/gnome-utils/gnc-account-sel.c                        |  6 ++++++
 gnucash/gnome-utils/gnc-account-sel.h                        |  1 +
 gnucash/gnome/dialog-payment.c                               |  2 +-
 gnucash/gtkbuilder/assistant-csv-price-import.glade          | 12 ++++++++++--
 gnucash/gtkbuilder/assistant-csv-trans-import.glade          | 12 ++++++++++--
 gnucash/gtkbuilder/dialog-payment.glade                      |  3 +--
 gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp | 12 ++++++++----
 7 files changed, 37 insertions(+), 11 deletions(-)



More information about the gnucash-patches mailing list