Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | queue/PlaylistState: remove unused macro | Max Kellermann | 2015-01-22 | 1 | -3/+0 |
| | |||||
* | config/Option: convert to strictly-typed enum | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 15 | -15/+15 |
| | |||||
* | Playlist: reset song priority on playback | Max Kellermann | 2014-11-26 | 1 | -0/+4 |
| | | | | | | A priority should be a volatile thing: it should schedule a song for playing back once, but it should not affect the next time the queue gets played. | ||||
* | Queue: add "reorder" parameter to SetPriority() | Max Kellermann | 2014-11-26 | 2 | -3/+7 |
| | |||||
* | Playlist: add method SongStarted() | Max Kellermann | 2014-11-26 | 2 | -1/+23 |
| | | | | Empty currently, but code will be added song. | ||||
* | Playlist: move more functions into the class | Max Kellermann | 2014-11-26 | 2 | -28/+29 |
| | |||||
* | Playlist: add another assertion | Max Kellermann | 2014-11-26 | 1 | -0/+1 |
| | |||||
* | Playlist: move playlist_song_started() into the class | Max Kellermann | 2014-11-26 | 2 | -12/+15 |
| | |||||
* | Merge tag 'v0.18.13' | Max Kellermann | 2014-08-31 | 2 | -9/+24 |
| | |||||
* | PlayerThread: use SongTime for elapsed_time | Max Kellermann | 2014-08-29 | 2 | -5/+5 |
| | |||||
* | Tag: use SignedSongTime for the song duration | Max Kellermann | 2014-08-29 | 1 | -4/+5 |
| | |||||
* | PlaylistEdit: pass std::chrono::duration to SetSongIdRange() | Max Kellermann | 2014-08-28 | 2 | -9/+9 |
| | |||||
* | DetachedSong: use std::chrono::duration for start_ms and end_ms | Max Kellermann | 2014-08-28 | 2 | -3/+3 |
| | |||||
* | Playlist: use std::chrono::duration for Seek*() | Max Kellermann | 2014-08-28 | 3 | -17/+19 |
| | |||||
* | PlayerControl: use std::chrono::duration for Seek() | Max Kellermann | 2014-08-27 | 1 | -1/+2 |
| | |||||
* | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 2014-08-07 | 2 | -4/+4 |
| | |||||
* | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | 2014-07-30 | 4 | -40/+39 |
| | |||||
* | QueueSave: use the long format to save partial songs | Max Kellermann | 2014-07-12 | 1 | -1/+6 |
| | | | | | Previously, only streams were saved with range and tags, but this is necessary for all "partial" songs (e.g. CUE tracks). | ||||
* | QueueCommands: new command "rangeid" | Max Kellermann | 2014-07-12 | 2 | -0/+65 |
| | | | | Manipulates the playback range of a queued song. | ||||
* | PlaylistEdit: fix typo in code comment | Max Kellermann | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-11 | 4 | -3/+63 |
| | |||||
* | Merge tag 'release-0.18.10' | Max Kellermann | 2014-04-10 | 1 | -10/+8 |
| | |||||
* | Playlist: use the Error library to return errors | Max Kellermann | 2014-02-27 | 2 | -33/+29 |
| | |||||
* | Playlist*: move to queue/ | Max Kellermann | 2014-02-27 | 8 | -0/+1732 |
| | |||||
* | QueueSave: use class SongLoader | Max Kellermann | 2014-02-03 | 2 | -15/+13 |
| | |||||
* | db: add compile-time option to disable database | Max Kellermann | 2014-01-30 | 1 | -0/+2 |
| | |||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Queue*: move to queue/ | Max Kellermann | 2014-01-24 | 7 | -0/+1270 |