log

age author description
2008-11-28 Chris Cannam * Much more sensible pane layouts, etc., when loading RDF; also offer
2008-11-28 Chris Cannam * Bring FeatureWriter and RDFFeatureWriter into the fold (from Runner)
2008-11-28 Chris Cannam Various fixes:
2008-11-27 Chris Cannam * Support http redirects
2008-11-26 Chris Cannam * Warning, not error
2008-11-25 Chris Cannam * Add ability to export a transform structure as RDF -- for use
2008-11-25 Chris Cannam * RDF importer: add model titles where possible
2008-11-24 Chris Cannam * Update RDF query stuff again so as to set up a temporary datastore
2008-11-24 Chris Cannam * When loading data with timestamps in seconds, round each time to its
2008-11-21 Chris Cannam * Make it possible to import an entire session from an RDF document.
2008-11-21 Chris Cannam * Reorganise our sparql queries on the basis that Redland must be
2008-11-21 Chris Cannam * remove some unused code
2008-11-21 Chris Cannam * Use enum for transform type instead of trying to do dumb things like
2008-11-20 Chris Cannam * don't pre-declare classes in Vamp namespace (namespace may change!)
2008-11-20 Chris Cannam * Add more informative text to Find a Transform (particularly when none
2008-11-19 Chris Cannam * minor text change
2008-11-18 Chris Cannam * Convert local filename properly to URL form
2008-11-14 Chris Cannam * Fix a deadlock
2008-11-14 Chris Cannam * Auto-select RDF datastore/parsing backend; use trees datastore if
2008-11-13 Chris Cannam * Add Redland datastore support to SimpleSPARQLQuery
2008-11-12 Chris Cannam * Make scale bar more accurate (if no more helpful) in log scaled colour 3d plot
2008-11-11 Chris Cannam * Add use-log-scale estimator. Not quite right yet; the model doesn't
2008-11-11 Chris Cannam * Start thread to populate uninstalled transforms only on request
2008-11-07 Chris Cannam * Avoid deadlock in indexer
2008-11-07 Chris Cannam * Update to new-line vamp plugin sdk
2008-10-29 Chris Cannam * Ensure that region features are added even if they lack any values!
2008-10-28 Chris Cannam * Avoid waiting on uninstalled transforms mutex in TransformFactory::
2008-10-28 Chris Cannam * Add more info button to plugin dialog
2008-10-28 Chris Cannam * tidy up uses of CachedFile
2008-10-28 Chris Cannam * revert changes from r1254 as well; also restore a fix from r1245
2008-10-28 Chris Cannam * Revert revisions 1244 and 1245 on FileSource -- backing out its
2008-10-27 Chris Cannam * complete switching the code to use CachedFile -- now to tidy & fix the
2008-10-27 Chris Cannam * make use of CachedFile (untested)
2008-10-27 Chris Cannam * flesh out CachedFile a bit more
2008-10-27 Chris Cannam * stub out persistent cacheing class, as I've decided I don't like the
2008-10-24 Chris Cannam * Add vertical zoom and pan to time-value layer.
2008-10-23 Chris Cannam * typo fix only
2008-10-23 Chris Cannam * Add More Info URL to plugin finder
2008-10-17 Chris Cannam * Some work on querying and cacheing plugin RDF from a central index
2008-10-17 Chris Cannam * Add persistent cache file support to FileSource (e.g. for RDF
2008-10-16 Chris Cannam * somewhat clearer layout in region layer
2008-10-15 Chris Cannam * Fix race condition in FFTFileCache when reading from the same FFT model
2008-10-14 Chris Cannam * Add beginnings of capability to search plugins that are not yet
2008-10-13 Chris Cannam * minor addition to help out future work
2008-10-09 Chris Cannam * Fix a nasty and long-standing race condition in MatrixFile's use of
2008-10-09 Chris Cannam * Support transforms that output regions with more than one bin (by
2008-10-09 Chris Cannam * debug
2008-10-09 Chris Cannam * Save/load of region models
2008-10-08 Chris Cannam * Fix (kinda) display of fixed-sample-rate features with sample rate
2008-10-07 Chris Cannam * Query range before time (in case time component of range turns out to
2008-10-07 Chris Cannam * Support importing features from RDF whose times are intervals rather
2008-10-03 Chris Cannam nothing much!
2008-09-29 Chris Cannam * More transform finder stuff
2008-09-29 Chris Cannam * More SelectableLabel and TransformFinder tweaking
2008-09-25 Chris Cannam * some work on transform finder
2008-09-23 Chris Cannam * Start work on TransformFinder dialog
2008-09-22 Chris Cannam * Add beginnings of transform-search-by-text function
2008-09-19 Chris Cannam * Add segmentation plot type to region layer (plotting not implemented yet)
2008-09-18 Chris Cannam * Add region model and layer; improve assignment of model types to
2008-09-18 Chris Cannam * Merge revisions 1131 to 1201 from sv-rdf-import branch