log data/model/ModelDataTableModel.cpp @ 1068:135c5899a71f tonioni

age author description
2015-03-10 Chris Cannam More type fixes 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-07-17 Chris Cannam Fix some errant signals (the modelChanged with args are now modelChangedWithin)
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ 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 Get remainder of svcore building with 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
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2009-10-22 Chris Cannam * Layer data editor window: fix sorting for columns in region model, sv-v1.7.1
2008-10-09 Chris Cannam * Support transforms that output regions with more than one bin (by
2008-08-07 Chris Cannam * Add IntervalModel as base class for NoteModel (and other, further
2008-06-18 Chris Cannam * Add playback controls to data edit dialog
2008-06-17 Chris Cannam * a bit of progress on retaining current row when sorting changes &c
2008-06-16 Chris Cannam * Basic implementation of add and remove point in data editor
2008-06-16 Chris Cannam * build fix
2008-06-13 Chris Cannam * Add audio device selection to preferences
2008-06-12 Chris Cannam * Add more data-editor support to various models
2008-06-12 Chris Cannam * sorting arbitrary columns in data editor
2008-06-11 Chris Cannam * Fix for data modification in data edit view... now why isn't the
2008-06-11 Chris Cannam * reorganise tabular data editor model support
2008-06-11 Chris Cannam * A bit more work on the data editor
2008-06-10 Chris Cannam * Compile fixes
2008-06-09 Chris Cannam * basics of data editing in data table view
2008-06-06 Chris Cannam * Start adding a spreadsheet-style editor window for model data