log base/View.cpp @ 146:f90fad823cea

age author description
2006-07-28 Chris Cannam * Add Recent Files menu
2006-07-21 Chris Cannam * Finish preferences dialog (as far as it's going at the moment) and connect it up
2006-07-20 Chris Cannam * start work on prefs dialog
2006-07-05 Chris Cannam * Restore progress updates to spectrogram
2006-05-22 Chris Cannam * Make mp3 file importer read the file, instead of mmapping it (for portability)
2006-05-12 Chris Cannam * Make vertical scale alignment modes work in note layer as well as time-value sv1-v0.9rc1
2006-05-09 Chris Cannam * It turns out we can be more efficient in the spectrogram repaints by
2006-05-08 Chris Cannam * Remove selection extents labels if no text overlays
2006-05-08 Chris Cannam * Make a single base Thread class for RT and non-RT threads
2006-05-08 Chris Cannam * add a column bitmap to the matrix file object to record which columns
2006-05-05 Chris Cannam * win32 fixes
2006-05-05 Chris Cannam * Move matrix/fft file code to fileio (from base)
2006-05-03 Chris Cannam * Add property labels to property containers (so i18n() won't affect file format)
2006-04-27 Chris Cannam * Ensure consistent ordering of layer text labels
2006-04-13 Chris Cannam * Replace crash with warning when a transform could not be automatically
2006-03-30 Chris Cannam * Add stub for item-edit dialog (for editing properties of an item on double-
2006-03-21 Martin Gasser fixed some bugs in tonal change detection function, removed ChromaMatrix (no longer used), added TCSgram
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-16 Chris Cannam * Add Insert Instant function in main window
2006-03-15 Chris Cannam * Restore proper channel selection support for new layers
2006-03-13 Chris Cannam * Use commands for add/delete pane in main window
2006-03-10 Chris Cannam * More document structure / main window / file I/O work
2006-03-03 Martin Gasser MacOS fixes, TonalChangeDetector added
2006-03-02 Chris Cannam * Refactor Layer classes so as no longer to store a single View pointer;
2006-02-27 Chris Cannam * Add "Export Audio File" option
2006-02-23 Chris Cannam * Rearrange spectrogram cacheing so that gain, normalization, instantaneous
2006-02-20 Chris Cannam * Add TextModel and TextLayer types
2006-02-17 Chris Cannam * Implement play mute, level and pan controls and a layer visibility control
2006-02-09 Chris Cannam * Add basics of MIDI file import. Doesn't actually create the model yet.
2006-02-08 Chris Cannam * Add ffwd/rewind
2006-02-03 Chris Cannam * Some fixes to waveform layer greyscaling
2006-02-02 Chris Cannam * Add natty segmentation display to time-value layer. Need to do the same
2006-02-02 Chris Cannam * Refactor sparse models. Previously the 1D and time-value models duplicated
2006-02-01 Chris Cannam * Add Chromagram plugin, and make a number of fixes to the dense 3d model
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-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 * Beginnings of session save code
2006-01-12 Chris Cannam * Debug
2006-01-10 Chris Cannam initial import