gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue Sep 2 09:29:14 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/87654e69 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ac1990fc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/61cd3f11 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/904afd8b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0a394c5b (commit)
	from  https://github.com/Gnucash/gnucash/commit/8d9b3c7c (commit)



commit 87654e69f6ed4e13ffacce4348ccd2e814832636
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Sep 2 14:50:32 2014 +0200

    Bug 434462 - register color don't work correct with system theme color - Part 2
    
    This commit fixes this for (business) entry ledgers.

commit ac1990fc9d0f67beb03a8e132c65031d20a0138d
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Aug 30 17:39:49 2014 +0200

    Bug 434462 - register color don't work correct with system theme color - Part 1
    
    This commit fixes this for ordinary registers. Entry ledgers (business) aren't handled yet.

commit 61cd3f1106c4549fcad404aa7eeef463a014a93e
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Aug 30 16:09:01 2014 +0200

    Rename enum elements to make room for foreground equivalents

commit 904afd8bd517f20897883200feb0b821d0407b8f
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Aug 30 15:51:22 2014 +0200

    Refactor register color functions to reduce duplication

commit 0a394c5bba98b54011777668f3f8226b5962af6c
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Aug 30 12:24:32 2014 +0200

    Bug 711440 - Tab labels have different background colour than containing gui element



Summary of changes:
 src/business/business-ledger/gncEntryLedger.h      |  11 -
 src/business/business-ledger/gncEntryLedgerModel.c |  94 +++++--
 src/gnome-utils/gnc-main-window.c                  | 155 +++++------
 src/gnome-utils/gnc-plugin-page.c                  |   3 +-
 src/register/ledger-core/split-register-model.c    | 302 ++++++++-------------
 src/register/ledger-core/split-register-model.h    |  12 -
 src/register/ledger-core/split-register.h          |  14 -
 src/register/register-core/table-allgui.c          |  59 ++--
 src/register/register-core/table-allgui.h          |  88 ++++++
 src/register/register-gnome/gnucash-grid.c         |  24 +-
 src/register/register-gnome/gnucash-header.c       |  10 +-
 src/register/register-gnome/gnucash-item-edit.c    |   6 +-
 src/register/register-gnome/gnucash-sheet.c        |  61 ++++-
 13 files changed, 445 insertions(+), 394 deletions(-)



More information about the gnucash-patches mailing list