log widgets/CSVFormatDialog.cpp @ 1348:01778052e663

age author description
Thu, 06 Sep 2018 13:58:09 +0100 Chris Cannam Refactor; the two use-cases of CSVFormatDialog were turning out to be different enough to justify two separate classes import-audio-data
Thu, 06 Sep 2018 11:49:31 +0100 Chris Cannam Support audio-format CSV format selection in dialog import-audio-data
Thu, 28 Jun 2018 14:49:00 +0100 Chris Cannam Handle additional case import-audio-data
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Tue, 07 Jul 2015 17:28:58 +0100 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!
Fri, 22 May 2015 10:42:15 +0100 Chris Cannam Fix crash when importing wide CSV file
Tue, 12 May 2015 12:31:37 +0100 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.