log

age author description
2013-07-12 Chris Cannam Merge from the default branch tonioni
2013-07-12 Chris Cannam Close this sprout, which Matthias reports was subsequently implemented differently by George tonioni
2013-07-11 Chris Cannam Avoid creating two painters on same image
2013-06-20 matthiasm instrument is now "click" -- some other minor changes I don't remember tonioni
2013-06-20 matthiasm some visualisation changes tonioni
2013-06-20 gyorgyf toggle button for boundary constraints and note recalculation tonioni
2013-06-19 matthiasm re-did, and improved the moving constraints tonioni
2013-06-19 matthiasm vertical scale adapts to note range tonioni
2013-06-19 gyorgyf funky note value re-estimation using underlying pitch median value tonioni
2013-06-18 gyorgyf bugfixes to compile on Linux again tonioni
2013-06-18 gyorgyf bugfixes to compile on Linux again tonioni
2013-06-17 matthiasm removed the vertical scaling function call that didn't work tonioni
2013-06-17 matthiasm introduced horizongal note editing constraints; debugged note edit tonioni
2013-06-15 matthiasm split drag delete tonioni
2013-06-16 gyorgyf boundary actions and note delete consolidated tonioni
2013-06-15 matthiasm slightly tidied george's splitEnd method tonioni
2013-06-15 gyorgyf getFeatureDescription now supports larger notes tonioni
2013-06-15 gyorgyf added context sensitive mouse pointers in note edit tool mode tonioni
2013-06-15 gyorgyf added NoteEdit tool mode tonioni
2013-05-16 Chris Cannam Added tag sv_v2.1 for changeset 77fa3fdbfc7e
2013-05-16 Chris Cannam Fix bug that caused overview to jump back to its original position after moving on double-click sv_v2.1
2013-05-15 Chris Cannam Debug -- overview centre frame relocation is not currently working with qt5
2013-05-14 Chris Cannam Added tag sv_v2.1 for changeset c6d705bf1672
2013-05-14 Chris Cannam Merge from branch "qt5". This revision actually builds with Qt4 (late releases) or Qt5, though it will warn on configure with Qt4.
2013-05-14 Chris Cannam Make it possible to build with qt4 as well qt5
2013-05-13 Chris Cannam Update configure qt5
2013-04-26 Chris Cannam Regenerate configure qt5
2013-04-26 Chris Cannam Look for qmake-qt5, not qt4 qt5
2013-04-20 gyorgyf splitting notes works but major cleanup needed tonioni
2013-04-19 matthiasm different colours, some minor changes, mainly debugging cerrs tonioni
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.
2010-10-08 Chris Cannam * Add qmake config (debug or release) corresponding to configure invocation
2010-10-08 Chris Cannam * Regenerate configure
2010-10-08 Chris Cannam * Use macx-g++ qmake spec on OS/X
2010-10-08 Chris Cannam * Add test for PortAudio
2010-10-08 Chris Cannam * Substitute the CC and CXX that configure found
2010-10-07 Chris Cannam * Hugely simplify Qt search -- all we need is qmake...