Mon, 20 Apr 2015 09:19:52 +0100 |
Chris Cannam |
Merge from default branch
alignment_view
|
Tue, 10 Mar 2015 13:22:10 +0000 |
Chris Cannam |
More type fixes
cxx11
|
Fri, 17 Oct 2014 14:58:51 +0100 |
Chris Cannam |
First sketch at alignment view (between panes in stack)
alignment_view
|
Wed, 03 Sep 2014 12:05:45 +0100 |
Chris Cannam |
Simplify some logic where loop was used with an unconditional "break" that meant it could only happen once (from coverity scan)
|
Tue, 17 Jun 2014 15:36:56 +0100 |
Chris Cannam |
Some more unsigned/long removal
warnfix_no_size_t
|
Tue, 11 Mar 2014 17:34:23 +0000 |
Chris Cannam |
Merge from default branch
tony_integration
|
Tue, 04 Mar 2014 15:32:28 +0000 |
Chris Cannam |
Fix failure to delete property stack when pane is deleted (sometimes)
|
Tue, 04 Mar 2014 15:28:32 +0000 |
Chris Cannam |
Fix failure to delete property stack when pane is deleted (sometimes). Fixes Tony crash bug #881, needs to go in SV as well.
tonioni
|
Fri, 10 Jan 2014 14:17:50 +0000 |
Chris Cannam |
Propagate double-click in select mode -- the application might do something meaningful with this
tonioni
|
Fri, 10 Jan 2014 09:04:06 +0000 |
Chris Cannam |
Make it possible to globally hide pane accessories (close button & current-indicator)
tonioni
|
Fri, 29 Nov 2013 14:50:33 +0000 |
Chris Cannam |
If any panes have a fixed size, respect that when resizing pane stack sizes
tonioni
|
Tue, 26 Nov 2013 14:06:40 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
Fri, 16 Nov 2012 17:14:12 +0000 |
Chris Cannam |
Add discrete-curve drawing mode for time-value layer
|
Mon, 30 Jan 2012 13:24:55 +0000 |
Chris Cannam |
Column stretch 0 avoids spare empty space at the right when property boxes are off
|
Mon, 23 Jan 2012 14:28:40 +0000 |
Chris Cannam |
Show current-pane indicator and close-pane button only if there is more than one pane
|
Tue, 14 Jun 2011 15:27:05 +0100 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
Mon, 16 May 2011 17:19:25 +0100 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
Tue, 09 Jun 2009 15:26:25 +0000 |
Chris Cannam |
* Add insertPane
|
Tue, 03 Mar 2009 16:46:27 +0000 |
Chris Cannam |
* Attempt to pick more sensible default centre frame for newly created view
|
Tue, 24 Feb 2009 12:02:19 +0000 |
Chris Cannam |
* Make it possible to switch panes by clicking on the current-pane
|
Mon, 23 Feb 2009 19:24:07 +0000 |
Chris Cannam |
* os/x layout fixes (make the X button flat, otherwise the margins go all
|
Mon, 23 Feb 2009 14:40:17 +0000 |
Chris Cannam |
* a few more midi bits, attempt to fix vertical-black-bar-misplacement-on-mac
|
Wed, 06 Feb 2008 17:40:53 +0000 |
Chris Cannam |
* line up overview widget nicely with main pane (at least on first startup)
sv1-v1.2pre3
|
Wed, 07 Nov 2007 16:52:52 +0000 |
Chris Cannam |
* fix pane layout problem; fix waveform butterfly mode
|
Wed, 07 Nov 2007 16:37:17 +0000 |
Chris Cannam |
* Add [x] button to pane to quickly delete it
|
Thu, 25 Oct 2007 14:32:23 +0000 |
Chris Cannam |
* Some tidying up to handling of alignment; add alignment status label to
|
Mon, 22 Oct 2007 14:24:31 +0000 |
Chris Cannam |
* Split MainWindow out into MainWindowBase (pane stack management, basic file
|
Wed, 10 Oct 2007 15:18:02 +0000 |
Chris Cannam |
* Make it possible to drop audio files, layer files, session files and images
|
Tue, 03 Jul 2007 12:46:18 +0000 |
Chris Cannam |
* Fix up and simplify the LayerTreeModel, removing a horrible memory leak
|
Thu, 28 Jun 2007 14:50:58 +0000 |
Chris Cannam |
* Change a number of keyboard shortcuts -- get rid of all the Alt+ shortcuts
|