2020-06-18 |
Chris Cannam |
Support column headers, with user toggle; also distinguish visibly between tab and general whitespace delimiters
csv-import-headers
|
2019-09-25 |
Chris Cannam |
With duration and two values, propose a box model (value and extent)
time-frequency-boxes
|
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.
|
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
|
2014-06-17 |
Chris Cannam |
More unsigned/long and warning fixes
warnfix_no_size_t
|
2014-04-07 |
Chris Cannam |
Make it possible to import CSV files directly into Note layers
|
2013-11-26 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
2013-11-04 |
Chris Cannam |
Abbreviate very long text elements in csv file format dialog
|
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
|
2011-02-07 |
Chris Cannam |
* Fix untranslated string
|
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
|
2009-09-11 |
Chris Cannam |
* Add start frame get/set to EditableDenseThreeDimensionalModel and use it
|
2009-02-26 |
Chris Cannam |
* Use QDialogButtonBox in format dialog (surprised I missed that one all
|
2008-03-14 |
Chris Cannam |
* More work to abstract out interactive components used in the data library,
|