log data/model/ModelDataTableModel.h @ 1886:f803d3c33f76 tip

age author description
2019-07-19 Chris Cannam Correct some erroneous signal signatures
2019-07-04 Chris Cannam Remove obsolete method by-id
2019-07-03 Chris Cannam Update to ModelId by-id
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2018-04-23 Chris Cannam The use of the begin/end pairs here just seems to cause too many rows to be deleted (from the visual representation, not the underlying model). Things apparently work better if we just modify the underlying model and let the change signals percolate back up again. To that end, update the change handlers so as to cover their proper ranges with dataChanged signals.
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
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-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-12 Chris Cannam * sorting arbitrary columns in data editor
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-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