gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Fri Jun 26 10:37:17 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/a019bb2f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2c62ae41 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/98cfad8c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/47f0959f (commit)
	from  https://github.com/Gnucash/gnucash/commit/af51e737 (commit)



commit a019bb2f2d6579f65307da4a94b782e2bb805729
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 26 15:28:15 2020 +0100

    Revert the changes made to save Register default layouts as discussed in PR #743

commit 2c62ae418b8f8dff011537904e8c7ccbc3abbf53
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 26 15:26:24 2020 +0100

    Setting a sheet column width to 1 when resizing by dragging
    
    Column widths of 0 are not saved by the table and so revert back to
    calculated widths when reloaded. This change sets the column width to
    1 when the right border is dragged to the left border to hide columns.
    By doing this, a visual indication of a hidden column is seen as the
    column border is now wider by 1px.

commit 98cfad8cd70a876d8419da4c62a440f5c9d4b371
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 26 15:25:40 2020 +0100

    Move the menu options for saving Business layouts
    
    Move the menu options for saving/resetting Business layouts to the
    'View' menu from the 'Windows' menu.

commit 47f0959f466f75c97240e6dc88276cd9c50bcced
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 26 15:24:46 2020 +0100

    Disable showing glyphs for associations on MacOS
    
    Currently there are problems showing glyphs on MacOS so always return
    FALSE for the gcn_assoc_cell_set_use_glyphs for MacOS



Summary of changes:
 gnucash/gnome/dialog-sx-editor.c                 |   1 -
 gnucash/gnome/gnc-plugin-page-invoice.c          |  52 ++++---
 gnucash/gnome/gnc-plugin-page-register.c         |  85 +----------
 gnucash/gnome/gnc-split-reg.c                    | 172 ++++-------------------
 gnucash/gnome/gnc-split-reg.h                    |  14 +-
 gnucash/register/register-core/assoccell.c       |   4 +
 gnucash/register/register-gnome/gnucash-header.c |   4 +-
 gnucash/ui/gnc-plugin-page-invoice-ui.xml        |  12 +-
 gnucash/ui/gnc-plugin-page-register-ui.xml       |   7 -
 gnucash/ui/gnc-sxed-window-ui-full.xml           |   8 --
 gnucash/ui/gnc-windows-menu-ui.xml               |   2 -
 11 files changed, 65 insertions(+), 296 deletions(-)



More information about the gnucash-patches mailing list