Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |