gnucash unstable: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Mon Feb 19 14:32:27 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/62fd179f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/27256357 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b2ed250d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/22921c9f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3bc741e1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7c9ac17c (commit)
	from  https://github.com/Gnucash/gnucash/commit/5929bb3b (commit)



commit 62fd179f8754702c2e77fb10eb79a53e07ad008d
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Feb 19 20:30:36 2018 +0100

    Adjust gnc_userconfig_dir and get_userconfig_home to the former returns a subdirectory of the latter
    
    Also add a few comments to make the distinction more clear.

commit 27256357f519efe9ca9d5cf6cec1cb91917b97ce
Merge: 5929bb3 b2ed250
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Feb 19 20:31:33 2018 +0100

    Merge branch 'BUG792809' of https://github.com/Bob-IT/gnucash into unstable

commit b2ed250db10b27a8dae48dd4ab279ca66a3d3cb8
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Feb 3 22:33:53 2018 +0000

    Change gsettings upgrade test so old_maj_min is < 207
    
    With the original value of 208, the use-gnucash-color-theme kept on
    being reset to what ever the use-theme-colors was, by default false.

commit 22921c9f290666266d6b0c20834720f889a631a6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Feb 3 20:36:18 2018 +0000

    On first load, cell height is wrong which affects highlighting
    
    Move the get text height function which is the basis of the cell height
    to the start of the draw procedure so highlight area can be computed
    correctly.

commit 3bc741e193fe68dda20b07b5adff8ff0042afef0
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Feb 3 18:59:40 2018 +0000

    Remove doc gtk2 rc file and replace with gtk3 css one

commit 7c9ac17cb6b269e93b70c5030b39727827321137
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Feb 1 15:43:10 2018 +0000

    Move the user CSS settings file
    
    Move the CSS settings file to a location based on XDG_CONFIG_HOME which
    is OS dependant but with slight changes for Windows and OS X.
    
    - Windows: CSIDL_APPDATA/Gnucash
    - OS X: $HOME/Application Support/Gnucash
    - Linux: $XDG_CONFIG_HOME/gnucash (or the default $HOME/.config/gnucash)



Summary of changes:
 doc/CMakeLists.txt                           |   3 +-
 doc/gtk-3.0.css                              |  96 +++++++++++++
 doc/gtkrc-2.0.gnucash                        | 197 ---------------------------
 gnucash/gnome-utils/gnc-dense-cal.c          |   6 +-
 gnucash/gnome-utils/gnc-gnome-utils.c        |   4 +-
 libgnucash/app-utils/gnc-gsettings.c         |   4 +-
 libgnucash/core-utils/gnc-filepath-utils.cpp |  63 ++++++++-
 libgnucash/core-utils/gnc-filepath-utils.h   |   2 +
 8 files changed, 167 insertions(+), 208 deletions(-)
 create mode 100755 doc/gtk-3.0.css
 delete mode 100644 doc/gtkrc-2.0.gnucash



More information about the gnucash-patches mailing list