log

age author description
2013-04-17 gyorgyf larger notes plus basic editing functions are now enabled by temporary star icon in toolbar tonioni
2013-04-16 Chris Cannam Some refinements to drawing values in place of absent labels
2013-04-16 Chris Cannam Make mouseover highlights a bit more likely to appear and easier to see
2013-04-16 Chris Cannam Use italic for value labels (as opposed to label labels)
2013-04-15 Chris Cannam Allow a bit more space at top and bottom of scale range; make it easier to see point in case where model has only a single point
2013-04-13 gyorgyf sample playback problems tonioni
2013-04-13 gyorgyf removed additional prints, midi playback still broken tonioni
2013-04-13 gyorgyf cleanup tonioni
2013-04-13 gyorgyf fixed flexi note layer and propagated model selection to analyser tonioni
2013-03-27 Chris Cannam Windows build fixes -- to review qt5
2013-03-26 matthiasm put the FlexiNote layer before the note layer to see what happens -- not much tonioni
2013-03-26 matthiasm small changes to FlexiNote stuff tonioni
2013-03-26 matthiasm added references to new layer type FlexiNoteLayer and corresponding FlexiNoteModel tonioni
2013-03-26 matthiasm updated names in FlexiNote source -- will need to make new FlexiNoteModel source tonioni
2013-03-26 matthiasm simply copied NoteLayer to FlexiNotelayer (cpp and h files) tonioni
2013-03-26 Chris Cannam Add an empty file in order to create the tonioni branch tonioni
2013-03-25 Chris Cannam Add dependency build paths qt5
2013-03-11 Chris Cannam Build fixes for Qt5 qt5
2012-11-16 Chris Cannam Add discrete-curve drawing mode for time-value layer
2012-08-21 Chris Cannam Minor tidy in configure
2012-07-17 Chris Cannam Added tag sv_v2.0 for changeset ea786e8bd931
2012-06-21 Chris Cannam Use drawPoint when drawing a single point, rather than drawLine. Otherwise the line seems to go missing some of the time, though I can't see any mistake in the code here. Fixes SV bug #485 sv_v2.0
2012-05-25 Chris Cannam Use new symbols in Vamp SDK 2.3.1 for autoconf detection
2012-05-21 Chris Cannam Display regions as segmentation if the output event type appears appropriate
2012-01-30 Chris Cannam Add hide method
2012-01-30 Chris Cannam Adjust crosshair left end position based on detail level of vertical scale
2012-01-30 Chris Cannam Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
2012-01-30 Chris Cannam Column stretch 0 avoids spare empty space at the right when property boxes are off
2012-01-23 Chris Cannam Show current-pane indicator and close-pane button only if there is more than one pane
2012-01-13 Chris Cannam Remove redundant and hazardous INCLUDE_PATH
2012-01-13 Chris Cannam Add Doxyfile
2011-10-17 mathieub Merge from the default branch integration_library
2011-10-17 Chris Cannam Minor debug change
2011-10-10 mathieub Merge from the default branch integration_library
2011-09-28 Chris Cannam Added tag sv_v1.9 for changeset 3803f6dcf361
2011-09-28 Chris Cannam Save/restore more slice layer parameters (fixing SF feature #3039297) sv_v1.9
2011-09-28 Chris Cannam Fix status bar tip on Mac (SF bug 3024342)
2011-09-28 Chris Cannam Remove unnecessary configure dependency for raptor
2011-08-23 mathieub Put some debug outputs in comments integration_library
2011-07-25 mathieub Merge from branch "sonification" integration_library
2011-07-25 mathieub Merge from branch "toggle" integration_library
2011-07-06 mathieub Extends the audio feedback of the piano scale to the Spectrum layer (horizontal piano keyboard). sonification
2011-06-24 Chris Cannam Add playExampleNote route through view manager out to the audio play source sonification
2011-06-24 Chris Cannam Check the scale width in the View (which has access to it); ask the layer to do something when the user clicks in the scale regardless of the edit mode, and continue with normal processing if the layer has nothing interesting to do sonification
2011-06-21 mathieub Branch to handle audio feedback and metadata sonification interactively with the UI. sonification
2011-06-21 mathieub Add a new feature to allow users to toggle between minimal and full modes. This is done by hiding/showing the pane stack, menu actions, and toolbars. toggle
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-06-14 Chris Cannam Merge from debug-output branch
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2011-04-14 Chris Cannam Record and show any error that occurs during layer processing (e.g. spectrogram layer runs out of disc space for feature files)
2011-04-07 Chris Cannam Added tag sv_v1.8 for changeset c9d6cf9c51c8
2011-04-04 Chris Cannam * Cut off column dialog if there are many columns -- allow user to ignore or take values from all columns past a certain number. sv_v1.8
2011-03-08 Chris Cannam * Update configure
2011-03-08 Chris Cannam * Update config per recent changes to svcore
2011-02-07 Chris Cannam * Fix untranslated string
2011-02-04 Chris Cannam * Display distance the selection has been dragged by, when moving it with the edit tool
2010-10-25 Chris Cannam * Make text labels in time instant layer more apparent (use drawVisibleText)
2010-10-24 Chris Cannam * Make text clearer on complex backgrounds by adding a translucent surrounding box
2010-10-13 Dan Stowell Ignore hidden layers when exporting image - closes sf.net #3041878.