log main/MainWindow.cpp @ 851:fc742cdbf2b9 normalize_hybrid_option

age author description
2014-09-09 Chris Cannam Use openPath instead of open() when opening local file or URL (for progress indicator). I think I didn't realise this distinction between the two functions, which formerly were both named open().
2014-09-03 Chris Cannam Fix dead code; fix previous fix to midi insertion logic
2014-09-03 Chris Cannam Return seems to work better than Enter here
2014-09-03 Chris Cannam Fix incoherent logic for what happens if MIDI arrives while no suitable layer is current (from coverity scan)
2014-09-03 Chris Cannam Fix local declaration hiding outer scope, which caused export-multiple to export a single file as well as the multiple one (from coverity scan)
2014-09-02 Chris Cannam Restore the old prev/next layer commands (that were never enabled because they didn't work) using the new fixed order layer list (so they now do work)
2014-09-01 Chris Cannam Fix #1039 (Menu bar missing, under Ubuntu with Gnome 3)
2014-08-14 Chris Cannam Show beta version 2.4beta1
2014-08-13 Chris Cannam Beta release dialog 2.4beta1
2014-08-13 Chris Cannam Give some dialogs their proper parents
2014-08-13 Chris Cannam If current pane has the main model in it as a waveform, use that for the pan layer even if it isn't the top layer in the pane
2014-08-13 Chris Cannam Remove model from pan layer when it's about to be deleted, fixing #1035
2014-08-13 Chris Cannam Tidy
2014-08-13 Chris Cannam Debug out
2014-08-13 Chris Cannam Call finaliseMenus again each time the pane/layer menus are reworked
2014-08-13 Chris Cannam Some temporary action debug output
2014-07-02 Chris Cannam Fix #1024 - avoid status bar repainting all its siblings when its message changes (and it resizes) by using a widget in the status bar for the label instead of the bar itself.
2014-07-01 Chris Cannam Only update message if it has actually changed
2014-06-17 Chris Cannam Various size_t etc removals, and compiler warning fixes warnfix_no_size_t
2014-06-03 Chris Cannam Call out to finaliseMenus() to fix up single-key shortcuts on OS/X with Qt5
2014-05-09 Chris Cannam Merge from default branch tony_integration
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) tony_integration
2014-03-28 Chris Cannam Start up with the correct values of toggleable menu entries
2014-01-28 Chris Cannam Merge subrepos from tonioni tony_integration
2013-12-12 Chris Cannam Add network permission to prefs; make OSC support one of the things that depends on it
2013-12-11 Chris Cannam Merge from default branch imaf_enc sv-v2.3-imaf
2013-12-05 Chris Cannam Merge from default branch, fix build imaf_enc
2013-12-05 Chris Cannam Remove duplicate shortcut
2013-11-26 Chris Cannam Drop std:: from cerr, cout, endl; drop toStdString etc; build fix
2013-11-26 Chris Cannam Add network permission question box on first startup
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 Fix from Jesus Corral Garcia (for crashes etc) 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-09-20 Chris Cannam If maximised on exit, don't save (maximised) geometry but instead mark as maximised and maximise on restart
2013-07-24 Chris Cannam Reset cyclical counters when document is replaced (#182)
2013-07-24 Chris Cannam Switch back to navigate mode when document is replaced (#182)
2013-07-19 Chris Cannam Full-screen fixes
2013-05-16 Chris Cannam Clean up more tidily on exit
2013-03-11 Chris Cannam Update for Qt5 compatibility; use subrepo for dataquay qt5
2013-03-07 Chris Cannam Copyright notes and dates, CHANGELOG
2012-12-11 Chris Cannam Fix failure to either export a file or explain why, when exporting an unsupported layer type to rdf
2012-11-16 Chris Cannam Remove obsolete comment
2012-11-16 Chris Cannam Pull out app name into arg, pull down description label from superclass
2012-07-16 Chris Cannam Add signing, update copyright date
2012-07-02 Chris Cannam Add means to replace the main audio model
2012-01-30 Chris Cannam Small changes to management of dialogs
2012-01-30 Chris Cannam Merge
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 Fix possibly uninitialised variable
2012-01-30 Chris Cannam Merge from branch "fullscreen"
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-23 Chris Cannam Connect up various keyboard actions in full-screen mode fullscreen
2012-01-20 Chris Cannam Make it possible to toggle full-screen through the menu 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 Minor non-working change... 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-10-18 Chris Cannam Do not start transform factory's uninstalled transforms population thread in library edition -- don't want network access integration_library