gnucash maint: Multiple changes pushed
Geert Janssens
gjanssens at code.gnucash.org
Fri Apr 27 06:00:27 EDT 2018
Updated via https://github.com/Gnucash/gnucash/commit/d0fca779 (commit)
via https://github.com/Gnucash/gnucash/commit/196e7ea3 (commit)
via https://github.com/Gnucash/gnucash/commit/2eb0324b (commit)
via https://github.com/Gnucash/gnucash/commit/9ce01be3 (commit)
via https://github.com/Gnucash/gnucash/commit/dacaa939 (commit)
via https://github.com/Gnucash/gnucash/commit/4e2697b0 (commit)
via https://github.com/Gnucash/gnucash/commit/6a37d7f5 (commit)
via https://github.com/Gnucash/gnucash/commit/9e784b03 (commit)
via https://github.com/Gnucash/gnucash/commit/0eabe766 (commit)
via https://github.com/Gnucash/gnucash/commit/ce839588 (commit)
from https://github.com/Gnucash/gnucash/commit/d69cdaeb (commit)
commit d0fca7794e58063138ad201e73a6254184b56e2e
Merge: d69cdae 196e7ea
Author: Geert Janssens <geert at kobaltwit.be>
Date: Fri Apr 27 11:33:57 2018 +0200
Merge branch 'fixes3' of https://github.com/Bob-IT/gnucash into maint
commit 196e7ea3afa505d8d2748e617fa555d9b9c7dd44
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Wed Apr 25 14:41:12 2018 +0100
Clean up gnc-budget-view.c of tabs and white space
commit 2eb0324b799dea1033d03274beddd5d46738020d
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Wed Apr 25 14:19:01 2018 +0100
Bug 795389 - Hard to see figures in the budget window
The budget view had hard coded black for normal values and dark grey for
other values. Changed this so normal values are reset to default color
and adjusted the grey based on default color for theme.
commit 9ce01be36aba542da4ed06f698428bbadc112c1a
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Wed Apr 25 14:13:36 2018 +0100
Bug 795471 - Budget window scrolls edited cell out of site
When editing cells that have been revealed on the right by scrolling the
window snaps back to the left hiding the cell being edited. This may be
due to an underlying gtk issue but these changes fix the issue visually.
commit dacaa93951f02d04d8d698f4cb01e60ec0082c85
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Tue Apr 24 15:52:52 2018 +0100
Bug 795446 - On Windows there is a blank tip of the day
When the tip_of_the_day.list is created a new line is appended to the
list file and on Windows this causes a blank tip so remove the adding
of the extra line.
commit 4e2697b02fe6b079dd7cf1eda8205f88d78d13ec
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Apr 21 15:13:03 2018 +0100
Bug 794976 - Wrong context menu on register sheet
Block the entry one and signal for the gnucash one to show.
commit 6a37d7f5dd270ae69d8eb743dad44680536abd86
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Apr 21 12:57:07 2018 +0100
Bug 795132 - Tabs not workings on register sheet with caps-lock
And the keyboard event state with the default mod mask to eliminate the
effect of the caps-lock value.
commit 9e784b03e14023232dec7ec8558c77a73b1736c4
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Apr 21 12:56:12 2018 +0100
Remove white space and tabs from dialog-custom-report.c
commit 0eabe766eb65ef35740f6987649175d4e2ea7aea
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Apr 21 12:33:22 2018 +0100
On Windows the tooltip for saved reports was incorrect
When the mouse was placed over a saved report description on Windows an
empty tooltip was displayed. Setup the query tooltip callback so it does
not display a tooltip for description column.
commit ce839588dbbf9b29b2104614405c126c2e1b0f41
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Apr 21 12:28:49 2018 +0100
Bug 794990 - Double click does not work on saved reports
When you double click on the saved report description nothing happens.
This was down to a conflict on a couple of call backs and one of them
was incorrectly setup.
Summary of changes:
doc/CMakeLists.txt | 2 -
gnucash/gnome-utils/gnc-main-window.c | 3 +-
gnucash/gnome-utils/gnc-main-window.h | 18 ++
gnucash/gnome/gnc-budget-view.c | 232 +++++++++++++--------
gnucash/gnome/gnc-plugin-page-register.c | 22 ++
gnucash/gnome/gnc-split-reg.c | 59 ++++--
gnucash/gnome/gnc-split-reg.h | 41 ++--
.../register/register-gnome/gnucash-item-edit.c | 21 ++
gnucash/register/register-gnome/gnucash-register.c | 13 ++
gnucash/register/register-gnome/gnucash-sheet.c | 3 +-
gnucash/report/report-gnome/dialog-custom-report.c | 118 ++++++-----
11 files changed, 338 insertions(+), 194 deletions(-)
More information about the gnucash-patches
mailing list