Revision 1211724

Go back to digest for 9th January 2011

Features in Office

Allan Anderson committed changes in /trunk/extragear/office/kmymoney/kmymoney/plugins/csvimport:

Wish-list Items:
Addition of UI text delimiter (" or ').
Addition of handling of line breaks within payee and memo fields.
Addition of handling of amount sign via a code in another field.

Bug fixes:
A much as possible, I've tried to preserve the user's column choices. With further testing and
live work, it was found that column choices from one file, could, in some circumstances, adversely
affect a following file having a different format. This in two cases led to KMM crashing or stack
corruption, through indexes going out of range. It was necessary to drop the preservation of memo
column settings between files, as the memo field is optional and not guaranteed to be wanted for
the following file. Also, better range checking of column choices.
Improved detection of conflicting columns during repeated changing of selections.
A couple of translation issues addressed.

Improvement:
Allow dates with no separators to be handled.
Tidy up

File Changes

Modified 18 files
  • /trunk/extragear/office/kmymoney/kmymoney/plugins/csvimport
  •   /convdate.cpp
  •   /convdate.h
  •   /csvdatetest.cpp
  •   /csvimporterdlg.cpp
  •   /csvimporterdlgdecl.ui
  •   /csvimporterplugin.cpp
  •   /csvprocessing.cpp
  •   /csvprocessing.h
  •   /csvutil.cpp
  •   /csvutil.h
  •   /investmentdlg.cpp
  •   /investmentdlg.h
  •   /investmentdlgdecl.ui
  •   /investprocessing.cpp
  •   /investprocessing.h
  •   /redefinedlg.cpp
  •   /redefinedlg.h
  •   /redefinedlgdecl.ui
18 files changed in total