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.hxx
Age
Commit message (
Expand
)
Author
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-31
queue/Playlist: add `noexcept`
Max Kellermann
2019-05-31
queue/Playlist: remove destructor
Max Kellermann
2019-05-31
queue/Playlist: use C++11 initializers
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-09-21
player/Control: convert to class
Max Kellermann
2018-02-25
playlist/Queue: add one-shot to single mode
Patryk HachuĊa
2018-01-30
RemoteTagCache: new glue class for integrating RemoteTagScanner
Max Kellermann
2017-12-20
player/Control, ...: remove API documentation references to the obsolete Erro...
Max Kellermann
2017-10-18
queue/Playlist: move code to MoveOrderToCurrent()
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-10
util/Error: remove obsolete class
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: rename DeleteSong() to StaleSong()
Max Kellermann
2016-03-18
queue/Playlist: pass unsigned to PlayOrder()
Max Kellermann
2016-03-18
queue/Playlist: document that current/queued are "order number"
Max Kellermann
2016-03-10
queue/Playlist: add interface QueueListener, replacing calls to idle_add()
Max Kellermann
2016-03-10
queue/Playlist: remove redundant "struct" keyword
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
queue/PlaylistTag: throw PlaylistError on error
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
queue/Playlist: seek methods return bool/Error instead of PlaylistResult
Max Kellermann
2015-03-17
*: doxygen fixups
Max Kellermann
2015-01-01
Copyright year 2015
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: move playlist_song_started() into the class
Max Kellermann
2014-08-31
Merge tag 'v0.18.13'
Max Kellermann
2014-08-28
PlaylistEdit: pass std::chrono::duration to SetSongIdRange()
Max Kellermann
2014-08-28
Playlist: use std::chrono::duration for Seek*()
Max Kellermann
2014-07-12
QueueCommands: new command "rangeid"
Max Kellermann
2014-07-11
Merge branch 'v0.18.x'
Max Kellermann
2014-02-27
Playlist: use the Error library to return errors
Max Kellermann
2014-02-27
Playlist*: move to queue/
Max Kellermann