2014-09-03 |
Chris Cannam |
Fix fallthrough in switch (from coverity scan)
|
2014-09-03 |
Chris Cannam |
Fix something coverity reports as "copy-paste error" (actually it doesn't matter, but the fix reads better)
|
2014-09-03 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
2014-09-03 |
Chris Cannam |
Fix accidental declaration of section as bool rather than int (definitely a bug but what did it cause? see #1051, we need units here) (from coverity scan)
|
2014-09-03 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
2014-09-03 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
2014-09-03 |
Chris Cannam |
Fix one actual null pointer deref and a couple of potential ones, plus an uninitialised value (from coverity scan)
|
2014-09-03 |
Chris Cannam |
Return seems to work better than Enter here
|
2014-09-03 |
Chris Cannam |
Fix uninitialised values
|
2014-09-03 |
Chris Cannam |
Fix uninitialised members
|
2014-09-03 |
Chris Cannam |
Remove redundant code (sourceChannels must be at least 2 "because we offer pan") (from coverity scan)
|
2014-09-03 |
Chris Cannam |
Fix uninitialised bool
|
2014-09-03 |
Chris Cannam |
Fix incoherent logic for what happens if MIDI arrives while no suitable layer is current (from coverity scan)
|
2014-09-03 |
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)
|
2014-09-02 |
Chris Cannam |
Small text fix
|
2014-09-02 |
Chris Cannam |
Update CHANGELOG
|
2014-09-02 |
Chris Cannam |
Add const version of this accessor
|
2014-09-02 |
Chris Cannam |
Use getInteractionLayer for immediate interactions, rather than getSelectedLayer (which may be invisible)
|
2014-09-02 |
Chris Cannam |
Return getSelectedLayer to being able to return a dormant layer -- if that isn't allowed, then getInteractionLayer is what you want
|
2014-09-02 |
Chris Cannam |
Use fixed-order when exporting layers to a session
|
2014-09-02 |
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)
|
2014-09-02 |
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.
|
2014-09-02 |
Chris Cannam |
Populate the fixed order layer list
|
2014-09-02 |
Chris Cannam |
Introduce (but don't yet populate) the fixed layers vector; rename m_layers to m_layerStack to reflect its ordering by stacking
|
2014-09-02 |
Chris Cannam |
Add getInteractionLayer() and some docs
|
2014-09-01 |
Chris Cannam |
Fix #1047 Floating-point exception on exit if no file loaded
|
2014-09-01 |
Chris Cannam |
Fix #1039 (Menu bar missing, under Ubuntu with Gnome 3)
|
2014-09-01 |
Chris Cannam |
Branch rearrangement in svapp
2.4beta1
|
2014-09-01 |
Chris Cannam |
Handle keyboard shortcuts with Shift modifier in the same way as those with no modifier
|
2014-08-14 |
Chris Cannam |
Add left/right scroll to changelog
|
2014-08-14 |
Chris Cannam |
Added tag sv_v2.4beta1 for changeset 885e89a6c11d
2.4beta1
|
2014-08-14 |
Chris Cannam |
Update for Qt 5.3 and WiX 3.8 - transplanted from beta branch
|
2014-08-14 |
Chris Cannam |
Update for Qt 5.3 and WiX 3.8
2.4beta1 sv_v2.4beta1
|
2014-08-14 |
Chris Cannam |
Fix plugin copying (correct target directories) - transplanted from beta branch
|
2014-08-14 |
Chris Cannam |
Version 2.3.90 gives us more space for future betas than 2.3.9
2.4beta1
|
2014-08-14 |
Chris Cannam |
Show beta version
2.4beta1
|
2014-08-14 |
Chris Cannam |
Fix plugin copying (correct target directories)
2.4beta1
|
2014-08-13 |
Chris Cannam |
Attempt to make Qt plugin loading work. But it isn't.
2.4beta1
|
2014-08-13 |
Chris Cannam |
Merge from default branch
2.4beta1
|
2014-08-13 |
Chris Cannam |
This spacing works a bit better on the Mac (though not really well enough)
|
2014-08-13 |
Chris Cannam |
Don't label time zero, it gets cut off by opaque end layer
|
2014-08-13 |
Chris Cannam |
Beta release dialog
2.4beta1
|
2014-08-13 |
Chris Cannam |
Set parents for various dialogs (to avoid them hitting focus-stealing prevention)
|
2014-08-13 |
Chris Cannam |
Give some dialogs their proper parents
|
2014-08-13 |
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
|
2014-08-13 |
Chris Cannam |
Remove model from pan layer when it's about to be deleted, fixing #1035
|
2014-08-13 |
Chris Cannam |
Tidy
|
2014-08-13 |
Chris Cannam |
Debug out
|
2014-08-13 |
Chris Cannam |
More debug
|
2014-08-13 |
Chris Cannam |
Attempt to get rebuilt-shortcuts working on OS/X (unsuccessfully)
|
2014-08-13 |
Chris Cannam |
Call finaliseMenus again each time the pane/layer menus are reworked
|
2014-08-13 |
Chris Cannam |
Avoid compiler warnings when building without lrdf
|
2014-08-13 |
Chris Cannam |
Some temporary action debug output
|
2014-08-11 |
Chris Cannam |
Make sparse time-value layers inaudible by default (user must un-mute them) for compatibility with earlier versions
|
2014-07-25 |
Chris Cannam |
Debug output stuff
|
2014-07-25 |
Chris Cannam |
Subrepo updates
|
2014-07-25 |
Chris Cannam |
Rich text for tooltip -- apart from anything else, this ensures it gets word-wrapped
|
2014-07-18 |
Chris Cannam |
Merge subrepos from tonioni branch
|
2014-07-17 |
Chris Cannam |
Small fixes: avoid static etc
|
2014-07-17 |
Chris Cannam |
Fix some errant signals (the modelChanged with args are now modelChangedWithin)
|
2014-07-07 |
Chris Cannam |
OS/X build: copy frameworks and plugins automatically
|
2014-07-07 |
Chris Cannam |
Fix to OS/X build -- we no longer want to override the plugin path as we're using qt.conf instead
|
2014-07-04 |
Chris Cannam |
We do have liblo
|
2014-07-04 |
Chris Cannam |
OS/X build/deploy fixes
|
2014-07-02 |
Chris Cannam |
Merge from tonioni branch
|
2014-07-02 |
Chris Cannam |
Create separate play scroll modes for (Tony-style, DAW-style) page mode and (SV-style) paging with playhead alignment to centre on drag
|
2014-07-02 |
Chris Cannam |
Fix #1024 - avoid status bar repainting all its siblings when its message changes (and it resizes) by using a widget in the status bar for the label instead of the bar itself.
|
2014-07-01 |
Chris Cannam |
Subrepos, and update in line with latest no-warning changes
|
2014-07-01 |
Chris Cannam |
Only update message if it has actually changed
|
2014-06-18 |
Chris Cannam |
Merge from branch tony_integration
|
2014-06-18 |
Chris Cannam |
Merge from branch warnfix_no_size_t
|
2014-06-18 |
Chris Cannam |
Subrepos
|
2014-06-18 |
Chris Cannam |
Merge from branch warnfix_no_size_t
|
2014-06-18 |
Chris Cannam |
Merge from branch tony_integration
warnfix_no_size_t
|
2014-06-17 |
Chris Cannam |
Fix signal/slot name
warnfix_no_size_t
|
2014-06-17 |
Chris Cannam |
Various size_t etc removals, and compiler warning fixes
warnfix_no_size_t
|
2014-06-17 |
Chris Cannam |
Merge subrepos from default and tonioni branches
tony_integration
|
2014-06-03 |
Chris Cannam |
Call out to finaliseMenus() to fix up single-key shortcuts on OS/X with Qt5
|
2014-06-03 |
Chris Cannam |
Merge subrepos from tonioni branch
|
2014-05-23 |
Chris Cannam |
Fix erroneous addition of extra point at time zero when first tapping a point with a time-difference based label scheme
|
2014-05-23 |
Chris Cannam |
Remember the last-used suffix in save dialog (#877).
|
2014-05-22 |
Chris Cannam |
Merge
|
2014-05-22 |
Chris Cannam |
Subrepo state
|
2014-05-22 |
Chris Cannam |
Subrepo state (crash fix)
|
2014-05-19 |
Chris Cannam |
Fixes to FileSource from Ted Felix (for Rosegarden): avoid blowing up through calling abort() from cleanup() when error occurred; set status correctly for FTP transfers
|
2014-05-14 |
Chris Cannam |
Switch to default branches in subrepos, merge them down
|
2014-05-13 |
Chris Cannam |
Avoid potential crash when network connection fails
|
2014-05-09 |
Chris Cannam |
Add script to archive from tip rev
|
2014-05-09 |
Chris Cannam |
Merge from branch "tony_integration"
|
2014-05-09 |
Chris Cannam |
Correct typo
tony_integration
|
2014-05-09 |
Chris Cannam |
Merge from default branch
tony_integration
|
2014-05-09 |
Chris Cannam |
Changelog
tony_integration
|
2014-05-08 |
Chris Cannam |
Subrepo state
tony_integration
|
2014-05-07 |
Chris Cannam |
Restore selection of playback sample for note layers. Also default to new elecpiano clip.
tony_integration
|
2014-04-12 |
Jakob Leben |
Remove color attributes from default template
|
2014-05-07 |
Chris Cannam |
Patches from Jakob Leben
|
2014-05-07 |
Chris Cannam |
Subrepo updates, merging to integration branch
tony_integration
|
2014-04-26 |
Chris Cannam |
Add some more subrepos
|
2014-04-07 |
Chris Cannam |
Make it possible to import CSV files directly into Note layers
|
2014-04-02 |
Chris Cannam |
Update subrepos
tony_integration
|
2014-04-02 |
Chris Cannam |
Remove tool-specific keyboard shortcut reference registration from Pane and put it in MainWindow (as it depends on which tools are in use)
tony_integration
|
2014-04-02 |
Chris Cannam |
Add electric piano sample as used in Tony
tony_integration
|
2014-03-28 |
Chris Cannam |
Start up with the correct values of toggleable menu entries
|
2014-03-27 |
Chris Cannam |
Make octave numbering configurable, and change default to C4 = middle C
|
2014-03-11 |
Chris Cannam |
Update to current state of tonioni and default branches
tony_integration
|
2014-03-11 |
Chris Cannam |
Subrepo state
|
2014-03-06 |
Chris Cannam |
Subrepo fix
|
2014-03-04 |
Chris Cannam |
Fix in svgui
|
2014-02-06 |
Chris Cannam |
Subrepo state
|
2014-01-31 |
Chris Cannam |
Subrepo state + build and run new tests
|
2014-01-28 |
Chris Cannam |
Subrepo state: bodge in normalise-to-log. Todo: Wire up properly.
|
2014-01-28 |
Chris Cannam |
Merge subrepos from tonioni
tony_integration
|
2013-12-13 |
Chris Cannam |
Add script to fix a few things in dpkg pkg that lintian complains about
|
2013-12-12 |
Chris Cannam |
Added tag sv_v2.3 for changeset bf06f4311ec0
|
2013-12-12 |
Chris Cannam |
Removed tag sv_v2.3-f
sv_v2.3
|
2013-12-12 |
Chris Cannam |
Added tag sv_v2.3-f for changeset 59c68b5ae5be
|
2013-12-12 |
Chris Cannam |
Build fix, version
|
2013-12-12 |
Chris Cannam |
Build fix, version
imaf_enc
|
2013-12-12 |
Chris Cannam |
Added tag sv_v2.3 for changeset 7f7fba33b7de
|
2013-12-12 |
Chris Cannam |
Add network permission to prefs; make OSC support one of the things that depends on it
|
2013-12-11 |
Chris Cannam |
Added tag sv-v2.3-imaf for changeset 60d3575f8016
imaf_enc
|
2013-12-11 |
Chris Cannam |
Merge from default branch
imaf_enc sv-v2.3-imaf
|
2013-12-11 |
Chris Cannam |
Added tag sv_v2.3 for changeset 242ebf1db0f1
|
2013-12-11 |
Chris Cannam |
Subrepo: elide negative frame times
|
2013-12-11 |
Chris Cannam |
Fix local variable aliasing which prevented network requests happening on the first run even when permitted
|
2013-12-05 |
Chris Cannam |
Fix app signing: on os/x 10.9 you need to sign other frameworks etc as well
|
2013-12-05 |
Chris Cannam |
Merge
|
2013-12-05 |
Chris Cannam |
Qt font fix for OS/X 10.9
|