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

2003-05-29 Thread Benoit Grégoire
> I'm a bit confused here... you did a doxygen update *in the .c file*? I > thought once upon a time the consensus was pretty much to keep the function > documentation in the .h header file, and only there? In my opinion we > should really stick to something like that, because the header file is th

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

2003-05-29 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Dear Benoit, wow, I'm glad to see contributions for more importer modules... especially the log-replay, which has been asked for for as long as I have been with gnucash :-) On Donnerstag, 29. Mai 2003 06:47, Benoit Gr?goire wrote: > * src/engine/gnc-num

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

2002-11-25 Thread Derek Atkins
Christian Stimming <[EMAIL PROTECTED]> writes: > > > At least until we move to the new qif importer and use the generic ui > > > with qif-io-core ;) > > > > Do we have a timeframe for this? We're getting pretty close to the stage > > where we dont want to change anything around but just do bugfixe

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

2002-11-25 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- On Montag, 25. November 2002 22:00, Chris Lyttle wrote: > On Mon, 2002-11-25 at 07:02, Derek Atkins wrote: > > Christian Stimming <[EMAIL PROTECTED]> writes: > > > cancel the druid, none of the 'created accounts' will suddenly show up > > > in the real account tr

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

2002-11-25 Thread Benoit Grégoire
> No I didn't :-) but good that you ask. The dialog-account-pick already > existed in the HBCI module, i.e. I wrote it ~3 months ago by copying > from the qif-importer's dialog-account-picker, and only recently moved > it to a common location. The dialog-account-pick is still being used in > the HB

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

2002-11-25 Thread Chris Lyttle
On Mon, 2002-11-25 at 07:02, Derek Atkins wrote: > Christian Stimming <[EMAIL PROTECTED]> writes: > > > cancel the druid, none of the 'created accounts' will suddenly show up > > in the real account tree. Downside: This is almost impossible to > > implement in a generic way. That's why the qif-imp

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

2002-11-25 Thread Derek Atkins
Christian Stimming <[EMAIL PROTECTED]> writes: > cancel the druid, none of the 'created accounts' will suddenly show up > in the real account tree. Downside: This is almost impossible to > implement in a generic way. That's why the qif-importer will probably > continue to have its own account pick

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

2002-11-25 Thread Christian Stimming
Benoit Gr?goire wrote: Log Message: 2002-11-25 Benoit Grégoire <[EMAIL PROTECTED]> * src/import-export/gnc-gen-transaction.c: Use the more feature complete Account-matcher.h from the generic import module instead of dialog-account-pick.h. Christian, tell me you didn't implement a fou

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

2002-10-18 Thread Derek Atkins
You forgot to add Commodity-matcher.c to the repository: make[4]: *** No rule to make target `Commodity-matcher.c', needed by `Commodity-matcher.lo'. Stop. make[4]: Leaving directory `/home/warlord/src/gnucash-cvs/gnucash/src/import-export' make[3]: *** [all-recursive] Error 1 -derek [EMAIL PR