index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
queue
/
Playlist.cxx
Age
Commit message (
Expand
)
Author
2017-11-26
player/Control: wrap DetachedSong* in std::unique_ptr
Max Kellermann
2017-11-26
queue/Playlist: cast next_song to bool, because that is all we need in SyncWi...
Max Kellermann
2017-10-18
queue/Queue: MoveOrder() returns to_order
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-04
Fix for priority order bug if reordering in SetRandom()
Eugene Baklanov
2017-01-03
update copyright year
Max Kellermann
2016-09-08
player/Control: use class Error as C++ exception, throw it
Max Kellermann
2016-03-18
queue/Playlist: pass unsigned to PlayOrder()
Max Kellermann
2016-03-10
queue/Playlist: add interface QueueListener, replacing calls to idle_add()
Max Kellermann
2016-03-10
queue/Playlist: call OnModified(), eliminate duplicate code
Max Kellermann
2016-02-28
player/Control: Play*() returns Error information
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-23
Merge tag 'v0.19.13'
Max Kellermann
2016-02-23
queue/Playlist: move only the tag items in TagModified()
Max Kellermann
2015-11-11
player/Control: add Lock prefix to locking method names
Max Kellermann
2015-08-15
PlayerThread, ...: move to src/player/
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-11-26
Playlist: reset song priority on playback
Max Kellermann
2014-11-26
Playlist: add method SongStarted()
Max Kellermann
2014-11-26
Playlist: move more functions into the class
Max Kellermann
2014-11-26
Playlist: add another assertion
Max Kellermann
2014-11-26
Playlist: move playlist_song_started() into the class
Max Kellermann
2014-07-11
Merge branch 'v0.18.x'
Max Kellermann
2014-02-27
Playlist*: move to queue/
Max Kellermann