log main/MainWindow.h @ 778:fdc445e736a0 2.4beta1

age author description
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