aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongLoader.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-26fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann1-0/+3
New in clang 3.6.
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann1-9/+8
Replaces map_to_relative_path() from Mapper.cxx.
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann1-2/+4
Use Storage::MapUTF8() internally, don't use global variables.
2014-02-04Instance: add Database attributeMax Kellermann1-0/+7
Move from db/DatabaseGlue.cxx, eliminating global variable.
2014-02-04db/DatabasePlaylist: pass Database reference aroundMax Kellermann1-3/+4
Reduce global variable usage, move to frontend code.
2014-02-03SongLoader: new class that merges duplicate codeMax Kellermann1-0/+102
There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files.