log main/MainWindow.cpp @ 962:ac144f0815a2

age author description
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