Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -25/+18 |
| | | | | | | 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. | ||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -1/+0 |
| | |||||
* | player_control: rename to PlayerControl | Max Kellermann | 2013-10-28 | 1 | -10/+10 |
| | |||||
* | Playlist: refresh new tags after database update | Max Kellermann | 2013-10-22 | 1 | -7/+0 |
| | | | | Fixes regression from commit e96779d. | ||||
* | Queue: ModifyAtOrder() does not increment version | Max Kellermann | 2013-10-22 | 1 | -0/+1 |
| | | | | | Leave that to the caller, allowing it to modify multiple items at a time. | ||||
* | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 2013-10-22 | 1 | -2/+7 |
| | | | | | | 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). | ||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -36/+36 |
| | |||||
* | Song: GetURI() returns std::string | Max Kellermann | 2013-10-17 | 1 | -11/+10 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -5/+5 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Playlist*: use nullptr instead of NULL | Max Kellermann | 2013-10-02 | 1 | -3/+3 |
| | |||||
* | PlayerControl: use strictly typed enums | Max Kellermann | 2013-09-27 | 1 | -6/+6 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -11/+10 |
| | |||||
* | PlayerControl: move functions into the class | Max Kellermann | 2013-01-20 | 1 | -14/+12 |
| | |||||
* | Playlist: move playlist_increment_version_all() into the class | Max Kellermann | 2013-01-09 | 1 | -2/+2 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -4/+1 |
| | |||||
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -170/+94 |
| | |||||
* | queue: convert all functions to methods | Max Kellermann | 2013-01-06 | 1 | -36/+27 |
| | |||||
* | Playlist: add constructor and destructor | Max Kellermann | 2013-01-06 | 1 | -15/+0 |
| | |||||
* | Playlist: pass max_length to playlist_init() | Max Kellermann | 2013-01-04 | 1 | -5/+2 |
| | | | | Move the configuration lookup to Main.cxx. | ||||
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+452 |