Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-27 | PlayerControl: use std::chrono::duration for Seek() | Max Kellermann | 1 | -1/+2 | |
2014-08-07 | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 2 | -4/+4 | |
2014-07-30 | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | 4 | -40/+39 | |
2014-07-12 | QueueSave: use the long format to save partial songs | Max Kellermann | 1 | -1/+6 | |
Previously, only streams were saved with range and tags, but this is necessary for all "partial" songs (e.g. CUE tracks). | |||||
2014-07-12 | QueueCommands: new command "rangeid" | Max Kellermann | 2 | -0/+65 | |
Manipulates the playback range of a queued song. | |||||
2014-07-11 | PlaylistEdit: fix typo in code comment | Max Kellermann | 1 | -1/+1 | |
2014-02-27 | Playlist: use the Error library to return errors | Max Kellermann | 2 | -33/+29 | |
2014-02-27 | Playlist*: move to queue/ | Max Kellermann | 8 | -0/+1732 | |
2014-02-03 | QueueSave: use class SongLoader | Max Kellermann | 2 | -15/+13 | |
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | 1 | -0/+2 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Client*: move to client/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Queue*: move to queue/ | Max Kellermann | 7 | -0/+1270 | |