gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed Mar 1 06:29:49 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/8e09bae7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0078de0b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/22191afb (commit)
	from  https://github.com/Gnucash/gnucash/commit/7a394321 (commit)



commit 8e09bae7c7278bc9eef7b56280d8b901da10bb88
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Mar 1 12:29:40 2017 +0100

    Remove redundant gtk_widget_show_all call

commit 0078de0be3212967c4a3de3cdbde7d6024d62787
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 20 12:21:58 2017 +0000

    Bug 778042 These are the script changes for jqplot reports.
    
    I have added the resize function to all jqplot reports and an on load
    function to bar and line charts. This last change is required when a
    table is added to the report and the vertical scroll bar appears and
    covers part of the plot. This was observed in the Gnucash and also when
    opening the generated file in the gnome browser.

commit 22191afb1eb1ef946f05b0e7b4b909a8f4c2c0bc
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 20 12:16:09 2017 +0000

    Bug 778042 Change the way reports are loaded in conjunction with script changes.
    
    With these changes the reports are not created until the page is shown,
    realized. It still uses the idle add to create the page but is started
    from the realized call back. Doing it this way has the added advantage
    that if the app is closed on a non report page, the next start up is
    quicker as the reports are not created.



Summary of changes:
 src/report/report-gnome/gnc-plugin-page-report.c | 39 +++++++++++++++---
 src/report/report-system/html-barchart.scm       | 28 +++++++++++++
 src/report/report-system/html-linechart.scm      | 52 ++++++++++++++++++++----
 src/report/report-system/html-piechart.scm       | 23 ++++++++++-
 src/report/report-system/html-scatter.scm        | 22 +++++++++-
 5 files changed, 148 insertions(+), 16 deletions(-)



More information about the gnucash-patches mailing list