Wed, 03 Sep 2014 09:21:05 +0100 |
Chris Cannam |
Fix uninitialised bool
|
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:30:24 +0100 |
Chris Cannam |
Small text fix
|
Tue, 02 Sep 2014 16:29:59 +0100 |
Chris Cannam |
Update CHANGELOG
|
Tue, 02 Sep 2014 16:18:26 +0100 |
Chris Cannam |
Add const version of this accessor
|
Tue, 02 Sep 2014 16:14:22 +0100 |
Chris Cannam |
Use getInteractionLayer for immediate interactions, rather than getSelectedLayer (which may be invisible)
|
Tue, 02 Sep 2014 16:12:40 +0100 |
Chris Cannam |
Return getSelectedLayer to being able to return a dormant layer -- if that isn't allowed, then getInteractionLayer is what you want
|
Tue, 02 Sep 2014 16:10:10 +0100 |
Chris Cannam |
Use fixed-order when exporting layers to a session
|
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)
|
Tue, 02 Sep 2014 15:25:27 +0100 |
Chris Cannam |
Use fixed-order layer list for property container enumeration. Fixes habit of the layer property tabs to jump about when adding a new layer.
|
Tue, 02 Sep 2014 15:20:23 +0100 |
Chris Cannam |
Populate the fixed order layer list
|
Tue, 02 Sep 2014 14:47:04 +0100 |
Chris Cannam |
Introduce (but don't yet populate) the fixed layers vector; rename m_layers to m_layerStack to reflect its ordering by stacking
|
Tue, 02 Sep 2014 10:31:23 +0100 |
Chris Cannam |
Add getInteractionLayer() and some docs
|
Mon, 01 Sep 2014 16:50:26 +0100 |
Chris Cannam |
Fix #1047 Floating-point exception on exit if no file loaded
|
Mon, 01 Sep 2014 15:55:28 +0100 |
Chris Cannam |
Fix #1039 (Menu bar missing, under Ubuntu with Gnome 3)
|
Mon, 01 Sep 2014 13:44:36 +0100 |
Chris Cannam |
Branch rearrangement in svapp
2.4beta1
|
Mon, 01 Sep 2014 13:37:22 +0100 |
Chris Cannam |
Handle keyboard shortcuts with Shift modifier in the same way as those with no modifier
|
Thu, 14 Aug 2014 14:44:30 +0100 |
Chris Cannam |
Add left/right scroll to changelog
|
Thu, 14 Aug 2014 11:45:44 +0100 |
Chris Cannam |
Added tag sv_v2.4beta1 for changeset 885e89a6c11d
2.4beta1
|
Thu, 14 Aug 2014 11:45:22 +0100 |
Chris Cannam |
Update for Qt 5.3 and WiX 3.8 - transplanted from beta branch
|
Thu, 14 Aug 2014 11:43:22 +0100 |
Chris Cannam |
Update for Qt 5.3 and WiX 3.8
2.4beta1 sv_v2.4beta1
|
Thu, 14 Aug 2014 10:55:42 +0100 |
Chris Cannam |
Fix plugin copying (correct target directories) - transplanted from beta branch
|
Thu, 14 Aug 2014 09:18:17 +0100 |
Chris Cannam |
Version 2.3.90 gives us more space for future betas than 2.3.9
2.4beta1
|
Thu, 14 Aug 2014 09:11:44 +0100 |
Chris Cannam |
Show beta version
2.4beta1
|
Thu, 14 Aug 2014 09:11:36 +0100 |
Chris Cannam |
Fix plugin copying (correct target directories)
2.4beta1
|
Wed, 13 Aug 2014 22:30:41 +0100 |
Chris Cannam |
Attempt to make Qt plugin loading work. But it isn't.
2.4beta1
|
Wed, 13 Aug 2014 22:15:31 +0100 |
Chris Cannam |
Merge from default branch
2.4beta1
|
Wed, 13 Aug 2014 22:03:19 +0100 |
Chris Cannam |
This spacing works a bit better on the Mac (though not really well enough)
|
Wed, 13 Aug 2014 21:45:59 +0100 |
Chris Cannam |
Don't label time zero, it gets cut off by opaque end layer
|