gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Jun 12 18:05:56 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/2e20b37d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0d1ba1eb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fb7c0328 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7d26b8c0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d63248da (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7b1ad4ec (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6e5c525f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/df6c7756 (commit)
	from  https://github.com/Gnucash/gnucash/commit/770b5a4b (commit)



commit 2e20b37d0429e79a5346405956cbc5f82dbd0fd8
Merge: 0d1ba1ebe7 df6c775617
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 12 14:45:19 2023 -0700

    Merge Paolo Maero's 'money-out' into stable.

commit 0d1ba1ebe7464cf4842aa92cf6c589bfb4d1e53d
Merge: fb7c0328bc 7d26b8c05f
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 12 14:44:11 2023 -0700

    Merge Richard Cohen's 'y2038-fixes' into stable.

commit fb7c0328bce2eb3f067b355970a5cbca582c38e4
Merge: 770b5a4be9 7b1ad4ec19
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 12 14:43:09 2023 -0700

    Merge Richard Cohen's 'remove-unused-osx_accel_map' into stable.

commit 7d26b8c05f63a8a8a62484979a3dd7ffab9e16b6
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Tue Jun 6 15:42:28 2023 +0100

    Fail the test if still using 32bit time_t in 2038
    
    gtest-gnc-option.cpp and gtest-gnc-optiondb.cpp need to call
    time() for g_date_set_time_t()

commit d63248dad2c3762ab67b1f0fc737660abb7c9098
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Tue Jun 6 15:40:55 2023 +0100

    Update Y2038 comments

commit 7b1ad4ec19a00c2250d07f094fefc61ffcbb5c35
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Thu Jun 8 14:05:11 2023 +0100

    Remove unused osx_accel_map
    
    Since a143f8b5edd3118aedff975d3a1b5b47867e2027 on 2023-03-11,
    accelerator-map-osx is the file that is used

commit 6e5c525f7756c1cd3997691daee9c40eecfa6c01
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Thu Jun 1 16:10:36 2023 +0100

    Use gnc_time() instead of time()

commit df6c775617feb133bbbbd060e23ae8ab30a5a4df
Author: fabrica64 <paolo at maero.com>
Date:   Sun Jun 4 22:28:00 2023 -0300

    Including brokerage fees in Money Out calculation (if not ignoring them) in advanced-portfolio.scm report and updating the "advanced" tests to reflect selling fees being included into the money out value



Summary of changes:
 .../report/reports/standard/advanced-portfolio.scm |  19 +-
 .../reports/standard/test/test-portfolios.scm      |   6 +-
 gnucash/ui/CMakeLists.txt                          |   1 -
 gnucash/ui/osx_accel_map                           | 228 ---------------------
 libgnucash/engine/gnc-date.cpp                     |  10 +-
 libgnucash/engine/gnc-date.h                       |  34 +--
 libgnucash/engine/test/gtest-gnc-datetime.cpp      |   3 +-
 libgnucash/engine/test/gtest-gnc-option.cpp        |   7 +
 libgnucash/engine/test/test-gnc-date.c             |   2 +-
 9 files changed, 51 insertions(+), 259 deletions(-)
 delete mode 100644 gnucash/ui/osx_accel_map



More information about the gnucash-patches mailing list