gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat Aug 11 15:06:26 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/14335b78 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b3f1104d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/19d6eb90 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9768a215 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5ff8d8da (commit)
	 via  https://github.com/Gnucash/gnucash/commit/847766fc (commit)
	from  https://github.com/Gnucash/gnucash/commit/22dd716b (commit)



commit 14335b78626762d0eba11888334796cff6809d27
Merge: 22dd716 b3f1104
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Aug 11 21:04:26 2018 +0200

    Merge branch 'Bug796788' of https://github.com/Bob-IT/gnucash into maint

commit b3f1104d39d2326cba7304e7981836e0725aba6d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Aug 10 14:29:44 2018 +0100

    Fix a possible transient parent dialogue warning

commit 19d6eb902824e7dbca1b12476dffb83a58b717b9
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Aug 11 12:39:48 2018 +0100

    Improve the button sensitivity function

commit 9768a2158d312d3d91c4661fd6f5ed1f4d73218c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Aug 10 12:40:51 2018 +0100

    Save the contents_selected value in selection callback
    
    With the use of the selection call back for button sensitivity it make
    sense to use that to store the contents_selected value for the contents
    tree view.

commit 5ff8d8daba7278b242628ba8c0f9f23fae868904
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Aug 10 11:36:41 2018 +0100

    Update buttons on Multicolumn report options
    
    Change the sensitivity of the multicolumn report options based on the
    selection in the two tree views using the select callback.

commit 847766fc136154dc35ebcb6eeb7dc7bf6c1bc30a
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Aug 8 15:43:36 2018 +0100

    Bug 796788 - strange behaviour in options of multicolumn report
    
    This bug stemmed from the use of GTK_TREE_SORTABLE, the list store
    entries for available reports are not stored as entered but in a sorted
    order. Replaced the use of entry numbers to that of the report guid and
    also used the tree selection to maintain a pointer to the
    selected report. Also separated the updating of the two treeviews so
    selected report position will be maintained.



Summary of changes:
 gnucash/gnome-utils/dialog-options.c               |   2 +-
 gnucash/gtkbuilder/dialog-report.glade             |  33 +++-
 .../report-gnome/dialog-report-column-view.c       | 214 +++++++++++++--------
 3 files changed, 162 insertions(+), 87 deletions(-)



More information about the gnucash-patches mailing list