log src/MainWindow.cpp @ 271:846df0ea9c82 v0.5

age author description
Thu, 03 Apr 2014 09:08:12 +0100 Chris Cannam Save session fix also for Save As
Thu, 03 Apr 2014 09:04:33 +0100 Chris Cannam Remove any pitch candidate layers and selections before saving session
Thu, 03 Apr 2014 08:15:39 +0100 Chris Cannam Copyright dates
Wed, 02 Apr 2014 21:25:56 +0100 Chris Cannam Much fiddling toward getting sessions and individual audio files to load cleanly when they need quite different handling after load
Wed, 02 Apr 2014 18:22:41 +0100 Chris Cannam Make session file extension parameterisable, use .ton for Tony
Wed, 02 Apr 2014 12:26:28 +0100 matthiasm moved vis/sonification bar to the bottom
Wed, 02 Apr 2014 10:50:48 +0100 Chris Cannam Add save session options, etc
Wed, 02 Apr 2014 10:35:28 +0100 Chris Cannam Shortcuts
Wed, 02 Apr 2014 09:47:27 +0100 Chris Cannam Add selection strip mouse actions to key and mouse reference
Wed, 02 Apr 2014 09:18:45 +0100 Chris Cannam Menu shortcuts and status tips
Wed, 02 Apr 2014 09:12:18 +0100 Chris Cannam Fix accidental nesting of compound commands which broke "Abandon Selection" logic; move note-snap after editing into the compound command for the edit function instead of issuing a separate command
Wed, 02 Apr 2014 09:03:42 +0100 Chris Cannam We should be able to switch tool mode at any time
Wed, 02 Apr 2014 09:01:56 +0100 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)
Wed, 02 Apr 2014 08:33:27 +0100 Chris Cannam Restore "Snap Notes" action (it's still necessary because you can move notes away manually)
Tue, 01 Apr 2014 13:42:34 +0100 Chris Cannam Add an activity log
Thu, 27 Mar 2014 18:12:38 +0000 Chris Cannam Implement "Form Note from Selection"; remove Snap Notes to Pitch Track because every other editing operation *should* now be doing that automatically
Thu, 27 Mar 2014 18:02:12 +0000 Chris Cannam Make pitch-track editing operations update the notes as well, automatically
Thu, 27 Mar 2014 16:30:26 +0000 Chris Cannam Add Merge Notes
Thu, 27 Mar 2014 15:59:46 +0000 Chris Cannam Add command to snap notes back to pitch track median on request; add split at selection boundaries
Tue, 11 Mar 2014 14:54:39 +0000 Chris Cannam Newer version warning
Tue, 11 Mar 2014 09:26:04 +0000 Chris Cannam Crude ability to adjust displayed frequency range
Mon, 10 Mar 2014 14:59:50 +0000 Chris Cannam Fix #899 crash when loading new file
Fri, 07 Mar 2014 16:27:10 +0000 Chris Cannam Fix for #892 (Cannot export pitch track)
Fri, 07 Mar 2014 10:31:51 +0000 Chris Cannam Avoid starting an action if selection is changed when no document present
Thu, 06 Mar 2014 15:00:06 -0500 Justin Salamon removed icon widgets, placed icons on top of show toggle button, hiding layer disables play button
Thu, 06 Mar 2014 15:17:21 +0000 Chris Cannam Reduce visual clutter (using GlobalOverlays mode) for #888 (Move or Remove Stats from Selection Box)
Thu, 06 Mar 2014 14:31:22 +0000 Chris Cannam Credits
Thu, 06 Mar 2014 14:31:04 +0000 Chris Cannam Rework key shortcuts after issue #890: merge the octave up/down and candidate up/down functions and make all Tony pitch-editing functions have Ctrl modifier
Thu, 06 Mar 2014 11:02:53 +0000 Chris Cannam Unified toolbar, and version check
Wed, 05 Mar 2014 13:20:26 +0000 Chris Cannam Properly rationalise the show/hide/add/remove layer logic for pitch candidates: ctrl+return maps through to a show layer command (but the layers remain in the view) while the add/remove layer flow is used for layer creation after selection and for abandoning an edit or discarding a selection.