gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu Apr 20 17:20:24 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/39195597 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d1ff1613 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/724f8aa7 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b2b32e29 (commit)



commit 391955975bac2be7a86b7f4418d7c28d23ad6622
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Apr 20 23:01:54 2017 +0200

    Fix static code checker warnings about parameter definition in doxygen comments
    
    Apparently these shouldn't suffixed with a colon (:)

commit d1ff16138eec2dc388cb90c5d9da51af2d2fd44f
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Apr 20 22:58:35 2017 +0200

    Add GncDateTime constructor taking a GncDate as parameter
    
    As a GncDate doesn't have any time information, this has to be made up.
    GnuCash uses 3 times-of-day quite a lot:
    - start-of-day (00:00 local time)
    - end-of-day (23:59 local time)
    - neutral time (10:59 utc, chosen to minimize
      day offsetting when converting to/from localtime)
    
    A second parameter to the new constructor will tell it to use one of these presets.

commit 724f8aa7847c4b8f1ddea1aff1fbf839c9b69f07
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Apr 20 21:42:24 2017 +0200

    Swap GncDate and GncDateTime in preparation of a future commit



Summary of changes:
 src/libqof/qof/gnc-datetime.cpp            | 166 ++++++++++++++++++-----------
 src/libqof/qof/gnc-datetime.hpp            | 126 +++++++++++++---------
 src/libqof/qof/test/gtest-gnc-datetime.cpp |  29 +++++
 3 files changed, 209 insertions(+), 112 deletions(-)



More information about the gnucash-patches mailing list