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
/
PlaylistEdit.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
2017-12-03
Merge branch 'v0.20.x'
Max Kellermann
2017-12-02
queue/PlaylistEdit: shuffle appended songs only within its priority group
Max Kellermann
2017-02-08
SongLoader: return instance, not pointer
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-10-27
queue/PlaylistUpdate: include cleanup
Max Kellermann
2016-10-27
LocateUri: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-08
player/Control: use class Error as C++ exception, throw it
Max Kellermann
2016-03-18
queue/Playlist: don't let StaleSong() interrupt playback
Max Kellermann
2016-03-18
queue/Playlist: rename DeleteSong() to StaleSong()
Max Kellermann
2016-03-10
queue/Playlist: add interface QueueListener, replacing calls to idle_add()
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-28
player/Control: Play*() returns Error information
Max Kellermann
2016-02-28
queue/PlaylistEdit: throw PlaylistError on error
Max Kellermann
2016-02-28
playlist/edit: use std::unique_ptr
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: 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-29
Tag: use SignedSongTime for the song duration
Max Kellermann
2014-08-28
PlaylistEdit: pass std::chrono::duration to SetSongIdRange()
Max Kellermann
2014-08-28
DetachedSong: use std::chrono::duration for start_ms and end_ms
Max Kellermann
2014-07-12
QueueCommands: new command "rangeid"
Max Kellermann
2014-07-11
PlaylistEdit: fix typo in code comment
Max Kellermann
2014-07-11
Merge branch 'v0.18.x'
Max Kellermann
2014-04-10
Merge tag 'release-0.18.10'
Max Kellermann
2014-02-27
Playlist: use the Error library to return errors
Max Kellermann
2014-02-27
Playlist*: move to queue/
Max Kellermann