Mercurial > hg > svcore
diff data/model/WaveFileModel.h @ 211:e2bbb58e6df6
Several changes related to referring to remote URLs for sessions and files:
* Pull file dialog wrapper functions out from MainWindow into FileFinder
* If a file referred to in a session is not found at its expected location,
try a few other alternatives (same location as the session file or same
location as the last audio file) before asking the user to locate it
* Allow user to give a URL when locating an audio file, not just locate on
the filesystem
* Make wave file models remember the "original" location (e.g. URL) of
the audio file, not just the actual location from which the data was
loaded (e.g. local copy of that URL) -- when saving a session, use the
original location so as not to refer to a temporary file
* Clean up incompletely-downloaded local copies of files
author | Chris Cannam |
---|---|
date | Thu, 11 Jan 2007 13:29:58 +0000 |
parents | 91fdc752e540 |
children | 185454896a76 |
line wrap: on
line diff
--- a/data/model/WaveFileModel.h Wed Jan 10 17:26:39 2007 +0000 +++ b/data/model/WaveFileModel.h Thu Jan 11 13:29:58 2007 +0000 @@ -33,7 +33,8 @@ public: WaveFileModel(QString path); - WaveFileModel(QString path, AudioFileReader *reader); + WaveFileModel(QString path, QString originalLocation); + WaveFileModel(QString originalLocation, AudioFileReader *reader); ~WaveFileModel(); bool isOK() const;