Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-04 | Instance: add Database attribute | Max Kellermann | 1 | -0/+7 | |
Move from db/DatabaseGlue.cxx, eliminating global variable. | |||||
2014-02-04 | db/DatabasePlaylist: pass Database reference around | Max Kellermann | 1 | -3/+4 | |
Reduce global variable usage, move to frontend code. | |||||
2014-02-03 | SongLoader: new class that merges duplicate code | Max Kellermann | 1 | -0/+102 | |
There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files. |