log

age author description
Mon, 08 Dec 2008 15:08:39 +0000 Chris Cannam * Ensure SimpleSPARQLQuery stores an error string properly when query sv-v1.4rc1
Mon, 08 Dec 2008 11:53:10 +0000 Chris Cannam * Ensure text models are exported with text properties in RDF, and
Mon, 08 Dec 2008 11:15:13 +0000 Chris Cannam * Cut back on the locking and general workload in
Fri, 05 Dec 2008 16:18:04 +0000 Chris Cannam * Support recording the summary type in transform
Fri, 05 Dec 2008 14:19:04 +0000 Chris Cannam * Implement proper RDF feature writing for track level features, using
Fri, 05 Dec 2008 11:31:51 +0000 Chris Cannam * colon not permitted in filename on windows
Fri, 05 Dec 2008 11:24:13 +0000 Chris Cannam * Avoid a sometime crash on exit, by simply not deleting stuff
Fri, 05 Dec 2008 11:09:44 +0000 Chris Cannam * Add FeatureWriter method to set basic track metadata; write it out from
Fri, 05 Dec 2008 09:40:42 +0000 Chris Cannam * Make RDFTransformFactory::writeTransformToRDF write out partial
Thu, 04 Dec 2008 17:17:06 +0000 Chris Cannam * minor stuff
Thu, 04 Dec 2008 17:15:15 +0000 Chris Cannam ...
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
Fri, 28 Nov 2008 13:47:11 +0000 Chris Cannam * Bring FeatureWriter and RDFFeatureWriter into the fold (from Runner)
Fri, 28 Nov 2008 13:36:13 +0000 Chris Cannam Various fixes:
Thu, 27 Nov 2008 22:09:58 +0000 Chris Cannam * Support http redirects
Wed, 26 Nov 2008 13:55:00 +0000 Chris Cannam * Warning, not error
Tue, 25 Nov 2008 17:46:02 +0000 Chris Cannam * Add ability to export a transform structure as RDF -- for use
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
Mon, 24 Nov 2008 12:26:21 +0000 Chris Cannam * When loading data with timestamps in seconds, round each time to its
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
Fri, 21 Nov 2008 13:37:35 +0000 Chris Cannam * Use enum for transform type instead of trying to do dumb things like
Thu, 20 Nov 2008 14:58:52 +0000 Chris Cannam * don't pre-declare classes in Vamp namespace (namespace may change!)
Thu, 20 Nov 2008 12:09:55 +0000 Chris Cannam * Add more informative text to Find a Transform (particularly when none
Wed, 19 Nov 2008 21:36:33 +0000 Chris Cannam * minor text change
Tue, 18 Nov 2008 10:08:32 +0000 Chris Cannam * Convert local filename properly to URL form
Fri, 14 Nov 2008 12:29:48 +0000 Chris Cannam * Fix a deadlock
Fri, 14 Nov 2008 10:10:05 +0000 Chris Cannam * Auto-select RDF datastore/parsing backend; use trees datastore if
Thu, 13 Nov 2008 14:23:23 +0000 Chris Cannam * Add Redland datastore support to SimpleSPARQLQuery
Wed, 12 Nov 2008 16:39:29 +0000 Chris Cannam * Make scale bar more accurate (if no more helpful) in log scaled colour 3d plot
Tue, 11 Nov 2008 13:54:47 +0000 Chris Cannam * Add use-log-scale estimator. Not quite right yet; the model doesn't
Tue, 11 Nov 2008 09:41:45 +0000 Chris Cannam * Start thread to populate uninstalled transforms only on request
Fri, 07 Nov 2008 20:25:57 +0000 Chris Cannam * Avoid deadlock in indexer
Fri, 07 Nov 2008 17:31:06 +0000 Chris Cannam * Update to new-line vamp plugin sdk
Wed, 29 Oct 2008 12:37:32 +0000 Chris Cannam * Ensure that region features are added even if they lack any values!
Tue, 28 Oct 2008 18:06:06 +0000 Chris Cannam * Avoid waiting on uninstalled transforms mutex in TransformFactory::
Tue, 28 Oct 2008 12:39:53 +0000 Chris Cannam * Add more info button to plugin dialog
Tue, 28 Oct 2008 11:38:43 +0000 Chris Cannam * tidy up uses of CachedFile
Tue, 28 Oct 2008 11:37:33 +0000 Chris Cannam * revert changes from r1254 as well; also restore a fix from r1245
Tue, 28 Oct 2008 11:07:08 +0000 Chris Cannam * Revert revisions 1244 and 1245 on FileSource -- backing out its
Mon, 27 Oct 2008 20:29:55 +0000 Chris Cannam * complete switching the code to use CachedFile -- now to tidy & fix the
Mon, 27 Oct 2008 18:15:20 +0000 Chris Cannam * make use of CachedFile (untested)
Mon, 27 Oct 2008 15:07:35 +0000 Chris Cannam * flesh out CachedFile a bit more
Mon, 27 Oct 2008 11:53:35 +0000 Chris Cannam * stub out persistent cacheing class, as I've decided I don't like the
Fri, 24 Oct 2008 14:52:40 +0000 Chris Cannam * Add vertical zoom and pan to time-value layer.
Thu, 23 Oct 2008 16:32:00 +0000 Chris Cannam * typo fix only
Thu, 23 Oct 2008 16:30:48 +0000 Chris Cannam * Add More Info URL to plugin finder
Fri, 17 Oct 2008 15:26:29 +0000 Chris Cannam * Some work on querying and cacheing plugin RDF from a central index
Fri, 17 Oct 2008 13:32:55 +0000 Chris Cannam * Add persistent cache file support to FileSource (e.g. for RDF
Thu, 16 Oct 2008 13:38:33 +0000 Chris Cannam * somewhat clearer layout in region layer
Wed, 15 Oct 2008 12:08:02 +0000 Chris Cannam * Fix race condition in FFTFileCache when reading from the same FFT model
Tue, 14 Oct 2008 16:36:35 +0000 Chris Cannam * Add beginnings of capability to search plugins that are not yet
Mon, 13 Oct 2008 13:53:05 +0000 Chris Cannam * minor addition to help out future work
Thu, 09 Oct 2008 20:10:28 +0000 Chris Cannam * Fix a nasty and long-standing race condition in MatrixFile's use of
Thu, 09 Oct 2008 13:13:33 +0000 Chris Cannam * Support transforms that output regions with more than one bin (by
Thu, 09 Oct 2008 12:22:02 +0000 Chris Cannam * debug
Thu, 09 Oct 2008 12:04:22 +0000 Chris Cannam * Save/load of region models