gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Mon Nov 25 14:26:35 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/574d1a99 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8afbe897 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/789339c4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3ac44012 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d50d3de8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/161bb5f6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/6c3b24a9 (commit)



commit 574d1a99f21a3b9af58515bc869f7426e15ad7d6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Aug 23 15:06:05 2019 +0100

    Add warning label in Import Account Matcher for Commodity
    
    When an account is selected for matching the incoming source, at the
    moment any account can be selected apart from a place holder account.
    If the required commodity is passed in, display a warning if the
    selected account is a different commodity and disable the OK button.

commit 8afbe8977249f221c2ad9f93dbd66fa693b000c1
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Aug 23 14:51:34 2019 +0100

    Change image from a stock to an icon name

commit 789339c4b7be0281cfaa8afca038ccac8d4d45d9
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Aug 23 14:44:55 2019 +0100

    Set ellipsis on Memo column of import matcher
    
    On first load the Description and Memo columns are set to the width of
    the longest piece of text which can force the Info column out of site
    so add the 'ellipsize end' to the memo column which will help keep the
    info column in view.

commit 3ac440121d51cc5d6128482e926b84c64dc2cc67
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Aug 23 14:35:36 2019 +0100

    Info column in matcher looks odd if other columns are resized
    
    The Info column has a cell_render_pixbuf and a cell_render_text aligned
    to the left. If the info column is made larger, the text does not keep
    to the left so split them into there own columns.

commit d50d3de8b54e2ced3bb53956b0769a59e3818192
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Aug 23 14:20:56 2019 +0100

    Remove a vertical black line from import matcher
    
    When change a row to skipping it, a pixbuf is created with just a
    vertical black line and looks odd. There is no reason to create a
    pixbuf so change the value in the store to NULL. Do the same when
    the 'match missing' is displayed.

commit 161bb5f65d1d18ee24fac1ed8cbc282345f0dd43
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Aug 23 14:09:27 2019 +0100

    Change import-main-matcher to display matched information
    
    Change the import-main-matcher tree view to use a tree store and add
    the matched information as a child row.



Summary of changes:
 common/debug/valgrind/valgrind-compiz.supp     | 919 +++++++++++++++++++++++++
 gnucash/gtkbuilder/dialog-import.glade         |  50 +-
 gnucash/import-export/import-account-matcher.c |  74 +-
 gnucash/import-export/import-account-matcher.h |   4 +-
 gnucash/import-export/import-main-matcher.c    | 291 +++++---
 5 files changed, 1227 insertions(+), 111 deletions(-)
 create mode 100644 common/debug/valgrind/valgrind-compiz.supp



More information about the gnucash-patches mailing list