gnucash master: Multiple changes pushed

git repository hosting gjanssens at code.gnucash.org
Mon Jan 30 13:39:15 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/ee7a73de (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5cbdc5d8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0a782dd0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c87fa9ea (commit)
	 via  https://github.com/Gnucash/gnucash/commit/33f39627 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/51332b1a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/885227a6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b798a6cd (commit)
	from  https://github.com/Gnucash/gnucash/commit/cb3dd431 (commit)



commit ee7a73dea3e2bee6e2fb0b58229b106fef969530
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jan 30 19:24:26 2017 +0100

    Drop with_html_engine option
    
    We only support webkit. The option was there for backwards
    compatibility in the 2.6 series, but for 2.8 it can go.

commit 5cbdc5d816e6e3e4762560b21823b2ec2f1fe1b6
Merge: cb3dd43 0a782dd
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jan 30 19:34:29 2017 +0100

    Merge branch 'maint'

commit 0a782dd0c06cf4a49df0f4e93455c859f3b69abf
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Jan 28 15:01:38 2017 +0100

    Travis - fix failure to load some libraries while running scm tests
    
    In the travis environment (guile 1.8 in combination with other unidentified,
    particular package versions) the scm based tests are looking for
    backend modules (xml and dbi) in the installation prefix instead of
    in the build directory. Explicitly setting the environment variables
    GNC_BUILDDIR and GNC_UNINSTALLED fix this. I haven't figured out why this
    is not needed on all platforms/tool version combinations. But the fix
    works in all (autotools based) cases. CMake builds may need a similar
    fix, but I don't know that environment sufficiently to implement it.

commit c87fa9eac1ab7b79c50c6ca48e1f5f658a4be662
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Jan 28 17:08:34 2017 +0100

    Bug 759934 - Tiny reports in HiDPI
    
    While a proper solution is only possible with a more recent
    version of webkit, this commit will allow users to work around
    the issue by manually setting a default zoom level for reports.
    This setting can be found under
    Edit->Preferences->Reports

commit 33f39627e32919d834627df515bcaebf823a3d7d
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jan 27 19:24:53 2017 +0100

    Drop a couple of webkit related configure tests
    
    The tests are only relevant to webkit versions older than our baseline.

commit 51332b1a657da2c8aabe8c63a8b1639ea3f1c698
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Thu Jan 26 18:13:48 2017 -0500

    add comments to clarify that taxtxf.scm is US-specific
    
    src/report/locale-specific/us/taxtxf.scm is specific to US tax codes.
    Add comments to make this clear.

commit 885227a63a545ca1e4c4da48a9ed94085ae65f97
Author: Pedro Albuquerque <palbuquerque73 at gmail.com>
Date:   Thu Jan 26 15:36:24 2017 +0100

    Bug 777561 - Update pt.po to v. 2.6.15
    
    4659 translated messages.

commit b798a6cdbd883480f88267f2a25def6eb8e7bb2c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Dec 27 11:53:49 2016 +0000

    Bug 516920 - Calendar Pop up disappears of the left side
    
    The last change did not check for the left screen edge. This update
    checks for the calendar pop up going over the left, right, and
    bottom edges of the screen. The top should not be an issue.



Summary of changes:
 configure.ac                                       |   53 +-
 po/pt.po                                           | 2665 ++++++++++----------
 src/CMakeLists.txt                                 |    3 -
 src/config.h.cmake.in                              |    6 -
 src/engine/test/Makefile.am                        |    4 +-
 src/gnome-utils/dialog-preferences.c               |    1 +
 src/gnome-utils/gnc-dense-cal.c                    |   30 +-
 .../gtkbuilder/dialog-preferences.glade            |  123 +-
 src/gnome/gschemas/org.gnucash.gschema.xml.in.in   |    5 +
 src/html/gnc-html-webkit.c                         |   51 +-
 src/report/locale-specific/us/taxtxf.scm           |    6 +-
 src/report/report-system/test/Makefile.am          |    4 +-
 src/report/standard-reports/test/Makefile.am       |    4 +-
 13 files changed, 1588 insertions(+), 1367 deletions(-)



More information about the gnucash-patches mailing list