Menu

Commit [r1076]  Maximize  Restore  History

- Implemented importing of ASCII files as numeric columns. Closes bug #2653763.

In contrast to SciDAVis 0.1.x, global decimal separator preference is never
used for this (i.e, "use custom decimal separator" is always assumed); and
the default locale used for ASCII import is "C". Rationale: Most applications
and programming languages use "C" conventions for dumping numbers, not
localized strings.
- Added "numeric data" option in place of "use custom decimal separator".
By default, this option is disabled, giving the same behaviour as in
SciDAVis 0.2.0 (so you get a faithful replica of the file, even if it
contains text or date/time data). By enabling it, you get the same
behaviour as in SciDAVis 0.1.x, which is useful if you're working with lots
of numeric data (assumed to be a common use case).

knut_f 2009-03-07

changed /branches/current_stable/scidavis/src/ApplicationWindow.cpp
changed /branches/current_stable/scidavis/src/ApplicationWindow.h
changed /branches/current_stable/scidavis/src/ImportASCIIDialog.cpp
changed /branches/current_stable/scidavis/src/ImportASCIIDialog.h
changed /branches/current_stable/scidavis/src/Table.cpp
changed /branches/current_stable/scidavis/src/Table.h
changed /branches/current_stable/scidavis/src/future/core/datatypes/String2DoubleFilter.h
changed /branches/current_stable/scidavis/src/future/table/AsciiTableImportFilter.cpp
changed /branches/current_stable/scidavis/src/future/table/AsciiTableImportFilter.h
/branches/current_stable/scidavis/src/ApplicationWindow.cpp Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/ApplicationWindow.h Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/ImportASCIIDialog.cpp Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/ImportASCIIDialog.h Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/Table.cpp Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/Table.h Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/future/core/datatypes/String2DoubleFilter.h Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/future/table/AsciiTableImportFilter.cpp Diff Switch to side-by-side view
Loading...
/branches/current_stable/scidavis/src/future/table/AsciiTableImportFilter.h Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.