log main/MainWindow.cpp @ 983:9ae8a300cf7f

age author description
Wed, 10 Jun 2015 13:13:39 +0100 Chris Cannam Report error if transform fails (during operation, rather than at start as was already reported)
Fri, 22 May 2015 09:17:52 +0100 Chris Cannam Add half-wave rectification option to Colour 3D Plot layer
Thu, 14 May 2015 15:40:37 +0100 Chris Cannam Merge from branch scalable-icons osx-retina
Tue, 12 May 2015 14:24:33 +0100 Chris Cannam Copyright date
Wed, 06 May 2015 10:08:28 +0100 Chris Cannam Experiment with loading SVGs scalable-icons
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 17:02:52 +0000 Chris Cannam Further dedicated-types fixes cxx11
Wed, 04 Mar 2015 13:53:42 +0000 Chris Cannam Now builds with current svcore; next, try it again with -Wconversion in svgui, svapp, and sonic-visualiser cxx11
Mon, 02 Mar 2015 17:20:24 +0000 Chris Cannam Specify UTF-8 encoding when writing XML formats -- the XML header always indicated UTF-8 but the QTextStream defaulted to local encoding which is generally not UTF-8 on Windows
Fri, 16 Jan 2015 17:02:55 +0000 Chris Cannam Fix arg in string
Thu, 04 Dec 2014 14:48:19 +0000 Chris Cannam Quick hack at a multiplex option for transform input (see #1108)
Mon, 01 Dec 2014 16:31:40 +0000 Chris Cannam Start work on unit converter
Wed, 10 Sep 2014 09:54:49 +0100 Chris Cannam Pull across beta bits from prior beta branch 2.4beta2 sv_v2.4beta2
Tue, 09 Sep 2014 16:33:52 +0100 Chris Cannam Use openPath instead of open() when opening local file or URL (for progress indicator). I think I didn't realise this distinction between the two functions, which formerly were both named open().
Wed, 03 Sep 2014 12:36:11 +0100 Chris Cannam Fix dead code; fix previous fix to midi insertion logic
Wed, 03 Sep 2014 09:35:03 +0100 Chris Cannam Return seems to work better than Enter here
Wed, 03 Sep 2014 09:19:55 +0100 Chris Cannam Fix incoherent logic for what happens if MIDI arrives while no suitable layer is current (from coverity scan)
Wed, 03 Sep 2014 09:17:01 +0100 Chris Cannam Fix local declaration hiding outer scope, which caused export-multiple to export a single file as well as the multiple one (from coverity scan)
Tue, 02 Sep 2014 16:06:41 +0100 Chris Cannam Restore the old prev/next layer commands (that were never enabled because they didn't work) using the new fixed order layer list (so they now do work)
Mon, 01 Sep 2014 15:55:28 +0100 Chris Cannam Fix #1039 (Menu bar missing, under Ubuntu with Gnome 3)
Thu, 14 Aug 2014 09:11:44 +0100 Chris Cannam Show beta version 2.4beta1
Wed, 13 Aug 2014 21:37:25 +0100 Chris Cannam Beta release dialog 2.4beta1
Wed, 13 Aug 2014 16:43:15 +0100 Chris Cannam Give some dialogs their proper parents
Wed, 13 Aug 2014 16:18:25 +0100 Chris Cannam If current pane has the main model in it as a waveform, use that for the pan layer even if it isn't the top layer in the pane
Wed, 13 Aug 2014 16:10:36 +0100 Chris Cannam Remove model from pan layer when it's about to be deleted, fixing #1035
Wed, 13 Aug 2014 16:09:11 +0100 Chris Cannam Tidy
Wed, 13 Aug 2014 12:34:45 +0100 Chris Cannam Debug out
Wed, 13 Aug 2014 09:53:42 +0100 Chris Cannam Call finaliseMenus again each time the pane/layer menus are reworked