log widgets/CSVFormatDialog.h @ 1386:fc3d89f88690 spectrogramparam

age author description
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
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.
2011-04-04 Chris Cannam * Cut off column dialog if there are many columns -- allow user to ignore or take values from all columns past a certain number. sv_v1.8
2010-07-19 Chris Cannam * Complete the overhaul of CSV file import; now you can pick the purpose for
2010-07-16 Chris Cannam * Start revamping the CSV import dialog so as to show a "purpose" for each column.
2010-07-08 Chris Cannam * Add option to import time+duration (or time+endtime) from CSV files
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,