log widgets/Pane.cpp @ 112:43b1ca9647e1

age author description
2006-05-12 Chris Cannam * Make vertical scale alignment modes work in note layer as well as time-value sv1-v0.9rc1
2006-05-11 Chris Cannam * Fix serious failure to reload "imported" (i.e. all non-derived non-main)
2006-05-05 Chris Cannam * Move matrix/fft file code to fileio (from base)
2006-04-27 Chris Cannam * Add file open/save operations to main toolbar
2006-04-10 Chris Cannam * Implement harmonic cursor in spectrogram
2006-03-30 Chris Cannam * Add stub for item-edit dialog (for editing properties of an item on double-
2006-03-29 Chris Cannam * Add scale lines to waveform layer
2006-03-29 Chris Cannam * Add auto-normalize option to waveform layer
2006-03-20 Chris Cannam * truncate layer name texts if they get too wide
2006-03-20 Chris Cannam * Update licensing rubric for GPL
2006-03-20 Chris Cannam * Set indent-tabs-mode to nil in Emacs mode direction
2006-03-17 Chris Cannam * Add menu for re-adding existing layers
2006-03-16 Chris Cannam * Add Insert Instant function in main window
2006-03-10 Chris Cannam * Tidying and bug fixes in document stuff and file load/save
2006-03-08 Chris Cannam * more MainWindow/Document stuff
2006-03-08 Chris Cannam * Further MainWindow -> Document refactoring
2006-03-06 Chris Cannam * A bit more work on main window / document / commands stuff. This is still
2006-03-02 Chris Cannam * Refactor Layer classes so as no longer to store a single View pointer;
2006-03-01 Chris Cannam * Rejig project file a bit to do pkg-config detection &c
2006-02-27 Chris Cannam * Add "Export Audio File" option
2006-02-24 Chris Cannam * Add time/Hz description for waveform model to the bottom right of a pane
2006-02-22 Chris Cannam * Make the frequency estimation mode in the spectrogram layer actually useful,
2006-02-20 Chris Cannam * Improvements to text layer editing, and implement file I/O for it
2006-02-20 Chris Cannam * Add TextModel and TextLayer types
2006-02-06 Chris Cannam * Rationalise the local feature identification API in Layer subclasses
2006-02-03 Chris Cannam * Some fixes to waveform layer greyscaling
2006-02-02 Chris Cannam * Refactor sparse models. Previously the 1D and time-value models duplicated
2006-01-31 Chris Cannam * Add Zero Crossings output from zc plugin (as well as Zero Crossings Count)
2006-01-30 Chris Cannam * Add command history class, and basic undo/redo menus. No actual commands
2006-01-30 Chris Cannam * Add getXForFrame / getFrameForX in preference to using the zoom level everywhere
2006-01-27 Chris Cannam * Introduce potentially-separate read and write ring buffers, so we can swap
2006-01-26 Chris Cannam * Add basic drag editing of time instants.
2006-01-26 Chris Cannam * Add ability to create empty layers for editing
2006-01-25 Chris Cannam * Fix update and play limits for play-selection mode when not looping
2006-01-24 Chris Cannam * Add play-selection and looping modes. Looping seems to work OK, but
2006-01-23 Chris Cannam * Hook up tool selection buttons to switch the cursor mode
2006-01-13 Chris Cannam * Session file save, and the skeleton of session file load.
2006-01-12 Chris Cannam * Update copyrights to 2006
2006-01-10 Chris Cannam initial import