gnucash unstable: Multiple changes pushed
Geert Janssens
gjanssens at code.gnucash.org
Mon Mar 5 11:00:39 EST 2018
Updated via https://github.com/Gnucash/gnucash/commit/30fb1dc4 (commit)
via https://github.com/Gnucash/gnucash/commit/ddba926e (commit)
via https://github.com/Gnucash/gnucash/commit/e2d69b17 (commit)
via https://github.com/Gnucash/gnucash/commit/8a338641 (commit)
via https://github.com/Gnucash/gnucash/commit/41d79f4e (commit)
via https://github.com/Gnucash/gnucash/commit/21ea6d56 (commit)
via https://github.com/Gnucash/gnucash/commit/22517f98 (commit)
via https://github.com/Gnucash/gnucash/commit/41322ec3 (commit)
via https://github.com/Gnucash/gnucash/commit/551e9843 (commit)
via https://github.com/Gnucash/gnucash/commit/a72e0bdd (commit)
via https://github.com/Gnucash/gnucash/commit/7ef8e6d4 (commit)
from https://github.com/Gnucash/gnucash/commit/580ce72d (commit)
commit 30fb1dc4799225a5e27d21dc3a214d072878c43a
Merge: ddba926 21ea6d5
Author: Geert Janssens <geert at kobaltwit.be>
Date: Mon Mar 5 16:57:00 2018 +0100
Merge branch 'unstable-bugfix' of https://github.com/christopherlam/gnucash into unstable
commit ddba926e4900ec81aee25714ba505840b25afdc6
Merge: e2d69b1 a72e0bd
Author: Geert Janssens <geert at kobaltwit.be>
Date: Mon Mar 5 16:56:07 2018 +0100
Merge branch 'unstable-transfer-02' of https://github.com/DiMan/gnucash into unstable
commit e2d69b174ec9dca538285ceb00c45a2bc38e0daa
Merge: 8a33864 7ef8e6d
Author: Geert Janssens <geert at kobaltwit.be>
Date: Mon Mar 5 16:54:24 2018 +0100
Merge branch 'master' of https://github.com/nielsegberts/gnucash into unstable
commit 8a33864168b359bac600f881190c6a0f97b88868
Merge: 580ce72 41d79f4
Author: Geert Janssens <geert at kobaltwit.be>
Date: Mon Mar 5 16:52:55 2018 +0100
Merge branch 'cpack' of https://github.com/TheBiggerGuy/gnucash into unstable
commit 41d79f4ef324210a70d8c63c28d844861cb8cf35
Author: Guy Taylor <thebigguy.co.uk at gmail.com>
Date: Mon Mar 5 15:38:41 2018 +0000
Fix CPack package version number
Currently running "ninja-build package" produces a file with and incorrect
version number. This patch passes the CMake version variables into CPack to get
the correct filename.
Old "gnucash-0.1.1-Linux.tar.gz" new "gnucash-2.7.5-Linux.tar.gz"
commit 21ea6d56bf70a85ad1c76a914677b9f05fd34830
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Mon Mar 5 07:45:03 2018 +0800
Modernise chart colours
This commit changes chart colours from the dated CSS defaults to
modern colours as suggested by http://clrs.cc/
commit 22517f98cec657c2fbb81ad539a1bd19bc680fef
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Mar 4 14:56:35 2018 +0800
taxtxf: schemify
commit 41322ec3d8ab6af48143a9489aa6ab9da54988c3
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Mar 4 08:36:39 2018 +0800
<br> to <br/> and ~s to ~a
commit 551e98435d6adc7f48703a58ad27c980a79b7f39
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Mar 4 08:10:45 2018 +0800
remove begindate in qofquery
This was producing a date corresponding to 01-01-1970. make-zdate was
being used in aging.scm as a hack to search all splits prior to
end-date. fix the date query logic to set begin-date match to #f.
commit a72e0bdd5ed40a7306f67508b61c640748177aa8
Author: Di Mang <dimang.freenet at gmail.com>
Date: Sun Mar 4 14:09:24 2018 +0100
Add spacing between border and text in dialog "New Accounts Hierarchy Setup".
There is no spacing between the text and the frame in the dialog
"New File" > "New Accounts Hierarchy Setup". In some cases - when
changing the window size - the text appears next to the frame.
It does not look very clean. As a solution, I have defined here a small spacing: 5px.
commit 7ef8e6d4890a80637634b931dfea740f80d271a0
Author: Niels <gitlab at nielsegberts.nl>
Date: Wed Feb 28 00:32:41 2018 +0000
Fix fall through in Account.cpp
Found with -Wimplicit-fallthrough, but older versions of GCC don't support it. So it will take some effort to add it to the build config.
I think it did not result in a reproducible bug.
Summary of changes:
CMakeLists.txt | 5 +++
gnucash/gtkbuilder/assistant-hierarchy.glade | 8 +++++
gnucash/report/business-reports/aging.scm | 22 +++++-------
gnucash/report/business-reports/fancy-invoice.scm | 30 ++++++++--------
gnucash/report/business-reports/job-report.scm | 6 ++--
gnucash/report/locale-specific/us/taxtxf.scm | 42 ++++++++++------------
gnucash/report/report-system/html-utilities.scm | 20 +++++++----
.../report/standard-reports/average-balance.scm | 8 ++---
.../report/standard-reports/budget-barchart.scm | 4 +--
.../report/standard-reports/cashflow-barchart.scm | 6 ++--
.../report/standard-reports/income-statement.scm | 2 +-
gnucash/report/standard-reports/net-barchart.scm | 4 +--
gnucash/report/standard-reports/net-linechart.scm | 4 +--
libgnucash/app-utils/app-utils.scm | 3 +-
libgnucash/engine/Account.cpp | 2 ++
15 files changed, 89 insertions(+), 77 deletions(-)
More information about the gnucash-patches
mailing list