gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Thu Dec 10 06:30:37 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/66cdce8d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2c82ad5f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8c253854 (commit)
	from  https://github.com/Gnucash/gnucash/commit/743df212 (commit)



commit 66cdce8d51d0ef62016294663b69e7ded7b8ef5d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Nov 24 16:29:55 2020 +0000

    Change the way the help button is setup for dialog-commodity

commit 2c82ad5f78b95db06b365a09ab67f2867cfedca9
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Nov 24 16:10:14 2020 +0000

    Add parent widget to gnc_gnome_help function
    
    If there are any errors from starting help with gnc_gnome_help they are
    displayed with gnc_error_dialog which defaults to setting the parent
    window to that of GnuCash. This can be confusing if the dialog is
    behind another window, say the preference window as it would appear
    that Gnucash is unresponsive so add the GtkWindow parameter to
    gnc_gnome_help and populate appropriately.

commit 8c2538546bee0290d01a04883ad6d61bb7804362
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Nov 22 13:40:34 2020 +0000

    Bug 128772 - Account Help Button does not work
    
    When pressing the help button, the following uri is created...
    ghelp:gnucash-help?acct-create and used to open the gnome help app.
    
    This segfaults in the '?' as ghelp:gnucash-help does work.
    
    To fix this use the full path to the help 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             | 22 +----
 gnucash/gnome-utils/dialog-commodity.h             | 10 ---
 gnucash/gnome-utils/dialog-file-access.c           |  2 +-
 gnucash/gnome-utils/dialog-preferences.c           |  2 +-
 gnucash/gnome-utils/gnc-gnome-utils.c              | 93 +++++++++++++++++-----
 gnucash/gnome-utils/gnc-gnome-utils.h              |  4 +-
 gnucash/gnome-utils/gnc-main-window.c              |  4 +-
 gnucash/gnome-utils/gnc-ui.h                       |  2 +-
 gnucash/gnome/dialog-custom-report.c               |  3 +-
 gnucash/gnome/dialog-customer.c                    |  3 +-
 gnucash/gnome/dialog-employee.c                    |  3 +-
 gnucash/gnome/dialog-invoice.c                     |  6 +-
 gnucash/gnome/dialog-job.c                         |  3 +-
 gnucash/gnome/dialog-new-user.c                    |  2 +-
 gnucash/gnome/dialog-order.c                       |  3 +-
 gnucash/gnome/dialog-print-check.c                 |  2 +-
 gnucash/gnome/dialog-sx-editor.c                   |  2 +-
 gnucash/gnome/dialog-sx-editor2.c                  |  2 +-
 gnucash/gnome/dialog-vendor.c                      |  3 +-
 gnucash/gnome/gnc-plugin-report-system.c           |  4 +-
 gnucash/gnome/window-reconcile.c                   |  3 +-
 gnucash/gnome/window-reconcile2.c                  |  3 +-
 .../import-export/bi-import/dialog-bi-import-gui.c |  3 +-
 .../customer-import/dialog-customer-import-gui.c   |  3 +-
 27 files changed, 113 insertions(+), 82 deletions(-)



More information about the gnucash-patches mailing list