gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Wed Mar 22 10:12:50 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/d529c427 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7244808b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5fc74256 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/37587253 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b30fb2d3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/0110442c (commit)



commit d529c4273029361062baf2339ba27191ee52d60f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Mar 22 12:45:22 2023 +0000

    Bug 798793 - Cursor jumps to the end of the field.
    
    When typing in to the description field, the cursor jumps to the end of
    the field. This was due to an error in trying to restrict the field to
    use type ahead only.

commit 7244808bf070874f70eefdaab6d01dc81ec4db49
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Mar 22 11:15:08 2023 +0000

    Fix missing statusbar tooltips for popup menus

commit 5fc74256af95d76ac0366e74c9734e5cd24b04f3
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Mar 22 10:38:39 2023 +0000

    Popup menu missing from sx template transactions window

commit 37587253c998fe9a26a5044743c469082633c4e1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Mar 22 10:36:30 2023 +0000

    Bug 798792 - "Delete Split" missing from context menu,take2
    
    Another attempt to fix this, instead of trying to hide/reveal popup
    menu items, just display a different popup menu based on 'cursor class'.

commit b30fb2d34a84cc8a44a4d3ac4862b42fb378129f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Mar 22 10:35:11 2023 +0000

    Add ability to main window to specify a popup window qualifier
    
    This will allow different popup context window menus for a plugin page
    to be popped when required.



Summary of changes:
 gnucash/gnome-utils/gnc-main-window.cpp           |  17 +-
 gnucash/gnome-utils/gnc-plugin-page.c             |  27 ++-
 gnucash/gnome-utils/gnc-plugin-page.h             |  18 ++
 gnucash/gnome-utils/gnc-plugin.c                  |   1 -
 gnucash/gnome/dialog-sx-editor.c                  |   2 +
 gnucash/gnome/gnc-plugin-page-register.c          |  47 +++---
 gnucash/register/register-gnome/combocell-gnome.c |   6 +-
 gnucash/ui/gnc-plugin-page-register.ui            | 194 +++++++++++++++++++++-
 8 files changed, 274 insertions(+), 38 deletions(-)



More information about the gnucash-patches mailing list