Add a per-account "hidden" flag, and update the accounts page and the

account quickfill to respect this flag.  Also flip the "hide zero
balance" flag to a "show zero balance" flag for symmetry.  Implements
87077.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13785 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-04-15 03:52:44 +00:00
parent e1fdd98f98
commit 39fad14808
10 changed files with 365 additions and 174 deletions
+11
View File
@@ -1,5 +1,16 @@
2006-04-14 David Hampton <hampton@employees.org>
* src/register/ledger-core/split-register-load.c:
* src/gnome-utils/gnc-tree-view-account.[ch]:
* src/gnome-utils/dialog-account.c:
* src/gnome/gnc-plugin-page-account-tree.c:
* src/gnome/glade/account.glade:
* src/gnome/gnc-plugin-page-budget.c:
* src/engine/Account.[ch]: Add a per-account "hidden" flag, and
update the accounts page and the account quickfill to respect this
flag. Also flip the "hide zero balance" flag to a "show zero
balance" flag for symmetry. Implements 87077.
* src/gnome/gnc-plugin-page-account-tree.c: Allow the account tree
view callback to run in addition the the page callback. Fixes
303995.