2020-05-14 |
Chris Cannam |
Use cancellable serialiser; add some more profiling points
|
2020-05-14 |
Chris Cannam |
Make Serialiser cancellable while waiting for its lock
|
2020-05-14 |
Chris Cannam |
Print results in the opposite order, so most relevant ones are at the end of the listing
|
2020-05-11 |
Chris Cannam |
Pull out text-document check; it's useful elsewhere
|
2020-05-11 |
Chris Cannam |
Add support for doubling escapes for quotes in quoted texts in CSV-like formats on import (similar to how we, and the relevant RFC, do escaping on export now)
|
2020-05-06 |
Chris Cannam |
Add isSupported
|
2020-04-30 |
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
|
2020-04-30 |
Chris Cannam |
Add function (cribbed from Rosegarden source) to check whether a string is valid UTF-8
|
2020-04-29 |
Chris Cannam |
Merge
|
2020-04-29 |
Chris Cannam |
Remove debug output
|
2020-04-23 |
Chris Cannam |
Avoid returning expired pointers
|
2020-04-22 |
Chris Cannam |
Suppress debug
|
2020-04-22 |
Chris Cannam |
Add platform name query
|
2020-04-20 |
Chris Cannam |
Pull out Provider struct
|
2020-04-20 |
Chris Cannam |
Accept more than one library URI for a plugin; consistency checks for packs
|
2020-04-17 |
Chris Cannam |
Retrieve download URL, download type, and "pack" information
|
2020-04-17 |
Chris Cannam |
Ensure search results that match the whole "phrase" get higher scores than any others
|
2020-04-14 |
Chris Cannam |
Add required header
|
2020-04-14 |
Chris Cannam |
Comments
|
2020-04-09 |
Chris Cannam |
Fix out of range access to magnitudes
|
2020-04-09 |
Chris Cannam |
Merge
|
2020-04-09 |
Chris Cannam |
Unify various vectors to our base floatvec_t type; store columns in fft model cache at their desired height so we can return a reference (speeding up the peak-frequency spectrogram in particular)
|
2020-04-08 |
Chris Cannam |
Remove debug output
|
2020-04-06 |
Chris Cannam |
Merge from branch sensible-delimited-data-strings
|
2020-04-06 |
Chris Cannam |
Test CSV quoting
sensible-delimited-data-strings
|
2020-04-03 |
Chris Cannam |
Rewrite all the DelimitedDataString stuff so as to return vectors of individual cell strings rather than having the classes add the delimiters themselves. Rename accordingly to names based on StringExport. Take advantage of this in the CSV writer code so as to properly quote cells that contain delimiter characters.
sensible-delimited-data-strings
|
2020-04-03 |
Chris Cannam |
Merge from branch audio-source-refactor. Various changes to memory management for plugins, ring buffers etc, for safer code further up the stack
|
2020-03-27 |
Chris Cannam |
Add GenericCommand
|
2020-03-20 |
Chris Cannam |
Use shared_ptr for plugin instances throughout
audio-source-refactor
|
2020-03-20 |
Chris Cannam |
Might as well use the aligning allocator here, though it'll make no real difference
audio-source-refactor
|
2020-03-19 |
Chris Cannam |
Use a shared_ptr
audio-source-refactor
|
2020-03-19 |
Chris Cannam |
Make RingBuffer copyable, and simplify a bit
audio-source-refactor
|
2020-03-06 |
Chris Cannam |
Avoid compiler warning
|
2020-03-06 |
Chris Cannam |
Add option to avoid pulling in the WinRT dependency for this very small feature
|
2020-01-28 |
Chris Cannam |
Merge
|
2020-01-28 |
Chris Cannam |
This is distracting in Sonic Annotator
|
2020-01-24 |
Chris Cannam |
Merge from branch background-mode
|
2020-01-24 |
Chris Cannam |
Use slightly lighter version of accent colour in dark mode - it generally seems more appropriate in practice
background-mode
|
2020-01-23 |
Chris Cannam |
Add OSQueryAccentColour
background-mode
|
2020-01-20 |
Chris Cannam |
More sensible name
background-mode
|
2020-01-17 |
Chris Cannam |
Determine whether a dark background is indicated
background-mode
|
2020-01-14 |
Chris Cannam |
Merge from branch csv-export-dialog
|
2020-01-14 |
Chris Cannam |
Overhaul and tidy the export options, and add support for header row
csv-export-dialog
|
2020-01-10 |
Chris Cannam |
Add optional ability to write a header on delimited data output, & to write times in frames
|
2020-01-08 |
Chris Cannam |
Debug tweaks
|
2020-01-08 |
Chris Cannam |
Not virtual
|
2020-01-08 |
Chris Cannam |
Create target model without extents (we now have two separate constructors for this, the second one creates a model with extents even if both are zero)
|
2020-01-08 |
Chris Cannam |
Add Selection::toString for debug purposes
|
2019-11-22 |
Chris Cannam |
Forward getIndexForEvent
|
2019-10-29 |
Chris Cannam |
Comments and debug-related bits
|
2019-10-17 |
Chris Cannam |
OK, so now this pragma provokes a warning in gcc! Guard it with a clang guard
|
2019-10-16 |
Chris Cannam |
Looks like this is clang-only
|
2019-10-16 |
Chris Cannam |
Avoid some compiler warnings
|
2019-10-16 |
Chris Cannam |
Tidy
|
2019-10-14 |
Chris Cannam |
Implement missing TabularModel editing methods. Also made these pure in TabularModel, since almost all subclasses want them and (clearly) forgetting to implement them is a problem!
|
2019-10-10 |
Chris Cannam |
Make static to avoid multiple definitions
|
2019-10-10 |
Chris Cannam |
One last fix to this compatibility function (I hope!)
|
2019-10-10 |
Chris Cannam |
*sigh*
|
2019-10-10 |
Chris Cannam |
OK, that didn't work because of scoping/overload rules. Try this
|
2019-10-10 |
Chris Cannam |
Compatibility with Qt 5.2 (for the Ubuntu 14.04 build)
|