summaryrefslogtreecommitdiff
path: root/src/queue/PlaylistState.cxx
AgeCommit message (Expand)Author
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-09-22player/CrossFade: use std::chrono::durationMax Kellermann
2018-07-17StateFileConfig: add attribute "restore_paused"Max Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-02-25playlist/Queue: add one-shot to single modePatryk HachuĊ‚a
2018-02-09SongSave, queue/PlaylistState, tag/ReplayGain: use portable atof() wrappersMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-09-08player/Control: use class Error as C++ exception, throw itMax Kellermann
2016-02-28player/Control: Play*() returns Error informationMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-11-11queue/Playlist: seek methods return bool/Error instead of PlaylistResultMax Kellermann
2015-11-11player/Control: add Lock prefix to locking method namesMax Kellermann
2015-11-11StateFile: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann
2015-08-15PlayerThread, ...: move to src/player/Max Kellermann
2015-01-22queue/PlaylistState: remove unused macroMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-29PlayerThread: use SongTime for elapsed_timeMax Kellermann
2014-08-28Playlist: use std::chrono::duration for Seek*()Max Kellermann
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann
2014-07-30*Save, *State: use the OutputStream API instead of FILE*Max Kellermann
2014-02-27Playlist*: move to queue/Max Kellermann