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