log widgets/LayerTree.cpp @ 1134:199049012fc6 spectrogram-minor-refactor

age author description
2015-03-10 Chris Cannam More type fixes cxx11
2014-06-17 Chris Cannam More unsigned/long and warning fixes warnfix_no_size_t
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2013-03-11 Chris Cannam Build fixes for Qt5 qt5
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2008-06-06 Chris Cannam * Start adding a spreadsheet-style editor window for model data
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-08-16 Chris Cannam * Layer tree view updating when visibility / audibility changed (and layers
2007-07-04 Chris Cannam * Pull peak-picker out of SpectrumLayer and into FFTModel; use combined
2007-07-03 Chris Cannam * Fix up and simplify the LayerTreeModel, removing a horrible memory leak
2007-06-28 Chris Cannam * Change a number of keyboard shortcuts -- get rid of all the Alt+ shortcuts
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.
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-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