gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Apr 25 16:39:58 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/06857982 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/72bcf7f7 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a9108a3a (commit)



commit 06857982788b521da741bfcf1387301c0211e46d
Merge: a9108a3a3 72bcf7f7a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Apr 25 13:36:51 2020 -0700

    Merge Bob Fewell's 'account-notes' into master.

commit 72bcf7f7afa4e00ea577535d049865bb5e172ebf
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Apr 6 16:24:46 2020 +0100

    Fix issue when editing the account tree view notes field
    
    When you try to edit a multiline account notes field in the account
    tree view you end up with just one line with control characters as it
    is being edited with a GtkCellRenderText cell. To fix this I have added
    a new cell renderer based on a text view.



Summary of changes:
 gnucash/gnome-utils/CMakeLists.txt                |   4 +
 gnucash/gnome-utils/gnc-cell-renderer-text-view.c | 160 ++++++++++++++
 gnucash/gnome-utils/gnc-cell-renderer-text-view.h |  57 +++++
 gnucash/gnome-utils/gnc-cell-view.c               | 243 ++++++++++++++++++++++
 gnucash/gnome-utils/gnc-cell-view.h               |  62 ++++++
 gnucash/gnome-utils/gnc-tree-view-account.c       |   3 +-
 gnucash/gnome-utils/gnc-tree-view.c               | 100 +++++++--
 gnucash/gnome-utils/gnc-tree-view.h               |  47 +++++
 8 files changed, 653 insertions(+), 23 deletions(-)
 create mode 100644 gnucash/gnome-utils/gnc-cell-renderer-text-view.c
 create mode 100644 gnucash/gnome-utils/gnc-cell-renderer-text-view.h
 create mode 100644 gnucash/gnome-utils/gnc-cell-view.c
 create mode 100644 gnucash/gnome-utils/gnc-cell-view.h



More information about the gnucash-patches mailing list