r17385 - gnucash/branches/2.2 - [r17324] Bug #129099: Add option to toggle between full account path and leaf name in registers.

Andreas Köhler andi5 at cvs.gnucash.org
Tue Jul 22 18:33:48 EDT 2008


Author: andi5
Date: 2008-07-22 18:33:47 -0400 (Tue, 22 Jul 2008)
New Revision: 17385
Trac: http://svn.gnucash.org/trac/changeset/17385

Modified:
   gnucash/branches/2.2/AUTHORS
   gnucash/branches/2.2/src/app-utils/gnc-ui-util.c
   gnucash/branches/2.2/src/app-utils/gnc-ui-util.h
   gnucash/branches/2.2/src/business/business-ledger/gncEntryLedger.c
   gnucash/branches/2.2/src/business/business-ledger/gncEntryLedgerModel.c
   gnucash/branches/2.2/src/core-utils/gnc-gconf-utils.h
   gnucash/branches/2.2/src/gnome-utils/account-quickfill.c
   gnucash/branches/2.2/src/gnome-utils/glade/preferences.glade
   gnucash/branches/2.2/src/gnome/schemas/apps_gnucash_general.schemas.in
   gnucash/branches/2.2/src/register/ledger-core/split-register-control.c
   gnucash/branches/2.2/src/register/ledger-core/split-register-model.c
   gnucash/branches/2.2/src/register/ledger-core/split-register.c
Log:
[r17324] Bug #129099: Add option to toggle between full account path and leaf name in registers.

* Introduce new property show_full_account_names to the schema
  general/register to toggle between full account path and leaf name
* Configuration in Preferences dialog  ("Register Defaults")
* Convenience functions gnc_get_account_name_for_register() and
  gnc_account_lookup_for_register() return the proper values depending on the
  configurations.
* Ledgers and registers use the new functions for displaying account names
  (applies also to business-ledger)
* account-quickfill uses gnc_get_account_name_for_register() and listens to
  gconf property

Patch from Christoph Ernst.




More information about the gnucash-patches mailing list