gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Sun Apr 18 07:27:37 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/33b8a192 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/02a6a0ae (commit)
	 via  https://github.com/Gnucash/gnucash/commit/00bde6a3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/08f490ee (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e1525721 (commit)
	from  https://github.com/Gnucash/gnucash/commit/97c480cb (commit)



commit 33b8a1925348484846495012a25c8723e0223177
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 12 11:34:44 2021 +0100

    Add depreciation warnings for the removal of individual option tool tips

commit 02a6a0ae4a6536ffa52c593578800f5b5ba09a02
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 12 11:30:49 2021 +0100

    Remove the function gnc_option_permissible_value_description
    
    Remove function and scheme using this function which deals with
    individual tool tips on multi-choice options.

commit 00bde6a32c4643354910a03f66dc821d76caf252
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 12 11:29:33 2021 +0100

    Remove individual tool tips from radio button options

commit 08f490ee986e48a2a04ffc5f78ca4c4d2cf5289a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 12 11:26:09 2021 +0100

    Remove widget GncCombott - Part2
    
    Remove tip entry for gnc:make-multichoice-option in SCM files and
    change some of the multichoice items to that of the removed tip

commit e1525721ad3a09ac7eb1c003d016e9f7320785c9
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Feb 18 17:35:25 2021 +0000

    Remove widget GncCombott - Part1
    
    It has been decided that per menu item tooltips is not required so it
    has been removed and replaced with GtkComboBox where required.



Summary of changes:
 gnucash/gnome-utils/CMakeLists.txt                 |   2 -
 gnucash/gnome-utils/dialog-options.c               | 111 ++--
 gnucash/gnome-utils/dialog-utils.c                 |  35 +-
 gnucash/gnome-utils/gnc-combott.c                  | 653 ---------------------
 gnucash/gnome-utils/gnc-combott.h                  |  66 ---
 gnucash/report/options-utilities.scm               | 104 ++--
 gnucash/report/report-core.scm                     |   4 +-
 gnucash/report/reports/aging.scm                   |  14 +-
 gnucash/report/reports/example/average-balance.scm |   6 +-
 gnucash/report/reports/example/daily-reports.scm   |   2 +-
 gnucash/report/reports/example/hello-world.scm     |  28 +-
 .../reports/locale-specific/de_DE/taxtxf.scm       |  28 +-
 .../report/reports/locale-specific/us/taxtxf.scm   |  38 +-
 .../report/reports/standard/account-piecharts.scm  |  23 +-
 .../report/reports/standard/account-summary.scm    |  21 +-
 .../report/reports/standard/advanced-portfolio.scm |  35 +-
 gnucash/report/reports/standard/balsheet-eg.scm    |  25 +-
 gnucash/report/reports/standard/balsheet-pnl.scm   |   8 +-
 .../report/reports/standard/budget-barchart.scm    |  10 +-
 .../report/reports/standard/category-barchart.scm  |  30 +-
 .../report/reports/standard/customer-summary.scm   |  34 +-
 .../reports/standard/income-gst-statement.scm      |  29 +-
 gnucash/report/reports/standard/invoice.scm        |  29 +-
 gnucash/report/reports/standard/new-aging.scm      |  34 +-
 .../report/reports/standard/new-owner-report.scm   |  33 +-
 gnucash/report/reports/standard/owner-report.scm   |   4 +-
 gnucash/report/reports/standard/price-scatter.scm  |  13 +-
 gnucash/report/reports/standard/receivables.scm    |   4 +-
 gnucash/report/reports/standard/register.scm       |   4 +-
 .../reports/standard/test/test-income-gst.scm      |   6 +-
 .../test/test-standard-category-report.scm         |  10 +-
 gnucash/report/reports/standard/trial-balance.scm  |  12 +-
 gnucash/report/stylesheets/footer.scm              |  12 +-
 gnucash/report/stylesheets/head-or-tail.scm        |  13 +-
 gnucash/report/trep-engine.scm                     |  99 +---
 libgnucash/app-utils/option-util.c                 |  33 --
 libgnucash/app-utils/option-util.h                 |   1 -
 libgnucash/app-utils/options.scm                   |  36 +-
 po/POTFILES.in                                     |   1 -
 39 files changed, 315 insertions(+), 1335 deletions(-)
 delete mode 100644 gnucash/gnome-utils/gnc-combott.c
 delete mode 100644 gnucash/gnome-utils/gnc-combott.h



More information about the gnucash-patches mailing list