log framework/MainWindowBase.cpp @ 303:b6358ba5ebc6 tonioni

age author description
Wed, 04 Dec 2013 19:40:24 +0000 Chris Cannam Add non-SV-preference types tonioni
Wed, 04 Dec 2013 18:22:28 +0000 Chris Cannam Make the default zoom level somewhat configurable tonioni
Tue, 26 Nov 2013 14:39:57 +0000 Chris Cannam Merge from default branch tonioni
Tue, 26 Nov 2013 14:14:25 +0000 Chris Cannam Drop toStdString() and toLocal8Bit().data(), with debug header we can stream QStrings
Tue, 26 Nov 2013 14:12:50 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Fri, 22 Nov 2013 10:41:36 +0000 Chris Cannam Merge from default branch tonioni
Wed, 09 Oct 2013 14:56:20 +0100 Chris Cannam Add CSVFile option
Fri, 12 Jul 2013 13:26:41 +0100 Chris Cannam Merge from the default branch tonioni
Tue, 09 Jul 2013 11:44:51 +0100 Chris Cannam Add dedicated signal for ability to change template
Sat, 13 Apr 2013 20:03:40 +0100 gyorgyf sample playback problems tonioni
Tue, 26 Mar 2013 16:56:39 +0000 matthiasm fix to work with FlexiNote... tonioni
Tue, 26 Mar 2013 14:47:08 +0000 matthiasm added references to new FlexiNote layer and model tonioni
Mon, 02 Jul 2012 12:45:38 +0100 Chris Cannam Add canReplaceMainAudio indicator signal sv_v2.0
Fri, 22 Jun 2012 09:26:09 +0100 Chris Cannam Ensure that file load is actually cancelled when user hits Cancel! (fixing SV bug #487)
Mon, 30 Jan 2012 16:02:14 +0000 Chris Cannam Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
Wed, 18 Jan 2012 18:13:25 +0000 Chris Cannam Move X11 stuff here, from svcore
Mon, 17 Oct 2011 14:33:57 +0100 Chris Cannam Add setDefaultSessionTemplate
Fri, 07 Oct 2011 17:06:08 +0100 Chris Cannam Debug output only
Wed, 29 Jun 2011 09:57:36 +0100 Chris Cannam Fix compile error (bad merge! oops)
Sun, 26 Jun 2011 19:53:34 +0100 Chris Cannam Merge from branch "templating"
Tue, 14 Jun 2011 15:27:12 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Mon, 23 May 2011 16:12:29 +0100 Chris Cannam Pull the default session template directly from settings, instead of storing it templating
Tue, 17 May 2011 17:04:22 +0100 Chris Cannam Split out openSessionTemplate with template name argument rather than FileSource templating
Mon, 16 May 2011 17:19:40 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 12 May 2011 17:31:56 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Wed, 11 May 2011 13:49:21 +0100 Chris Cannam Break out openSessionTemplate into its own method, so as to ensure it doesn't do any of that stuff like setting the session save path or last loaded-from location templating
Wed, 11 May 2011 12:23:55 +0100 Chris Cannam When saving a session as a template, use the silent.wav placeholder instead of the main model templating
Tue, 10 May 2011 19:37:45 +0100 Chris Cannam Don't add templates to Recent Files templating
Tue, 10 May 2011 13:58:08 +0100 Chris Cannam Add saveSessionTemplate method templating
Mon, 09 May 2011 16:55:47 +0100 Chris Cannam Don't unbundle templates; open directly from bundle (but allow user's own copy to take priority). Also use .svt for templates templating
Mon, 09 May 2011 11:56:24 +0100 Chris Cannam Store default template name in MainWindowBase templating
Wed, 27 Apr 2011 14:46:06 +0100 Chris Cannam Add ReplaceSession open mode for audio files, which discards the session templating
Wed, 27 Apr 2011 11:33:48 +0100 Chris Cannam Merge from default branch templating
Thu, 14 Apr 2011 15:21:41 +0100 Chris Cannam Use briefer filename for import command name
Tue, 29 Mar 2011 17:56:32 +0100 Chris Cannam Use TempWriteFile when saving session files, to avoid clobbering until file save complete sv_v1.8
Fri, 04 Feb 2011 14:31:33 +0000 Chris Cannam * Add Paste at Playback Position function
Mon, 25 Oct 2010 11:11:33 +0200 Chris Cannam Merge
Sun, 24 Oct 2010 17:39:00 +0200 Chris Cannam * Add function to toggle all time ruler display on and off at once
Fri, 15 Oct 2010 12:08:34 +0100 Dan Stowell MainWindowBase::openAudio gets a template argument, loaded from a qt resource if exists templating
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
Tue, 15 Jun 2010 10:39:06 +0000 Chris Cannam * Ensure solo works correctly when switching to a waveform that was
Tue, 05 Jan 2010 15:57:34 +0000 Chris Cannam * Fix crash on play after New Session
Thu, 22 Oct 2009 15:54:21 +0000 Chris Cannam * Layer data editor window: fix sorting for columns in region model, sv-v1.7.1
Thu, 15 Oct 2009 10:50:43 +0000 Chris Cannam * RDF importer: Features that are on different timeline URIs should go
Fri, 02 Oct 2009 13:56:10 +0000 Chris Cannam * Big improvements to editing behaviour in note and region models sv-v1.7
Mon, 28 Sep 2009 10:39:13 +0000 Chris Cannam * Add "Insert Item at Selection" (wording could be improved!)
Wed, 23 Sep 2009 11:19:43 +0000 Chris Cannam * If, when a model is removed from a layer, it is found that the only
Thu, 27 Aug 2009 16:31:45 +0000 Chris Cannam * Offer the user a chance to answer our survey (only once, and only after
Fri, 14 Aug 2009 14:01:09 +0000 Chris Cannam * Fix crash on exit on win32. This was caused by incorrectly using fftw_free()
Mon, 29 Jun 2009 13:06:49 +0000 Chris Cannam * Back out change from r1565, which may have been appropriate for sv-v1.6
Tue, 09 Jun 2009 13:03:06 +0000 Chris Cannam * update to putative segmenter program
Thu, 19 Mar 2009 15:50:59 +0000 Chris Cannam * Avoid resizing the window on file load to larger than the available screen
Tue, 03 Mar 2009 21:48:03 +0000 Chris Cannam * "ffwd-similar"
Fri, 27 Feb 2009 13:33:16 +0000 Chris Cannam * Activity log updates
Thu, 26 Feb 2009 10:49:08 +0000 Chris Cannam * Handle zero-velocity note ons as well as note offs (can't believe I
Wed, 25 Feb 2009 11:15:22 +0000 Chris Cannam * Somewhat better MIDI-based time instant timing
Tue, 24 Feb 2009 17:25:55 +0000 Chris Cannam * rtmidi & activity updates
Mon, 23 Feb 2009 17:50:17 +0000 Chris Cannam * Wire up MIDI input port (as far as printing a message when an event comes
Thu, 12 Feb 2009 15:26:43 +0000 Chris Cannam * Some fairly simplistic code to set up layer type properties based on