log

age author description
2014-05-29 Chris Cannam Merge from default branch tonioni
2014-05-23 Chris Cannam Replace setCurrentText (which doesn't appear to exist in qt4) with setCurrentIndex tonioni
2014-05-23 Chris Cannam Remember the last-used suffix in save dialog (#877).
2014-05-22 matthiasm implemented move by one note (replacing big jumps left/right) tonioni
2014-05-22 Chris Cannam Fix crash on checking progress of slice layer
2014-05-22 matthiasm reinstated the original way that was better than my fix tonioni
2014-05-21 matthiasm merge tonioni
2014-05-21 matthiasm fixed: pitch track update deleted note tonioni
2014-05-14 Chris Cannam Merge from default branch tonioni
2014-05-14 Chris Cannam Merge from branch tony_integration
2014-05-09 Chris Cannam Merge from default branch 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 SingleColourLayer: fix colour reference counting
2014-04-12 Jakob Leben SingleColourLayer: do not try to apply invalid colour property
2014-05-07 Chris Cannam Merge from default branch tony_integration
2014-05-07 Chris Cannam Merge from tonioni branch tony_integration
2014-04-11 matthiasm added note pitch snapping after "move" edit tonioni
2014-04-07 Chris Cannam Make it possible to import CSV files directly into Note layers
2014-04-03 Chris Cannam Fix potential for crash on reloading session file - loading selections should not emit signal as if user had just made them manually tonioni
2014-04-02 Chris Cannam A lot of work on saving and reloading sessions: save flexinote layer type and hybrid spectrogram normalisation, etc tonioni
2014-04-02 Chris Cannam Make session file extension parameterisable, use .ton for Tony tonioni
2014-04-02 Chris Cannam Grey out the areas outside the main work model. This may not be appropriate as-is for SV, but it might be nice in Tony tonioni
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) tonioni
2014-04-02 Chris Cannam Merge tony_integration