gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Mon Dec 19 16:18:57 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/0421ff83 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d65f991e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/734f90bd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2c93c383 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b8c06735 (commit)



commit 0421ff834a7758e5431319b190783c9c51de4d60
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Oct 24 22:01:32 2022 +0200

    A few minor c++ tweaks regarding variables

commit d65f991e4b64c1b0ae545ab9c8b35ac4283047ab
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Oct 24 21:51:01 2022 +0200

    Drop help message for gtk options
    
    Gtk has deprecated their use and will be dropping them
    completely from Gtk 4. No need for us to continue to
    promote them.

commit 734f90bd36f520c0d08f37a5cf5e0fb08f96b152
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Oct 24 21:41:08 2022 +0200

    Replace string literal 'gnucash' with PROJECT_NAME parameter where it makes sense
    
    The idea behind this is to not assume the project is always built
    as "gnucash" exactly.
    One example where it can be useful to use a different project name
    would be when building multiple development versions of the project
    on the same system and don't want these different versions share
    the same settings in GSettings or the same stored passwords.

commit 2c93c383ac7dbd7ec4ae31104b836d5dcd78d1a0
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Oct 20 14:19:24 2022 +0200

    Change remaining references to 'help' into 'manual'
    
    In addition, change the prefixes for all documentation related macros:
    - HL_ ('help link') -> DL_ ('documentation link')
    - HF_ ('help files') -> DF_ ('documentation files')



Summary of changes:
 gnucash/gnome-search/dialog-search.c               |  2 +-
 gnucash/gnome-utils/dialog-account.c               |  4 +-
 gnucash/gnome-utils/dialog-book-close.c            |  2 +-
 gnucash/gnome-utils/dialog-commodity.c             |  2 +-
 gnucash/gnome-utils/dialog-file-access.c           |  4 +-
 gnucash/gnome-utils/dialog-options.cpp             |  8 +--
 gnucash/gnome-utils/dialog-preferences.c           |  2 +-
 gnucash/gnome-utils/gnc-keyring.c                  | 12 ++--
 gnucash/gnome-utils/gnc-main-window.cpp            |  4 +-
 gnucash/gnome-utils/gnc-ui.h                       | 70 ++++++++++----------
 gnucash/gnome/dialog-custom-report.c               |  2 +-
 gnucash/gnome/dialog-customer.c                    |  2 +-
 gnucash/gnome/dialog-employee.c                    |  2 +-
 gnucash/gnome/dialog-fincalc.c                     |  2 +-
 gnucash/gnome/dialog-invoice.c                     |  6 +-
 gnucash/gnome/dialog-job.c                         |  2 +-
 gnucash/gnome/dialog-new-user.c                    |  2 +-
 gnucash/gnome/dialog-order.c                       |  2 +-
 gnucash/gnome/dialog-price-edit-db.cpp             |  2 +-
 gnucash/gnome/dialog-price-editor.c                |  2 +-
 gnucash/gnome/dialog-print-check.c                 |  2 +-
 gnucash/gnome/dialog-sx-editor.c                   |  2 +-
 gnucash/gnome/dialog-sx-since-last-run.c           |  2 +-
 gnucash/gnome/dialog-vendor.c                      |  2 +-
 gnucash/gnome/window-reconcile.c                   |  2 +-
 gnucash/gnucash-cli.cpp                            |  3 +-
 gnucash/gnucash-core-app.cpp                       |  4 +-
 gnucash/gnucash.cpp                                | 77 +++-------------------
 gnucash/import-export/aqb/gnc-ab-utils.c           |  2 +-
 .../import-export/bi-import/dialog-bi-import-gui.c |  2 +-
 .../customer-import/dialog-customer-import-gui.c   |  2 +-
 .../backend/dbi/test/test-backend-dbi-basic.cpp    |  2 +-
 libgnucash/core-utils/gnc-path.c                   | 12 ++--
 .../core-utils/test/gtest-path-utilities.cpp       |  4 +-
 34 files changed, 97 insertions(+), 155 deletions(-)



More information about the gnucash-patches mailing list