Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SongLoader: new class that merges duplicate code | Max Kellermann | 2014-02-03 | 1 | -10/+2 |
| | | | | | There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files. | ||||
* | Playlist: pass Database to DatabaseModified() | Max Kellermann | 2014-02-01 | 1 | -1/+2 |
| | | | | Don't use global variable. | ||||
* | Partition: disable DatabaseModified() if not ENABLE_DATABASE | Max Kellermann | 2014-02-01 | 1 | -0/+2 |
| | |||||
* | Queue*: move to queue/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-20 | 1 | -1/+1 |
|\ | |||||
| * | Queue: rename struct queue to Queue | Max Kellermann | 2014-01-20 | 1 | -1/+1 |
| | | | | | | | | | | Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway. | ||||
* | | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | | |||||
* | | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -7/+7 |
| | | | | | | | | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | ||||
* | | command: add commands "addtagid", "cleartagid" | Max Kellermann | 2013-12-02 | 1 | -0/+6 |
|/ | |||||
* | player_control: rename to PlayerControl | Max Kellermann | 2013-10-28 | 1 | -32/+32 |
| | |||||
* | Playlist: refresh new tags after database update | Max Kellermann | 2013-10-22 | 1 | -1/+4 |
| | | | | Fixes regression from commit e96779d. | ||||
* | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 2013-10-22 | 1 | -1/+6 |
| | | | | | | Finally restores an important feature that has been broken for several months when the PlayerThread started working with Song copies instead of pointers to the Queue's Song instances (commit e96779d). | ||||
* | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | 2013-10-20 | 1 | -38/+38 |
| | |||||
* | playlist_error: convert to C++ | Max Kellermann | 2013-08-10 | 1 | -1/+1 |
| | |||||
* | include cleanup | Max Kellermann | 2013-07-30 | 1 | -2/+0 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -5/+6 |
| | |||||
* | Playlist, Song: clarify parameter encoding | Max Kellermann | 2013-01-18 | 1 | -1/+1 |
| | |||||
* | Playlist: initialise attribute "playing" | Max Kellermann | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | Playlist.hxx: move prototype to PlaylistGlobal.hxx | Max Kellermann | 2013-01-09 | 1 | -3/+0 |
| | |||||
* | Playlist: move playlist_increment_version_all() into the class | Max Kellermann | 2013-01-09 | 1 | -3/+2 |
| | |||||
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -129/+138 |
| | |||||
* | Queue: add constructor and destructor | Max Kellermann | 2013-01-06 | 1 | -3/+1 |
| | |||||
* | Playlist: add constructor and destructor | Max Kellermann | 2013-01-06 | 1 | -6/+9 |
| | |||||
* | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 2013-01-05 | 1 | -7/+1 |
| | | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. | ||||
* | Playlist: pass max_length to playlist_init() | Max Kellermann | 2013-01-04 | 1 | -2/+2 |
| | | | | Move the configuration lookup to Main.cxx. | ||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+256 |