gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Mon Nov 2 06:26:02 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/e0ca9344 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f41a2149 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1a6fb375 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/50350c40 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f8271749 (commit)



commit e0ca934438fc384504d0b8efbd7bdcfd6315c5f3
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Nov 2 12:30:19 2015 +0100

    Set num_accounts upfront for ordinary register exports

commit f41a214956a9cb1bc9af1853cc421f7bd5da8d56
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Nov 2 12:29:35 2015 +0100

    Avoid code duplication

commit 1a6fb3757070faed745e63d71a67227cb46fa9c4
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Nov 2 12:28:26 2015 +0100

    Rephrase some comments (to help an outsider to better understand what's happening)

commit 50350c40a737577a705eea3b4bd9f577fdd9e704
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Oct 17 19:43:17 2015 +0100

    Bug 754533 Add CSV Register Export
    
    Allow you to do a CSV export of the active Register View



Summary of changes:
 src/gnome/gnc-plugin-page-register.c               | 18 +++++
 src/gnome/gnc-plugin-page-register.h               | 10 +++
 src/gnome/gnc-plugin-page-register2.c              | 18 +++++
 src/gnome/gnc-plugin-page-register2.h              | 11 +++
 src/import-export/csv-exp/Makefile.am              |  3 +
 src/import-export/csv-exp/assistant-csv-export.c   | 79 +++++++++++++++++-----
 src/import-export/csv-exp/assistant-csv-export.h   | 14 +++-
 .../csv-exp/csv-transactions-export.c              | 56 +++++++++------
 .../csv-exp/gnc-plugin-csv-export-ui.xml           |  1 +
 src/import-export/csv-exp/gnc-plugin-csv-export.c  | 39 +++++++++++
 10 files changed, 210 insertions(+), 39 deletions(-)



More information about the gnucash-patches mailing list