10 Commits

Author SHA1 Message Date
Chris Crook
7a47be23a7 Fix to handling of double precision values, and improved test cases for this 2013-05-26 14:44:23 +12:00
Chris Crook
bdcc01e9f9 Adding CSVT file reading - using CSVT file alongside data file to determine field types 2013-05-25 10:19:47 +12:00
Chris Crook
cbc014edbf Adding missing test data files 2013-05-21 18:44:24 +12:00
Chris Crook
b501c9a133 Error message fixes and more regexp testing 2013-04-18 19:59:34 +12:00
Chris Crook
5e4f4f73ba More testing and bug fixes
Regular expression delimiter:  fixed non-intuitive behaviour of not
including capture groups in the returned fields, and improved behaviour
for anchored regular expressions.  Added test cases for handling of
regular expressions.

File encoding: Selected file encoding was being ignored.  Fixed and
added test cases for file encoding.

Bad formatted quoting: Fixed handling of badly formatted quotes (eg
unclosed quotes).  Added test case.

Field names: Where a file had duplicate or blank field names it was
not possible to reliably set the names of X,Y,WKT fields.  Relocated
field name handling to simpler common code in QgsDelimitedTextFile, with
automatic renaming of fields with ambiguous or missing names.  Add test
case for field renaming

User interface fixes: Fixed tooltip and other messages throughout.
Changed encoding combo box to be alphabetically sorted. Fixed data
sample to be refreshed when encoding changed.
2013-04-18 14:49:58 +12:00
Chris Crook
1e8304be77 Fix for handling of numeric columns with comma for decimal point (bug #6719) 2013-04-16 14:16:14 +12:00
Chris Crook
d95cee3341 Added DMS functionality, fixed source code indenting 2013-04-15 11:52:37 +12:00
Chris Crook
aac902a764 Tests completed successfully 2013-04-14 10:26:33 +12:00
Chris Crook
d124732fc4 Test development continuing 2013-04-13 18:47:32 +12:00
Chris Crook
ebe0406875 WIP 2013-04-12 10:34:48 +12:00