summaryrefslogtreecommitdiff
path: root/src/queue/Playlist.cxx
AgeCommit message (Expand)Author
2017-11-26player/Control: wrap DetachedSong* in std::unique_ptrMax Kellermann
2017-11-26queue/Playlist: cast next_song to bool, because that is all we need in SyncWi...Max Kellermann
2017-10-18queue/Queue: MoveOrder() returns to_orderMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-04Fix for priority order bug if reordering in SetRandom()Eugene Baklanov
2017-01-03update copyright yearMax Kellermann
2016-09-08player/Control: use class Error as C++ exception, throw itMax Kellermann
2016-03-18queue/Playlist: pass unsigned to PlayOrder()Max Kellermann
2016-03-10queue/Playlist: add interface QueueListener, replacing calls to idle_add()Max Kellermann
2016-03-10queue/Playlist: call OnModified(), eliminate duplicate codeMax Kellermann
2016-02-28player/Control: Play*() returns Error informationMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-23Merge tag 'v0.19.13'Max Kellermann
2016-02-23queue/Playlist: move only the tag items in TagModified()Max Kellermann
2015-11-11player/Control: add Lock prefix to locking method namesMax Kellermann
2015-08-15PlayerThread, ...: move to src/player/Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-11-26Playlist: reset song priority on playbackMax Kellermann
2014-11-26Playlist: add method SongStarted()Max Kellermann
2014-11-26Playlist: move more functions into the classMax Kellermann
2014-11-26Playlist: add another assertionMax Kellermann
2014-11-26Playlist: move playlist_song_started() into the classMax Kellermann
2014-07-11Merge branch 'v0.18.x'Max Kellermann
2014-02-27Playlist*: move to queue/Max Kellermann