gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sun Oct 6 12:49:49 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/1eb22c09 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/945a3349 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3dfb90b3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/71e73007 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/adb75f79 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4b1ac6fa (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b9bc1986 (commit)
	from  https://github.com/Gnucash/gnucash/commit/fa66f0fa (commit)



commit 1eb22c098f671424e5f25976632715b93aee6534
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Sat Sep 28 20:17:58 2019 -0500

    move logic out budget_col_source for performance

commit 945a3349c07af755362ea6c5998ad4101c32d6a9
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Sat Sep 28 20:17:11 2019 -0500

    add "selected" color to flag renderer

commit 3dfb90b332b4e2b40fe085c43cac8766010b5897
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Sat Jun 1 20:17:30 2019 -0500

    [budget] Add tooltips to cells with notes

commit 71e73007fcce7df0100019e300ca1e058f0b89e8
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Thu May 30 21:57:17 2019 -0500

    Bug 693180 - Add notes to budgeting values
    
    Adds functionality to budget register to enter notes on each
    budget
    + dialog to enter/edit/view note for cell
    + paint a flag in the cell to mark
    when it has a note attached

commit adb75f791c66a34ec8ec6d58306d58f1689b2576
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Sat Jun 1 19:19:44 2019 -0500

    Create a cellrenderer with flag
    
    Add utility CellRendererTextFlag which extends the
    std renderer to allow to flag a cell with a color triangle
    in the top right corner.

commit 4b1ac6fa136e4354ca9bf68605ce99b6a0f98cab
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Thu May 30 21:56:35 2019 -0500

    [budget] Add 'notes' functionality to engine
    
    Add ability to save notes on each budget value (account/period).

commit b9bc1986f3775e8d7ca5f9a8aadd688dd1a7167e
Author: Adrian Panella <ianchi74 at outlook.com>
Date:   Fri May 31 19:15:12 2019 -0500

    [budget] remove unused code/variables



Summary of changes:
 gnucash/gnome-utils/CMakeLists.txt                |   2 +
 gnucash/gnome-utils/gnc-cell-renderer-text-flag.c | 274 ++++++++++++++++++++++
 gnucash/gnome-utils/gnc-cell-renderer-text-flag.h |  65 +++++
 gnucash/gnome-utils/gnc-tree-view-account.c       |  19 +-
 gnucash/gnome-utils/gnc-tree-view-account.h       |   6 +-
 gnucash/gnome/gnc-budget-view.c                   |  80 ++++++-
 gnucash/gnome/gnc-plugin-page-budget.c            |  89 ++++++-
 gnucash/gnucash-fallback-310.css                  |   1 -
 gnucash/gtkbuilder/gnc-plugin-page-budget.glade   | 115 +++++++++
 gnucash/ui/gnc-plugin-page-budget-ui.xml          |   5 +
 libgnucash/engine/gnc-budget.c                    |  54 +++++
 libgnucash/engine/gnc-budget.h                    |   7 +
 po/POTFILES.in                                    |   1 +
 13 files changed, 702 insertions(+), 16 deletions(-)
 create mode 100644 gnucash/gnome-utils/gnc-cell-renderer-text-flag.c
 create mode 100644 gnucash/gnome-utils/gnc-cell-renderer-text-flag.h



More information about the gnucash-patches mailing list