log widgets/CSVFormatDialog.cpp @ 1280:34394e8c2942 horizontal-scale

age author description
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.
Wed, 11 Mar 2015 13:30:37 +0000 Chris Cannam Build fixes for OS/X cxx11
Tue, 10 Mar 2015 13:22:10 +0000 Chris Cannam More type fixes cxx11
Fri, 03 Oct 2014 15:27:02 +0100 Chris Cannam Handle variable columns by importing all of them (not just the minimum number)
Fri, 03 Oct 2014 15:09:27 +0100 Chris Cannam Add milliseconds as CSV import timing option
Tue, 17 Jun 2014 15:55:27 +0100 Chris Cannam More unsigned/long and warning fixes warnfix_no_size_t
Mon, 07 Apr 2014 10:47:15 +0100 Chris Cannam Make it possible to import CSV files directly into Note layers
Tue, 26 Nov 2013 14:06:40 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Mon, 04 Nov 2013 15:48:05 +0000 Chris Cannam Abbreviate very long text elements in csv file format dialog
Mon, 04 Apr 2011 15:34:34 +0100 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
Mon, 07 Feb 2011 21:07:47 +0000 Chris Cannam * Fix untranslated string
Mon, 19 Jul 2010 17:08:56 +0000 Chris Cannam * Complete the overhaul of CSV file import; now you can pick the purpose for
Fri, 16 Jul 2010 16:51:39 +0000 Chris Cannam * Start revamping the CSV import dialog so as to show a "purpose" for each column.
Thu, 08 Jul 2010 14:22:28 +0000 Chris Cannam * Add option to import time+duration (or time+endtime) from CSV files
Fri, 11 Sep 2009 15:42:32 +0000 Chris Cannam * Add start frame get/set to EditableDenseThreeDimensionalModel and use it
Thu, 26 Feb 2009 14:05:13 +0000 Chris Cannam * Use QDialogButtonBox in format dialog (surprised I missed that one all
Fri, 14 Mar 2008 17:14:21 +0000 Chris Cannam * More work to abstract out interactive components used in the data library,