Wed, 03 Sep 2014 11:51:51 +0100 |
Chris Cannam |
Fix minor resource leak (from coverity scan)
|
Wed, 03 Sep 2014 11:49:31 +0100 |
Chris Cannam |
Clarify some sneaky logic
|
Wed, 03 Sep 2014 11:48:18 +0100 |
Chris Cannam |
Fix uninitialised variable (from coverity scan)
|
Wed, 03 Sep 2014 11:47:41 +0100 |
Chris Cannam |
Fix a couple of inadvertant integer divisions (from coverity scan)
|
Wed, 03 Sep 2014 11:44:40 +0100 |
Chris Cannam |
Remove redundant code (from coverity scan)
|
Wed, 03 Sep 2014 11:42:39 +0100 |
Chris Cannam |
Fix potential divide by zero
|
Wed, 03 Sep 2014 11:41:58 +0100 |
Chris Cannam |
Clarify some sneaky logic
|
Wed, 03 Sep 2014 11:33:57 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:32:08 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:31:09 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:27:23 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:26:21 +0100 |
Chris Cannam |
Fix some potential null derefs (from coverity scan)
|
Wed, 03 Sep 2014 11:22:46 +0100 |
Chris Cannam |
Fix memory leak
|
Wed, 03 Sep 2014 11:20:18 +0100 |
Chris Cannam |
Fix various slightly dodgy derefs and the like (from coverity scan)
|
Wed, 03 Sep 2014 11:10:22 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:09:26 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:07:12 +0100 |
Chris Cannam |
Remove redundant code (from coverity scan)
|
Wed, 03 Sep 2014 11:06:19 +0100 |
Chris Cannam |
Fix very minor but erroneous non-float-arithmetic
|
Wed, 03 Sep 2014 11:04:41 +0100 |
Chris Cannam |
clarify
|
Wed, 03 Sep 2014 11:01:50 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:00:19 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 11:00:07 +0100 |
Chris Cannam |
Back out last change (see subrepo commit log)
|
Wed, 03 Sep 2014 10:49:38 +0100 |
Chris Cannam |
Fix to iterator invalidation (from coverity scan)
|
Wed, 03 Sep 2014 10:40:37 +0100 |
Chris Cannam |
As coverity points out, MIDI_END_OF_EXCLUSIVE (0xF7) cannot result from masking with MIDI_MESSAGE_TYPE_MASK(0xF0). Not that it really matters here.
|
Wed, 03 Sep 2014 09:58:31 +0100 |
Chris Cannam |
Fix return of empty string as bool value (from coverity scan, interesting the compiler doesn't mind)
|
Wed, 03 Sep 2014 09:57:30 +0100 |
Chris Cannam |
Frame this condition more defensively (from coverity scan)
|
Wed, 03 Sep 2014 09:56:18 +0100 |
Chris Cannam |
Fix fallthrough in switch (from coverity scan)
|
Wed, 03 Sep 2014 09:48:51 +0100 |
Chris Cannam |
Fix something coverity reports as "copy-paste error" (actually it doesn't matter, but the fix reads better)
|
Wed, 03 Sep 2014 09:47:52 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 09:46:28 +0100 |
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)
|
Wed, 03 Sep 2014 09:39:23 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 09:37:37 +0100 |
Chris Cannam |
Fix some (probably benign) uninitialised members (from coverity scan)
|
Wed, 03 Sep 2014 09:35:56 +0100 |
Chris Cannam |
Fix one actual null pointer deref and a couple of potential ones, plus an uninitialised value (from coverity scan)
|
Wed, 03 Sep 2014 09:35:03 +0100 |
Chris Cannam |
Return seems to work better than Enter here
|
Wed, 03 Sep 2014 09:27:04 +0100 |
Chris Cannam |
Fix uninitialised values
|
Wed, 03 Sep 2014 09:25:41 +0100 |
Chris Cannam |
Fix uninitialised members
|
Wed, 03 Sep 2014 09:23:02 +0100 |
Chris Cannam |
Remove redundant code (sourceChannels must be at least 2 "because we offer pan") (from coverity scan)
|
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
|
Wed, 13 Aug 2014 21:37:25 +0100 |
Chris Cannam |
Beta release dialog
2.4beta1
|
Wed, 13 Aug 2014 16:45:14 +0100 |
Chris Cannam |
Set parents for various dialogs (to avoid them hitting focus-stealing prevention)
|
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 11:49:45 +0100 |
Chris Cannam |
More debug
|
Wed, 13 Aug 2014 10:11:25 +0100 |
Chris Cannam |
Attempt to get rebuilt-shortcuts working on OS/X (unsuccessfully)
|
Wed, 13 Aug 2014 09:53:42 +0100 |
Chris Cannam |
Call finaliseMenus again each time the pane/layer menus are reworked
|
Wed, 13 Aug 2014 09:50:42 +0100 |
Chris Cannam |
Avoid compiler warnings when building without lrdf
|
Wed, 13 Aug 2014 09:09:16 +0100 |
Chris Cannam |
Some temporary action debug output
|
Mon, 11 Aug 2014 11:30:18 +0100 |
Chris Cannam |
Make sparse time-value layers inaudible by default (user must un-mute them) for compatibility with earlier versions
|
Fri, 25 Jul 2014 17:02:44 +0100 |
Chris Cannam |
Debug output stuff
|
Fri, 25 Jul 2014 15:29:11 +0100 |
Chris Cannam |
Subrepo updates
|
Fri, 25 Jul 2014 13:43:56 +0100 |
Chris Cannam |
Rich text for tooltip -- apart from anything else, this ensures it gets word-wrapped
|
Fri, 18 Jul 2014 15:46:18 +0100 |
Chris Cannam |
Merge subrepos from tonioni branch
|
Thu, 17 Jul 2014 16:22:54 +0100 |
Chris Cannam |
Small fixes: avoid static etc
|
Thu, 17 Jul 2014 14:50:31 +0100 |
Chris Cannam |
Fix some errant signals (the modelChanged with args are now modelChangedWithin)
|
Mon, 07 Jul 2014 08:14:08 +0100 |
Chris Cannam |
OS/X build: copy frameworks and plugins automatically
|
Mon, 07 Jul 2014 07:55:49 +0100 |
Chris Cannam |
Fix to OS/X build -- we no longer want to override the plugin path as we're using qt.conf instead
|
Fri, 04 Jul 2014 11:08:05 +0100 |
Chris Cannam |
We do have liblo
|
Fri, 04 Jul 2014 11:03:33 +0100 |
Chris Cannam |
OS/X build/deploy fixes
|
Wed, 02 Jul 2014 22:04:10 +0100 |
Chris Cannam |
Merge from tonioni branch
|
Wed, 02 Jul 2014 17:30:09 +0100 |
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
|
Wed, 02 Jul 2014 15:09:51 +0100 |
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.
|
Tue, 01 Jul 2014 15:34:11 +0100 |
Chris Cannam |
Subrepos, and update in line with latest no-warning changes
|
Tue, 01 Jul 2014 15:33:51 +0100 |
Chris Cannam |
Only update message if it has actually changed
|
Wed, 18 Jun 2014 13:56:00 +0100 |
Chris Cannam |
Merge from branch tony_integration
|
Wed, 18 Jun 2014 13:55:01 +0100 |
Chris Cannam |
Merge from branch warnfix_no_size_t
|
Wed, 18 Jun 2014 13:54:36 +0100 |
Chris Cannam |
Subrepos
|
Wed, 18 Jun 2014 13:52:03 +0100 |
Chris Cannam |
Merge from branch warnfix_no_size_t
|
Wed, 18 Jun 2014 08:56:32 +0100 |
Chris Cannam |
Merge from branch tony_integration
warnfix_no_size_t
|
Tue, 17 Jun 2014 17:00:33 +0100 |
Chris Cannam |
Fix signal/slot name
warnfix_no_size_t
|
Tue, 17 Jun 2014 16:42:51 +0100 |
Chris Cannam |
Various size_t etc removals, and compiler warning fixes
warnfix_no_size_t
|
Tue, 17 Jun 2014 13:20:36 +0100 |
Chris Cannam |
Merge subrepos from default and tonioni branches
tony_integration
|
Tue, 03 Jun 2014 11:13:53 +0100 |
Chris Cannam |
Call out to finaliseMenus() to fix up single-key shortcuts on OS/X with Qt5
|
Tue, 03 Jun 2014 11:12:48 +0100 |
Chris Cannam |
Merge subrepos from tonioni branch
|
Fri, 23 May 2014 11:29:17 +0100 |
Chris Cannam |
Fix erroneous addition of extra point at time zero when first tapping a point with a time-difference based label scheme
|
Fri, 23 May 2014 11:17:52 +0100 |
Chris Cannam |
Remember the last-used suffix in save dialog (#877).
|
Thu, 22 May 2014 15:26:07 +0100 |
Chris Cannam |
Merge
|
Thu, 22 May 2014 15:25:43 +0100 |
Chris Cannam |
Subrepo state
|
Thu, 22 May 2014 15:23:33 +0100 |
Chris Cannam |
Subrepo state (crash fix)
|
Mon, 19 May 2014 10:54:45 +0100 |
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
|
Wed, 14 May 2014 09:57:12 +0100 |
Chris Cannam |
Switch to default branches in subrepos, merge them down
|
Tue, 13 May 2014 09:50:59 +0100 |
Chris Cannam |
Avoid potential crash when network connection fails
|
Fri, 09 May 2014 17:56:41 +0100 |
Chris Cannam |
Add script to archive from tip rev
|
Fri, 09 May 2014 17:54:16 +0100 |
Chris Cannam |
Merge from branch "tony_integration"
|
Fri, 09 May 2014 17:18:43 +0100 |
Chris Cannam |
Correct typo
tony_integration
|
Fri, 09 May 2014 17:15:50 +0100 |
Chris Cannam |
Merge from default branch
tony_integration
|
Fri, 09 May 2014 17:07:46 +0100 |
Chris Cannam |
Changelog
tony_integration
|
Thu, 08 May 2014 15:07:22 +0100 |
Chris Cannam |
Subrepo state
tony_integration
|
Wed, 07 May 2014 16:51:04 +0100 |
Chris Cannam |
Restore selection of playback sample for note layers. Also default to new elecpiano clip.
tony_integration
|