log data/model/Model.h @ 1332:b1a7f4554400 svg

age author description
2015-10-13 Chris Cannam Adjust model update during recording or writing a new wave file. Formerly we were using the model's completion percentage to indicate write proportion and completion -- that's not a good idea because some layers will reasonably avoid rendering at all until a model reaches 100% completion (it's supposed to report only progress on the initial model generation, and the model shouldn't change during completion updates). tony-2.0-integration
2015-06-15 Chris Cannam Rework audio file reader API to prefer using std containers simple-fft-model
2015-05-15 Chris Cannam Fix #1222 CSV export of time-instants layer omits last point
2015-03-31 Chris Cannam clone() is never used (therefore presumably never works either) tonioni
2015-03-30 Chris Cannam Add data export options (not all implemented yet) tonioni
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2014-06-18 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
2014-06-17 Chris Cannam Disambiguate signals warnfix_no_size_t
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2014-06-13 Chris Cannam Add an experimental cancel button to view progress bars tonioni
2014-02-04 Chris Cannam Avoid compiler warning tonioni
2013-10-09 Chris Cannam Add toDelimitedDataString alternative with frame extents
2009-02-12 Chris Cannam * Some fairly simplistic code to set up layer type properties based on
2008-05-19 Chris Cannam * Permit holding Shift while dragging an instant or other edited thing,
2008-04-29 Chris Cannam * Save alignments to session file. Needs much testing.
2008-03-13 Chris Cannam * Fix #1628781 changes to layer visibility and mute should use a command
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-11-09 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
2007-10-24 Chris Cannam * Hoist alignment model set/query up to Model, so any models can be aligned
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2007-09-28 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).
2007-08-24 Chris Cannam * Revert revision 713. We do like QStrings after all.
2007-08-09 Chris Cannam * change some QStrings to std::strings etc
2006-10-05 Chris Cannam * Tidy up inheritance hierarchy of model classes -- remove ZoomConstraint as
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.