Commit Graph

5 Commits

Author SHA1 Message Date
Martin Kleusberg
743bdf9941 Fix a few warnings 2015-07-06 22:48:18 +02:00
Peinthor Rene
3ae9808289 use qt int64 type to fix build 2015-04-12 20:11:51 +02:00
Samir Aguiar
ca38995013 csvparser: Add support for old Mac OS line endings
In order to detect the CR characters, the file
must be opened in binary mode, otherwise QFile just
removes them all.

See issue #212.
2015-03-04 21:28:38 +01:00
Peinthor Rene
8d55fd5c48 cvsparse: used wrong var for last row check 2015-02-05 15:58:42 +01:00
Peinthor Rene
97e2025cc9 cvsparser: Newly implemented CSV Parser
Moved parser into it's own class
This parser now proper supports new lines in quoted text
and returns a QVector<QStringList> result.
2014-09-02 18:05:04 +02:00