log data/fileio/FileSource.cpp @ 935:f960d67ce842 tonioni

age author description
2014-05-19 Chris Cannam Fixes to FileSource from Ted Felix (for Rosegarden): avoid blowing up through calling abort() from cleanup() when error occurred; set status correctly for FTP transfers
2014-05-13 Chris Cannam Avoid potential crash when network connection fails tony_integration
2013-11-26 Chris Cannam Drop toStdString, with debug header we can stream QStrings
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2013-07-30 Chris Cannam Merge
2013-07-19 Chris Cannam Use thread-local storage for network managers; otherwise we get "Cannot create children for a parent that is in a different thread" from nm.get()
2013-07-24 Chris Cannam When switching to "literal mode" for a local file path, use the original file path as passed to the FileSource ctor rather than going through QUrl. This avoids filename becoming encoded and QUrl::toString failing to decode it (as is happening with Windows paths using Qt5 currently).
2013-03-12 Chris Cannam Fix typo in signal name qt5
2013-03-11 Chris Cannam Get remainder of svcore building with Qt5 qt5
2013-03-11 Chris Cannam Get FileSource building qt5
2011-10-07 Chris Cannam Make FileSource capable of handling resource files.
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2011-04-14 Chris Cannam Make more (though still not entirely) robust in the face of running out of disc space
2010-10-19 Chris Cannam * If a FileSource URL won't convert at all in strict mode, try again in tolerant mode (necessary for e.g. filenames with square brackets in them)
2009-10-15 Chris Cannam * RDF importer: Features that are on different timeline URIs should go
2009-10-07 Chris Cannam * Convert strings to URLs in strict mode first; only try again in tolerant
2009-09-10 Chris Cannam * solaris build fixes
2009-01-20 Chris Cannam * Try to avoid leaving output files open after completion
2009-01-16 Chris Cannam * fix some warnings, remove debug
2009-01-15 Chris Cannam * Fix crash in SimpleSPARQLQuery
2008-12-12 Chris Cannam * remove some output
2008-12-11 Chris Cannam * Make FileSource able to indicate its preferred content type (e.g.
2008-12-05 Chris Cannam * Add FeatureWriter method to set basic track metadata; write it out from
2008-12-04 Chris Cannam * minor stuff
2008-11-28 Chris Cannam Various fixes:
2008-11-27 Chris Cannam * Support http redirects
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