Mon, 26 Nov 2018 14:33:41 +0000 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
Mon, 23 Apr 2018 16:03:35 +0100 |
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.
|
Sat, 05 Nov 2016 10:40:22 +0000 |
Chris Cannam |
Avoid assigning model resolution of 0 to models coming from plugins that report weirdly high output rates (symptom: data did not show up in edit layer data dialog, as the row/frame conversion failed)
piper
|
Tue, 10 Mar 2015 13:22:10 +0000 |
Chris Cannam |
More type fixes
cxx11
|
Tue, 03 Mar 2015 15:18:24 +0000 |
Chris Cannam |
Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet.
cxx11
|
Thu, 17 Jul 2014 14:50:31 +0100 |
Chris Cannam |
Fix some errant signals (the modelChanged with args are now modelChangedWithin)
|
Tue, 17 Jun 2014 14:33:42 +0100 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
Tue, 26 Nov 2013 13:35:08 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
Mon, 11 Mar 2013 13:55:22 +0000 |
Chris Cannam |
Get remainder of svcore building with Qt5
qt5
|
Tue, 14 Jun 2011 15:26:52 +0100 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
Mon, 16 May 2011 17:19:09 +0100 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
Thu, 12 May 2011 17:31:24 +0100 |
Chris Cannam |
Remove most toStdString calls (no longer needed, with debug header)
debug-output
|
Thu, 22 Oct 2009 15:54:21 +0000 |
Chris Cannam |
* Layer data editor window: fix sorting for columns in region model,
sv-v1.7.1
|
Thu, 09 Oct 2008 13:13:33 +0000 |
Chris Cannam |
* Support transforms that output regions with more than one bin (by
|
Thu, 07 Aug 2008 15:59:20 +0000 |
Chris Cannam |
* Add IntervalModel as base class for NoteModel (and other, further
|
Wed, 18 Jun 2008 15:53:23 +0000 |
Chris Cannam |
* Add playback controls to data edit dialog
|
Tue, 17 Jun 2008 16:07:56 +0000 |
Chris Cannam |
* a bit of progress on retaining current row when sorting changes &c
|
Mon, 16 Jun 2008 14:48:42 +0000 |
Chris Cannam |
* Basic implementation of add and remove point in data editor
|
Mon, 16 Jun 2008 07:55:35 +0000 |
Chris Cannam |
* build fix
|
Fri, 13 Jun 2008 21:09:43 +0000 |
Chris Cannam |
* Add audio device selection to preferences
|
Thu, 12 Jun 2008 14:33:45 +0000 |
Chris Cannam |
* Add more data-editor support to various models
|
Thu, 12 Jun 2008 09:03:00 +0000 |
Chris Cannam |
* sorting arbitrary columns in data editor
|
Wed, 11 Jun 2008 17:00:04 +0000 |
Chris Cannam |
* Fix for data modification in data edit view... now why isn't the
|
Wed, 11 Jun 2008 16:13:25 +0000 |
Chris Cannam |
* reorganise tabular data editor model support
|
Wed, 11 Jun 2008 12:54:18 +0000 |
Chris Cannam |
* A bit more work on the data editor
|
Tue, 10 Jun 2008 09:11:42 +0000 |
Chris Cannam |
* Compile fixes
|
Mon, 09 Jun 2008 16:01:50 +0000 |
Chris Cannam |
* basics of data editing in data table view
|
Fri, 06 Jun 2008 15:26:27 +0000 |
Chris Cannam |
* Start adding a spreadsheet-style editor window for model data
|