gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed May 3 06:21:07 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/e0af43d4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3603ec1a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9af57849 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7df29b57 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/50700373 (commit)
	from  https://github.com/Gnucash/gnucash/commit/1a3595cb (commit)



commit e0af43d413bb6d41f36e91f52e2c7db031db8079
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed May 3 12:19:04 2017 +0200

    Properly handle import of reconcile state.
    
    Gnucash exports this state localized it should expect a localized state on import.

commit 3603ec1aa857b85ed56b24847300a03ce20a1f4e
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed May 3 09:44:36 2017 +0200

    Document supported date formats in the saved csv settings

commit 9af57849ba1bc6e954f6b5aae61ec85e4c09a0e2
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon May 1 20:19:49 2017 +0200

    Use GncDate in csv importer
    
    This removes all date specific functionality from the importer

commit 7df29b572a2309ae0ee730285f91d2116b8ff426
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue May 2 23:09:23 2017 +0200

    Add copy constructor and assignment operator to GncDate

commit 507003731404820f32ce436b6930ea099aadeead
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Apr 29 18:01:12 2017 +0200

    Add comparison operators for GncDate
    
    Note the operands are const GncDate& because the GncDate has no copy
    constructor/assigment operator (any other definition would fail
    when used with variables of type boost::optional<GncDate>)



Summary of changes:
 .../csv-imp/assistant-csv-trans-import.cpp         |   8 +-
 .../csv-imp/gnc-csv-trans-settings.cpp             |  10 ++
 src/import-export/csv-imp/gnc-trans-props.cpp      | 137 +++----------------
 src/import-export/csv-imp/gnc-trans-props.hpp      |   8 +-
 src/import-export/csv-imp/gnc-tx-import.cpp        |  10 +-
 src/import-export/csv-imp/gnc-tx-import.hpp        |   4 -
 src/import-export/csv-imp/test/test-tx-import.cpp  | 147 ---------------------
 src/libqof/qof/gnc-datetime.cpp                    |  28 ++++
 src/libqof/qof/gnc-datetime.hpp                    |  31 +++++
 src/libqof/qof/test/gtest-gnc-datetime.cpp         |  68 +++++++++-
 10 files changed, 159 insertions(+), 292 deletions(-)



More information about the gnucash-patches mailing list