gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed Jan 28 11:33:43 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/22337362 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e12c7f75 (commit)
	from  https://github.com/Gnucash/gnucash/commit/5727413a (commit)



commit 22337362658cd0e194c722856756e3b7059bc57f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Jan 19 09:55:49 2015 +0000

    Bug 738462 Part 2 - Change CSV Transaction Export.
    
    Add a couple of fields to CSV Export that make the import easier
    and remove duplicate transactions.

commit e12c7f75144fbd78f8cef704798c2df109e536fa
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Jan 19 09:52:29 2015 +0000

    Bug 738462 Part 1 - Add search for strings equal.
    
    Add the ability to search for strings that are equal in queries.



Summary of changes:
 src/engine/Query.c                                 |  28 ++-
 src/engine/Query.h                                 |  13 +-
 src/engine/engine-helpers.c                        |   8 +-
 src/engine/test-core/test-engine-stuff.c           |  12 +-
 src/gnome-search/search-string.c                   |   7 +
 src/gnome-search/search-string.h                   |   4 +-
 src/import-export/csv-exp/assistant-csv-export.c   |   3 +
 src/import-export/csv-exp/assistant-csv-export.h   |  39 ++--
 .../csv-exp/csv-transactions-export.c              | 217 +++++++++++++--------
 src/libqof/qof/qofquery.cpp                        |   4 +
 src/libqof/qof/qofquerycore.cpp                    |  44 +++--
 src/libqof/qof/qofquerycore.h                      |   4 +-
 12 files changed, 250 insertions(+), 133 deletions(-)



More information about the gnucash-patches mailing list