2017-01-10 |
Chris Cannam |
Show warning about beta release
3.0-integration
|
2017-01-10 |
Chris Cannam |
Add "What's New" to help menu; primp up About box
3.0-integration
|
2017-01-04 |
Chris Cannam |
Wire up record monitoring
3.0-integration
|
2016-12-19 |
Chris Cannam |
Implement "Export SVG file..."
svg
|
2016-12-16 |
Chris Cannam |
Add overview colour preference
3.0-integration
|
2016-12-15 |
Chris Cannam |
Moving around some UI bits
levelpanwidget
|
2016-12-05 |
Chris Cannam |
Start incorporating level-pan widgets
levelpanwidget
|
2016-11-25 |
Chris Cannam |
Add Winnow as well
subdivide-instants
|
2016-11-25 |
Chris Cannam |
Implement "Subdivide Selected Instants". Also add the relabel command to the history, which I previously forgot to do!
subdivide-instants
|
2016-08-15 |
Chris Cannam |
Patch from Fab Nicol to fix a problem with Recent Files menu:
3.0-integration
|
2016-04-22 |
Chris Cannam |
Update subrepos
3.0-integration
|
2016-04-20 |
Chris Cannam |
Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf
3.0-plus-imaf
|
2016-04-15 |
Chris Cannam |
Check for plugin scan helper checker helper program in suitable directory, & tidy up warning messages somewhat
pluginscan
|
2016-01-19 |
Chris Cannam |
Show warning to the user when plugin population has problems
plugin-startup-test
|
2015-09-15 |
Chris Cannam |
Add audio record mode (option to replace session) and support for browsing to record directory
recording
|
2015-08-18 |
Chris Cannam |
OK, we can record -- sort of
recording
|
2015-08-18 |
Chris Cannam |
Start stubbing in audio record
recording
|
2015-08-04 |
Chris Cannam |
Initial work toward switching to bqaudioio library (so as to get I/O, not just O)
bqaudioio
|
2015-03-10 |
Chris Cannam |
Further dedicated-types fixes
cxx11
|
2014-12-01 |
Chris Cannam |
Start work on unit converter
|
2014-08-13 |
Chris Cannam |
Remove model from pan layer when it's about to be deleted, fixing #1035
|
2014-06-17 |
Chris Cannam |
Various size_t etc removals, and compiler warning fixes
warnfix_no_size_t
|
2013-12-05 |
Chris Cannam |
Merge from default branch, fix build
imaf_enc
|
2013-12-04 |
Chris Cannam |
Cut down number of includes and predeclarations
|
2013-11-26 |
Chris Cannam |
Restore and update old Surveyer class (survey itself is not there yet)
|
2013-11-04 |
Chris Cannam |
Merge from default branch
imaf_enc
|
2013-11-04 |
Chris Cannam |
IMAF load code from Jesus Corral Garcia
imaf_enc
|
2013-10-09 |
Chris Cannam |
Add "Export Audio Data" to export audio waveform data into CSV or similar
|
2013-07-24 |
Chris Cannam |
Reset cyclical counters when document is replaced (#182)
|
2013-05-16 |
Chris Cannam |
Clean up more tidily on exit
|
2012-11-16 |
Chris Cannam |
Pull out app name into arg, pull down description label from superclass
|
2012-07-02 |
Chris Cannam |
Add means to replace the main audio model
|
2012-01-30 |
Chris Cannam |
Connect quit function directly to closeAllWindows rather than try to closeAllWindows from close() (which strangely hangs on Windows)
|
2012-01-30 |
Chris Cannam |
Merge from branch "fullscreen"
|
2012-01-23 |
Chris Cannam |
Connect up various keyboard actions in full-screen mode
fullscreen
|
2012-01-20 |
Chris Cannam |
Make the full-screen mode come up correctly (though not on demand!) and slot back in to the window when Esc is pressed
fullscreen
|
2012-01-19 |
Chris Cannam |
Ensure all windows are closed when the main one is (thus exiting the application even if some other windows were still open)
|
2012-01-19 |
Chris Cannam |
Start hacking in some fullscreen stuff (so far, this is just a mess)
fullscreen
|
2011-07-25 |
mathieub |
Merge with the Kiosk branch
integration_library
|
2011-07-25 |
mathieub |
Merge with the Kiosk branch
integration_library
|
2011-07-04 |
mathieub |
Start in minimal mode option added in the Preferences/Appearance menu
toggle
|
2011-07-04 |
mathieub |
Add/remove several actions from the Playback menu when switching mode: constrain playback to selection, loop, solo, align
toggle
|
2011-06-24 |
Chris Cannam |
The pane stack is in a scroll view! I'd forgotten that. So, let's show and hide that instead
toggle
|
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. The main part of the process is handled in MainWindow::toggleViewMode(). The toggle view mode option appears in the View Menu and is associated with a new toolbar button. Two icons have been added in the resources. They come from: http://www.iconfinder.com/icondetails/42115/32/
toggle
|
2011-05-23 |
Chris Cannam |
Add default session template to Preferences; tidy up menu functions and states
templating
|
2011-05-17 |
Chris Cannam |
Replace the change-default-template menu functions with apply-template functions that act immediately.
templating
|
2011-05-10 |
Chris Cannam |
Add filesystem watcher to recreate template menu when templates change; start implementing save-session-as-template
templating
|
2011-05-09 |
Chris Cannam |
Add a bit more substance to the templates menu, and improve some naming
templating
|
2011-05-09 |
Chris Cannam |
Start to add templates menu; add default template
templating
|
2011-03-22 |
mathieub |
Modifications for the Kiosk edition
kiosk
|
2010-10-18 |
Dan Stowell |
Encapsulate itunes-remote functionality into class ITunesSVRemote. Provides context for playback sync etc
macness
|
2010-10-18 |
Dan Stowell |
Mac Dock menu uses same import-itunes-action as the File menu
macness
|
2010-10-18 |
Chris Cannam |
* Minor fixes from Win32 build
|
2010-10-15 |
Dan Stowell |
method to map from genre string to template choice; and to use it when importing from itunes
macness_autotpl
|
2010-10-12 |
Dan Stowell |
on mac, add item to File menu "Import current track from iTunes". TODO: set inactive if itunes not open; connect up with the dock menu stuff.
macness
|
2009-10-22 |
Chris Cannam |
* Layer data editor window: fix sorting for columns in region model,
sv-v1.7.1
|
2009-08-27 |
Chris Cannam |
* Offer the user a chance to answer our survey (only once, and only after
|
2009-03-30 |
Chris Cannam |
* add ffwd/rwd-similar to menu and add shortcuts for them (shift+pgup/down)
|
2009-03-27 |
Chris Cannam |
* Pull out the widgetry part of FileFinder into widgets/InteractiveFileFinder
|
2009-02-25 |
Chris Cannam |
* Make it possible to record live MIDI to a note layer.
|
2009-02-25 |
Chris Cannam |
* Make Activity Log a bit more of a proper window
|
2009-02-25 |
Chris Cannam |
* Somewhat better MIDI-based time instant timing
|
2009-02-24 |
Chris Cannam |
* more rudiments of midi->instants
|
2009-02-24 |
Chris Cannam |
* rtmidi & activity updates
|