r16911 - gnucash/branches/gda-dev2/src/backend/gda - 1) Count the number of accounts and transactions and use that as a basis
Phil Longstaff
plongstaff at cvs.gnucash.org
Sat Feb 2 17:43:42 EST 2008
Author: plongstaff
Date: 2008-02-02 17:43:41 -0500 (Sat, 02 Feb 2008)
New Revision: 16911
Trac: http://svn.gnucash.org/trac/changeset/16911
Modified:
gnucash/branches/gda-dev2/src/backend/gda/gnc-account-gda.c
gnucash/branches/gda-dev2/src/backend/gda/gnc-backend-gda.c
gnucash/branches/gda-dev2/src/backend/gda/gnc-backend-gda.h
gnucash/branches/gda-dev2/src/backend/gda/gnc-backend-util-gda.c
gnucash/branches/gda-dev2/src/backend/gda/gnc-backend-util-gda.h
gnucash/branches/gda-dev2/src/backend/gda/gnc-book-gda.c
gnucash/branches/gda-dev2/src/backend/gda/gnc-budget-gda.c
gnucash/branches/gda-dev2/src/backend/gda/gnc-commodity-gda.c
gnucash/branches/gda-dev2/src/backend/gda/gnc-lots-gda.c
gnucash/branches/gda-dev2/src/backend/gda/gnc-price-gda.c
gnucash/branches/gda-dev2/src/backend/gda/gnc-recurrence-gda.c
gnucash/branches/gda-dev2/src/backend/gda/gnc-schedxaction-gda.c
gnucash/branches/gda-dev2/src/backend/gda/gnc-slots-gda.c
gnucash/branches/gda-dev2/src/backend/gda/gnc-transaction-gda.c
Log:
1) Count the number of accounts and transactions and use that as a basis
for the percentage saved when saving to a new db. So far, I've only
seen the progress bar show up when the original XML file needed to be
saved.
2) Use "gnc.backend.gda" as the logging module name
3) Change default username/password from "" to NULL (suggested by Mark
Johnson)
More information about the gnucash-patches
mailing list