log widgets/CSVFormatDialog.cpp @ 1452:8b7f797bca86 single-point

age author description
2019-01-09 Chris Cannam Support changing the separator (if more than one plausible one is found) and repopulating the dialog
2018-09-06 Chris Cannam Refactor; the two use-cases of CSVFormatDialog were turning out to be different enough to justify two separate classes import-audio-data
2018-09-06 Chris Cannam Support audio-format CSV format selection in dialog import-audio-data
2018-06-28 Chris Cannam Handle additional case import-audio-data
2018-03-01 Chris Cannam Untabify
2015-07-07 Chris Cannam Major fix to bug in handling of fuzzy column in CSV import (introduced since the last release) which meant that col 6 of a wide CSV would go missing completely!
2015-05-22 Chris Cannam Fix crash when importing wide CSV file
2015-05-12 Chris Cannam Address #1214, layer import produces wrong layer type. We needed a more principled approach to making sure the format gets updated properly and the dialog elements are consistent (basically separating making the dialog elements consistent from subsequently updating the format). This change should provide that, though there may be gotchas still.