Mon, 11 May 2020 17:27:18 +0100 |
Chris Cannam |
Pull out text-document check; it's useful elsewhere
|
Thu, 30 Apr 2020 14:46:07 +0100 |
Chris Cannam |
Be more cautious about firing up an RDF file parser to identify a document - don't do it at all if the document is not apparently text
|
Tue, 10 Sep 2019 16:34:47 +0100 |
Chris Cannam |
Split EditableDenseThreeDimensionalModel into explicitly compressed and uncompressed variants. Simplifies the uncompressed version, and we may want to consider whether we need the compressed one at all.
|
Fri, 05 Jul 2019 15:28:07 +0100 |
Chris Cannam |
Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles
by-id
|
Wed, 26 Jun 2019 14:59:09 +0100 |
Chris Cannam |
Some work on models and transformers
by-id
|
Fri, 22 Mar 2019 11:04:51 +0000 |
Chris Cannam |
Update TextModel
single-point
|
Wed, 20 Mar 2019 16:22:13 +0000 |
Chris Cannam |
Start updating SparseOneDimensionalModel
single-point
|
Mon, 18 Mar 2019 14:17:20 +0000 |
Chris Cannam |
Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too)
single-point
|
Fri, 15 Mar 2019 14:23:50 +0000 |
Chris Cannam |
Update RegionModel following NoteModel, er, model. They have quite a bit in common that we should now pull out some of
single-point
|
Wed, 13 Mar 2019 16:00:13 +0000 |
Chris Cannam |
Further API updates
single-point
|
Wed, 13 Mar 2019 14:50:10 +0000 |
Chris Cannam |
Update NoteModel to use EventSeries. This is incomplete and won't provide enough to update svgui for it yet; must also refactor to avoid duplication of nasty APIs when updating the rest of the models
single-point
|
Mon, 26 Nov 2018 14:33:41 +0000 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
Thu, 24 May 2018 16:30:55 +0100 |
Chris Cannam |
Avoid compiler warning
|
Wed, 19 Aug 2015 17:03:31 +0100 |
Chris Cannam |
Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that.
recording
|
Wed, 04 Mar 2015 12:01:04 +0000 |
Chris Cannam |
Introduce and use a samplerate type
cxx11
|
Tue, 03 Mar 2015 17:09:19 +0000 |
Chris Cannam |
This code now compiles. Main problem: sample rate types
cxx11
|
Tue, 17 Jun 2014 14:49:49 +0100 |
Chris Cannam |
More size_t evisceration and warning fixes
warnfix_no_size_t
|
Tue, 26 Nov 2013 13:43:31 +0000 |
Chris Cannam |
Drop toStdString, with debug header we can stream QStrings
|
Tue, 26 Nov 2013 13:35:08 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
Fri, 25 May 2012 14:57:14 +0100 |
Chris Cannam |
Some exception handling
dataquay
|
Thu, 24 May 2012 13:25:21 +0100 |
Chris Cannam |
A few bugfixes in RDF import and export
dataquay
|
Mon, 21 May 2012 14:33:35 +0100 |
Chris Cannam |
Further fixes for Dataquay compatibility
dataquay
|
Fri, 18 May 2012 21:23:12 +0100 |
Chris Cannam |
Tiny bit of work on the RDFTransformFactory
dataquay
|
Fri, 18 May 2012 21:06:45 +0100 |
Chris Cannam |
Convert RDFImporter to Dataquay
dataquay
|
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
|
Wed, 09 Mar 2011 11:48:01 +0000 |
Chris Cannam |
* Use note model when importing RDF types with "note" in them
|
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, 15 Oct 2009 11:32:21 +0000 |
Chris Cannam |
* When importing regions without values, generate a different value for
|
Thu, 15 Oct 2009 10:50:43 +0000 |
Chris Cannam |
* RDF importer: Features that are on different timeline URIs should go
|
Thu, 14 May 2009 14:33:40 +0000 |
Chris Cannam |
* Make SV capable of importing the signal/audiofile structure now written
|
Wed, 13 May 2009 13:30:08 +0000 |
Chris Cannam |
* Try to identify the properly conformant audio file structure written out
|
Fri, 27 Mar 2009 16:25:52 +0000 |
Chris Cannam |
* Pull out the widgetry part of FileFinder into widgets/InteractiveFileFinder
|
Thu, 12 Feb 2009 15:26:43 +0000 |
Chris Cannam |
* Some fairly simplistic code to set up layer type properties based on
|
Tue, 03 Feb 2009 11:12:19 +0000 |
Chris Cannam |
* minor fix
|
Fri, 23 Jan 2009 14:00:29 +0000 |
Chris Cannam |
* make compression optional in editable dense 3d model, and some tweaks
|
Fri, 12 Dec 2008 14:38:10 +0000 |
Chris Cannam |
* Use FileFinder to find audio source referred to in an RDF document,
|
Thu, 11 Dec 2008 15:18:10 +0000 |
Chris Cannam |
* Make FileSource able to indicate its preferred content type (e.g.
|
Mon, 08 Dec 2008 11:53:10 +0000 |
Chris Cannam |
* Ensure text models are exported with text properties in RDF, and
|
Fri, 05 Dec 2008 16:18:04 +0000 |
Chris Cannam |
* Support recording the summary type in transform
|
Tue, 02 Dec 2008 17:17:25 +0000 |
Chris Cannam |
* Permit viewing (though not editing) colour 3d plot layer data in
|
Fri, 28 Nov 2008 15:45:20 +0000 |
Chris Cannam |
* Much more sensible pane layouts, etc., when loading RDF; also offer
|
Tue, 25 Nov 2008 13:43:56 +0000 |
Chris Cannam |
* RDF importer: add model titles where possible
|
Mon, 24 Nov 2008 16:26:11 +0000 |
Chris Cannam |
* Update RDF query stuff again so as to set up a temporary datastore
|
Fri, 21 Nov 2008 18:03:14 +0000 |
Chris Cannam |
* Make it possible to import an entire session from an RDF document.
|
Fri, 21 Nov 2008 16:12:29 +0000 |
Chris Cannam |
* Reorganise our sparql queries on the basis that Redland must be
|
Fri, 21 Nov 2008 14:25:33 +0000 |
Chris Cannam |
* remove some unused code
|
Thu, 13 Nov 2008 14:23:23 +0000 |
Chris Cannam |
* Add Redland datastore support to SimpleSPARQLQuery
|
Tue, 07 Oct 2008 12:59:55 +0000 |
Chris Cannam |
* Query range before time (in case time component of range turns out to
|
Tue, 07 Oct 2008 12:42:17 +0000 |
Chris Cannam |
* Support importing features from RDF whose times are intervals rather
|
Fri, 03 Oct 2008 15:43:15 +0000 |
Chris Cannam |
nothing much!
|
Thu, 18 Sep 2008 12:33:30 +0000 |
Chris Cannam |
* Merge revisions 1131 to 1201 from sv-rdf-import branch
|
Thu, 18 Sep 2008 12:09:32 +0000 |
Chris Cannam |
* Merge revisions 1041 to 1130 from sv-rdf-import branch
|