gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue Dec 23 11:19:05 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/69355c05 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a5d77e44 (commit)
	from  https://github.com/Gnucash/gnucash/commit/0820090e (commit)



commit 69355c05489e01fef0e22835c51ad18a0d40ac4e
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Dec 23 17:19:00 2014 +0100

    Bug 741810 - Compilation fails because of creating .gnucash

commit a5d77e4430319e81fbd2f6b5a005851857fb290e
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Dec 23 12:03:38 2014 +0100

    Move code to open report options dialog from guile to C
    
    This code was switching a lot between the guile and C context.
    This move at least reduces some of them. The switches can only
    be eliminated completely when the options code itself gets
    rewritten in C(++).



Summary of changes:
 src/core-utils/gnc-filepath-utils.c              | 51 ++++++++-------
 src/report/report-gnome/gnc-plugin-page-report.c | 13 +---
 src/report/report-gnome/report-gnome.i           |  6 --
 src/report/report-gnome/report-gnome.scm         | 24 -------
 src/report/report-gnome/window-report.c          | 80 ++++++++++++++++++------
 src/report/report-gnome/window-report.h          |  3 +-
 6 files changed, 93 insertions(+), 84 deletions(-)



More information about the gnucash-patches mailing list