AUDIT: r17245 - gnucash/trunk/src - The following changes are included:

Charles Day cedayiv at cvs.gnucash.org
Mon Jun 23 14:46:35 EDT 2008


Author: cedayiv
Date: 2008-06-23 14:46:34 -0400 (Mon, 23 Jun 2008)
New Revision: 17245
Trac: http://svn.gnucash.org/trac/changeset/17245

Modified:
   gnucash/trunk/src/gnome/dialog-progress.c
   gnucash/trunk/src/gnome/dialog-progress.h
   gnucash/trunk/src/gnome/glade/progress.glade
   gnucash/trunk/src/import-export/qif-import/druid-qif-import.c
   gnucash/trunk/src/import-export/qif-import/qif-file.scm
   gnucash/trunk/src/import-export/qif-import/qif-import.scm
   gnucash/trunk/src/import-export/qif-import/qif-parse.scm
   gnucash/trunk/src/import-export/qif-import/qif-to-gnc.scm
   gnucash/trunk/src/import-export/qif-import/qif-utils.scm
   gnucash/trunk/src/import-export/qif-import/qif.glade
   gnucash/trunk/src/scm/string.scm
Log:
The following changes are included:
-Add many new features to the progress dialog API, including support for n levels of suboperations. Fully compatible with existing code.
-Add doxygen documentation for the progress dialog API (none previously existed).
-Add a progress bar page to the QIF importer with pause and cancel functions for the loading and parsing phases.
-Log loading and parsing error messages on the page instead of using popups, which resolves bug #309359.
-Add a pair of new procedures to the library of Scheme string routines.
-Finally, some miscellaneous QIF importer clean up.
BP




More information about the gnucash-patches mailing list