gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Mon Dec 13 08:47:12 EST 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/793c8735 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/11ed0b5d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/75be8001 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/89e9211c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c48a887c (commit)
	from  https://github.com/Gnucash/gnucash/commit/f363e176 (commit)



commit 793c8735b81f8839db6c37cc624c28cf499c1d04
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Dec 12 11:34:42 2021 +0000

    Bug 798266 - Dropdown picker menu for category does not appear
    
    If the OS/Theme is not using overlay scrolling, the register combos's
    will not pop. This is down to the popup calculated height not including
    the space for the horizontal scrollbar.
    
    To fix this test for the horizontal scrollbar having the style class
    "overlay-indicator" and if so add the height of the horizontal
    scrollbar to the popup calculated height.
    
    This can be seen if in a terminal you...
    export GTK_OVERLAY_SCROLLING=0
    and then run gnucash.

commit 11ed0b5db1f2c73b1ca6ea98473d493991ec7785
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 11 12:37:50 2021 +0000

    Fix default folder for the Document link dialogue
    
    When the document link is a relative one, we need to convert that to a
    absolute path so the file chooser current folder can be set correctly.

commit 75be800151111275be4132c0a575ec0fb14e7d9f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 11 12:35:20 2021 +0000

    Manage Document Link dialog shows escaped characters.
    
    Before updating the file chooser label, unescape the returned file name.

commit 89e9211c9a3413b06a8fecf863240c3d3a600215
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 11 12:31:36 2021 +0000

    Bug798341 - Right align in Hebrew - Account screen
    
    When Gnucash is run in Hebrew which is a right-to-left language, the
    monetary columns on the accounts page are left aligned but should be
    right aligned. This is down to GTK transposing the column alignment
    when using an RTL language so detect this and align to the left before
    GTK transposes it.

commit c48a887c92bcb80d2e687bd7523a92a01eb4077a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Dec 11 12:22:01 2021 +0000

    Bug 797502 - (RTL) - Right edge of the reports are locked
    
    Running gnucash in Hebrew, the right edge of the reports are locked
    while scrolling down and do not scroll with the rest of the report.
    
    Adding a left and right margin of 8px fixes this and I think looks
    better as text is not immediately against window edge.
    
    Keeping top and bottom margin at 0px prevents the scrollbar from
    appearing in charts.



Summary of changes:
 gnucash/gnome-utils/gnc-tree-view.c               | 10 +++++++---
 gnucash/gnome/dialog-doclink.c                    | 12 +++++++++---
 gnucash/register/register-gnome/combocell-gnome.c | 12 ++++++++++++
 gnucash/report/html-fonts.scm                     |  2 +-
 gnucash/report/stylesheets/css.scm                |  5 ++++-
 5 files changed, 33 insertions(+), 8 deletions(-)



More information about the gnucash-patches mailing list