CVS update: gnucash/src/import-export/qif-import

Derek Atkins warlord@linas.org
Wed, 5 Jun 2002 16:59:10 -0500 (CDT)


Date:	Wednesday June 5, 2002 @ 16:59
Author:	warlord

Update of /home/cvs/cvsroot/gnucash/src/import-export/qif-import
In directory www.linas.org:/tmp/cvs-serv17268/src/import-export/qif-import

Modified Files:
	qif-merge-groups.scm 
Log Message:
	Integration of the new Query subsystem, to replace the old Query
	infrastructure.  This also replaces the old "Find Transaction"
	dialog with the new gnome-search dialog.  Registers, Reports, SXs,
	etc. all test out fine.  Integration with SQL has been "done"
	(i.e. it compiles cleanly) but not "tested."  Lots of the old code
	is still there, but #ifdef'ed out.  That code will go away
	shortly.

	There is only one known loss-of-functionality: the query->xml-v1
	converter was not re-implemented.  The current intention is, if
	this functionality is required, to use the query->scm converter
	and then convert the scm->string and insert that into an XML
	document.

	Fix a Transaction Void bug.
	
	Fix a few bugs in test code.