log main/OSCHandler.cpp @ 2524:1891812e44b2

age author description
Wed, 29 Apr 2020 15:06:53 +0100 Chris Cannam Another too-new Qt API
Wed, 29 Apr 2020 13:28:35 +0100 Chris Cannam Implement exportimage and exportsvg; add some more useful output, esp. when method called with insufficient arguments
Wed, 08 Jan 2020 15:41:46 +0000 Chris Cannam Add layer export of selected region as well as whole layer spectrogram-export
Wed, 08 Jan 2020 15:40:58 +0000 Chris Cannam More comprehensive debug output spectrogram-export
Wed, 08 Jan 2020 15:39:34 +0000 Chris Cannam Replace use of m_abandoning by setting document modified to false spectrogram-export
Tue, 07 Jan 2020 14:32:56 +0000 Chris Cannam setcurrent should use fixed ordering for layers spectrogram-export
Mon, 06 Jan 2020 14:49:48 +0000 Chris Cannam Start work on spectrogram export code spectrogram-export
Thu, 17 Oct 2019 11:13:50 +0100 Chris Cannam Fix #1941 Selecting duration of box doesn't work as expected
Fri, 04 Oct 2019 16:05:08 +0100 Chris Cannam Update to new PaneStack options API time-frequency-boxes
Thu, 04 Jul 2019 14:32:08 +0100 Chris Cannam Updates throughout for ModelById logic by-id
Thu, 28 Mar 2019 14:34:29 +0000 Chris Cannam Add /exportlayer OSC command single-point
Mon, 25 Mar 2019 15:53:03 +0000 Chris Cannam Update command-line parsing; work toward running OSC script in batch osc-script
Mon, 26 Nov 2018 14:35:05 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Thu, 20 Sep 2018 11:45:55 +0100 Chris Cannam ZoomLevel fixes zoom
Thu, 01 Mar 2018 18:02:33 +0000 Chris Cannam Untabify
Mon, 27 Feb 2017 15:07:27 +0000 Chris Cannam Update OSC handler: fix play (which wasn't working because it didn't resume audio driver) and speedup (wrong mapping for the new speed controls), and add more sensible new speed method
Thu, 15 Dec 2016 10:36:41 +0000 Chris Cannam Moving around some UI bits levelpanwidget
Mon, 05 Dec 2016 15:47:40 +0000 Chris Cannam Start incorporating level-pan widgets levelpanwidget
Wed, 20 Apr 2016 12:06:28 +0100 Chris Cannam Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf 3.0-plus-imaf
Tue, 04 Aug 2015 13:27:42 +0100 Chris Cannam Initial work toward switching to bqaudioio library (so as to get I/O, not just O) bqaudioio
Tue, 10 Mar 2015 17:23:45 +0000 Chris Cannam More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least. cxx11
Tue, 10 Mar 2015 13:22:10 +0000 Chris Cannam More type fixes cxx11
Tue, 17 Jun 2014 16:42:51 +0100 Chris Cannam Various size_t etc removals, and compiler warning fixes warnfix_no_size_t
Tue, 11 Mar 2014 18:09:41 +0000 Chris Cannam Update to current state of tonioni and default branches tony_integration
Thu, 05 Dec 2013 10:57:51 +0000 Chris Cannam Merge from default branch, fix build imaf_enc
Tue, 26 Nov 2013 14:17:48 +0000 Chris Cannam Drop std:: from cerr, cout, endl; drop toStdString etc; build fix
Mon, 04 Nov 2013 17:15:52 +0000 Chris Cannam IMAF load code from Jesus Corral Garcia imaf_enc
Mon, 30 Jan 2012 16:01:21 +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)
Tue, 14 Jun 2011 15:27:30 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Tue, 14 Jun 2011 14:50:08 +0100 Chris Cannam Merge from debug-output branch
Mon, 16 May 2011 17:19:56 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 12 May 2011 17:32:07 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Wed, 11 May 2011 11:05:10 +0100 Chris Cannam Use new write mode option for WavFileWriter
Tue, 03 Mar 2009 21:48:03 +0000 Chris Cannam * "ffwd-similar"
Mon, 02 Mar 2009 14:29:14 +0000 Chris Cannam * Add Zoom to Fit to OSC commands
Wed, 12 Mar 2008 18:02:17 +0000 Chris Cannam * Move plugin/transform to plain transform. This way transform can depend on
Wed, 12 Mar 2008 17:42:56 +0000 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
Wed, 27 Feb 2008 11:59:42 +0000 Chris Cannam * Merge from trunk spectrogram-cache-rejig
Wed, 27 Feb 2008 10:32:45 +0000 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
Wed, 23 Jan 2008 15:43:27 +0000 Chris Cannam * Various fixes to object lifetime management, particularly in the spectrum
Fri, 07 Dec 2007 16:47:31 +0000 Chris Cannam * Merge from transforms branch -- switch over to using Transform object
Thu, 22 Nov 2007 14:13:20 +0000 Chris Cannam * Pull out MainWindow::handleOSCMessage() into a separate file