gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Feb 2 19:31:00 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/7bb14b9c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d4d5f269 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f8fe461c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d91d270a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e3515185 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/351990cf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/dbdb5cb9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d8f45f24 (commit)
	from  https://github.com/Gnucash/gnucash/commit/12db8eaa (commit)



commit 7bb14b9caa86e25728fecf4fe9a91e710ac1e73b
Merge: d4d5f2697 d8f45f244
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Feb 2 14:32:14 2023 -0800

    Merge Richard Cohen's 'use-reference-for-loop' into master

commit d4d5f269705b15bb75a2662e650dd058e7912a52
Merge: f8fe461cd e3515185d
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Feb 2 14:21:27 2023 -0800

    Merge Richard Cohen's 'build-cleanup' into master

commit f8fe461cdf9a0933f0fb25357797f9eb01ac3b87
Merge: 12db8eaaf d91d270a7
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Feb 2 14:19:37 2023 -0800

    Merge Richard Cohen's 'replace-deprecated-gtk' into master

commit d91d270a760cbec24d73a49170e8d47cf4586e54
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Tue Jan 31 15:01:30 2023 +0000

    Replace deprecated (since 2.38) g_simple_action_group_lookup
    
    with g_action_map_lookup_action

commit e3515185d3f915a7b733eb042ecf1fa1d4c0c14e
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Tue Jan 31 15:59:05 2023 +0000

    Make the cmake command lowercase

commit 351990cf47b62d3f28f0e8ee7857e84c50aed1ec
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Tue Jan 31 16:17:27 2023 +0000

    Remove unused GNOME cmake flags
    
    There are no longer any Gnome dependencies

commit dbdb5cb9d15e9e491073ce67e4e389d7e369c1d7
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Tue Jan 31 15:34:19 2023 +0000

    Remove unused GNUCASH_LATEST_STABLE_SERIES

commit d8f45f2443391eebb02a7b28b509c610464c6a19
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Tue Jan 31 14:43:20 2023 +0000

    Use const references for for-loops to avoid unnecessary copies
    
    Found by clazy - clazy-range-loop-reference



Summary of changes:
 CMakeLists.txt                                               |  7 -------
 common/config.h.cmake.in                                     |  9 ---------
 common/test-core/CMakeLists.txt                              |  2 +-
 gnucash/gnome/dialog-report-column-view.cpp                  |  2 +-
 gnucash/gnome/window-reconcile.c                             |  2 +-
 gnucash/import-export/csv-imp/assistant-csv-price-import.cpp |  2 +-
 libgnucash/app-utils/gnc-quotes.cpp                          | 10 +++++-----
 libgnucash/backend/dbi/gnc-backend-dbi.cpp                   |  2 +-
 libgnucash/backend/sql/gnc-sql-backend.cpp                   |  8 ++++----
 libgnucash/core-utils/gnc-filepath-utils.cpp                 |  6 +++---
 libgnucash/engine/gnc-timezone.cpp                           |  2 +-
 libgnucash/engine/qoflog.cpp                                 |  2 +-
 12 files changed, 19 insertions(+), 35 deletions(-)



More information about the gnucash-patches mailing list