gnucash unstable: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat Mar 31 11:20:08 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/d6a5cc9f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/255d7194 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f0c03a78 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6c43c3af (commit)
	from  https://github.com/Gnucash/gnucash/commit/f910d931 (commit)



commit d6a5cc9febf2bd516640a0257b233235dfd4fd35
Merge: f910d93 255d719
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Mar 31 17:09:45 2018 +0200

    Merge branch 'imap-editor-fix' of https://github.com/Bob-IT/gnucash into unstable

commit 255d7194d82b02041d22358198e54297954bdf06
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Mar 29 17:57:24 2018 +0100

    Fix the gtests for the changes made to ImapInfo structure

commit f0c03a7885eb183d4f9657d9e110d2928a0d3131
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Mar 29 17:43:59 2018 +0100

    Speed up loading of the Imap Editor Treeview
    
    Drop the model before loading the treeview and then create a new filter
    model and add that back to the treeview after populating the model.

commit 6c43c3afe016ee55a5ff44793967d9b52aac6fe6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Mar 29 17:32:57 2018 +0100

    Fix Imap Editor to reflect the changes in kvp paths
    
    There were several problems that broke the Imap Editor that have been
    fixed due to kvp changes. The import-map-bayes entries were being added
    to the tree view based on the number token entries squared. Retrieving
    import-map entries resulted in an empty list and also deleting entries
    from the tree view failed.



Summary of changes:
 gnucash/gnome/dialog-imap-editor.c          | 108 +++++++++++++++------------
 gnucash/gtkbuilder/dialog-imap-editor.glade |  11 ++-
 libgnucash/engine/Account.cpp               | 110 +++++++++++++++-------------
 libgnucash/engine/Account.h                 |  15 ++--
 libgnucash/engine/qofinstance-p.h           |   6 +-
 libgnucash/engine/qofinstance.cpp           |  11 ++-
 libgnucash/engine/test/gtest-import-map.cpp |   3 +-
 7 files changed, 151 insertions(+), 113 deletions(-)



More information about the gnucash-patches mailing list