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
/
PlaylistControl.cxx
Age
Commit message (
Expand
)
Author
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2018-01-05
Merge branch 'v0.20.x'
Max Kellermann
2018-01-05
queue/PlaylistControl: fix crash after seek failure
Max Kellermann
2017-12-03
Merge branch 'v0.20.x'
Max Kellermann
2017-12-02
queue/PlaylistControl: don't skip highest priority song on "play"
Max Kellermann
2017-11-26
player/Control: wrap DetachedSong* in std::unique_ptr
Max Kellermann
2017-10-18
queue/Playlist: call MoveOrderToCurrent() in SeekSongOrder() on song change
Max Kellermann
2017-10-18
queue/PlaylistControl: keep order list consistency in MoveOrderToCurrent()
Max Kellermann
2017-10-18
queue/Playlist: move code to MoveOrderToCurrent()
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-09-08
player/Control: use class Error as C++ exception, throw it
Max Kellermann
2016-09-05
queue/PlaylistControl: use PlaylistError::NotPlaying()
Max Kellermann
2016-09-05
queue/PlaylistControl: fix return value in PlayNext(), PlayPrevious()
Max Kellermann
2016-02-28
player/Control: Play*() returns Error information
Max Kellermann
2016-02-28
queue/PlaylistControl: clear "queued" before calling LockSeek()
Max Kellermann
2016-02-28
queue/PlaylistControl: throw PlaylistError on error
Max Kellermann
2016-02-28
PlaylistError: add NotPlaying()
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-12-18
PlaylistError: add exception class wrapping enum PlaylistResult
Max Kellermann
2015-11-11
player/Control: Seek*() returns Error information
Max Kellermann
2015-11-11
queue/Playlist: seek methods return bool/Error instead of PlaylistResult
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-08-31
Merge tag 'v0.18.13'
Max Kellermann
2014-08-29
PlayerThread: use SongTime for elapsed_time
Max Kellermann
2014-08-28
Playlist: use std::chrono::duration for Seek*()
Max Kellermann
2014-08-27
PlayerControl: use std::chrono::duration for Seek()
Max Kellermann
2014-07-11
Merge branch 'v0.18.x'
Max Kellermann
2014-02-27
Playlist*: move to queue/
Max Kellermann