aboutsummaryrefslogtreecommitdiffstats
path: root/src/Playlist.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
* player_control: rename to PlayerControlMax Kellermann2013-10-281-10/+10
* Playlist: refresh new tags after database updateMax Kellermann2013-10-221-7/+0
* Queue: ModifyAtOrder() does not increment versionMax Kellermann2013-10-221-0/+1
* Playlist: copy stream tags from the PlayerThreadMax Kellermann2013-10-221-2/+7
* *: use references instead of pointersMax Kellermann2013-10-191-36/+36
* Song: GetURI() returns std::stringMax Kellermann2013-10-171-11/+10
* Log: new logging library APIMax Kellermann2013-10-021-5/+5
* Playlist*: use nullptr instead of NULLMax Kellermann2013-10-021-3/+3
* PlayerControl: use strictly typed enumsMax Kellermann2013-09-271-6/+6
* song: convert header to C++Max Kellermann2013-07-281-11/+10
* PlayerControl: move functions into the classMax Kellermann2013-01-201-14/+12
* Playlist: move playlist_increment_version_all() into the classMax Kellermann2013-01-091-2/+2
* idle: convert to C++Max Kellermann2013-01-091-4/+1
* Playlist: convert functions to methodsMax Kellermann2013-01-071-170/+94
* queue: convert all functions to methodsMax Kellermann2013-01-061-36/+27
* Playlist: add constructor and destructorMax Kellermann2013-01-061-15/+0
* Playlist: pass max_length to playlist_init()Max Kellermann2013-01-041-5/+2
* player_control.h: convert header to C++Max Kellermann2013-01-041-1/+1
* playlist: convert to C++Max Kellermann2013-01-041-0/+452