[Kexi-devel] koffice/kexi
Jaroslaw Staniek
js at iidea.pl
Wed Jan 11 18:03:02 CET 2006
SVN commit 496992 by staniek:
CSV Import Dialog
- optimalization for large data: only about 100 rows are loaded for preview
- progress dialog added on dialog creation (opening can be cancelled)
- layout fixes
- missing column with primary key is added if user wants it
- optimized importing large (many thousands of rows) tables:
GUI is not used to store entire table before importing;
only current record is kept in memory buffer
- progress dialog added on importing (importing can be cancelled)
CCMAIL:kexi-devel at kde.org
M +7 -9 core/kexiprojectdata.cpp
M +30 -3 doc/dev/CHANGELOG-Kexi-js
M +6 -0 doc/dev/TODO-Kexi-js
M +4 -0 doc/dev/settings.txt
M +4 -2 formeditor/widgetpropertyset.cpp
M +6 -0 kexidb/cursor.cpp
M +1 -0 kexidb/preparedstatement.cpp
M +6 -0 kexidb/queryschema.cpp
M +6 -6 kexiutils/utils.cpp
M +3 -3 kexiutils/utils.h
M +1 -1 kexiutils/utils_p.h
M +534 -401 plugins/importexport/csv/kexicsvimportdialog.cpp
M +40 -35 plugins/importexport/csv/kexicsvimportdialog.h
More information about the Kexi-devel
mailing list