gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Mon Apr 22 07:16:28 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/7e9463db (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3985541f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/91c992d9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d82939a9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/fc0a7292 (commit)



commit 7e9463db1b46a55cd03be5ff5ab8b8508e82806e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 22 12:09:55 2019 +0100

    Change a couple of accelerator keys in CSV Transaction export
    
    There are a couple of items with the same mnemonic accelerator keys so
    change them to non conflicting ones.

commit 3985541f48aa2e27740b449cc6e4dae86c6a6a6d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 22 12:01:25 2019 +0100

    Add a select all Accounts button for CSV Transaction export.

commit 91c992d9474fafb3f4faed0e36dff60ec0964ed5
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 22 11:23:47 2019 +0100

    Bug 797123 - Export transactions to CSV file.
    
    When exporting transactions to CSV not all were showing up in the CSV
    file. This was due to the start and end dates not being set to the
    'start of day' and 'end of day' respectively. Also if you had specified
    a range and subsequently used the 'Show All' button the dates used
    would still be the ones used for the range.

commit d82939a9ff7253f46f6ffba987c94ab5c45b684a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 22 11:14:49 2019 +0100

    Change the New Account Hierarchy glade file
    
    The 'Category Description' scroll window height was not able to be
    changed to see all the text without scrolling. Add the 'Categories' and
    the 'Category Description' scroll windows to a vertical paned widget.



Summary of changes:
 gnucash/gtkbuilder/assistant-csv-export.glade      |  36 +++-
 gnucash/gtkbuilder/assistant-hierarchy.glade       | 229 +++++++++++----------
 .../import-export/csv-exp/assistant-csv-export.c   |  80 ++++---
 .../import-export/csv-exp/assistant-csv-export.h   |   2 +
 4 files changed, 205 insertions(+), 142 deletions(-)



More information about the gnucash-patches mailing list