log widgets/CSVFormatDialog.cpp @ 995:7dcd03517685 bqaudioio

age author description
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.
2015-03-11 Chris Cannam Build fixes for OS/X cxx11
2015-03-10 Chris Cannam More type fixes cxx11
2014-10-03 Chris Cannam Handle variable columns by importing all of them (not just the minimum number)
2014-10-03 Chris Cannam Add milliseconds as CSV import timing option