Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-04 | db/DatabasePlaylist: pass Database reference around | Max Kellermann | 1 | -4/+6 | |
Reduce global variable usage, move to frontend code. | |||||
2014-02-03 | SongLoader: new class that merges duplicate code | Max Kellermann | 1 | -10/+41 | |
There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files. | |||||
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -1/+1 | |
2014-01-23 | playlist/*: move to playlist/plugins/ | Max Kellermann | 1 | -1/+1 | |
2014-01-21 | PlaylistSong: modify the given song object in-place | Max Kellermann | 1 | -48/+31 | |
Reduce bloat. | |||||
2014-01-21 | test: add unit test for playlist_check_translate_song() | Max Kellermann | 1 | -0/+290 | |