aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue/PlaylistState.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-11queue/Playlist: seek methods return bool/Error instead of PlaylistResultMax Kellermann1-1/+2
2015-11-11player/Control: add Lock prefix to locking method namesMax Kellermann1-4/+4
2015-11-11StateFile: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann1-32/+21
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann1-1/+1
2015-08-15PlayerThread, ...: move to src/player/Max Kellermann1-1/+1
2015-01-22queue/PlaylistState: remove unused macroMax Kellermann1-3/+0
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-29PlayerThread: use SongTime for elapsed_timeMax Kellermann1-4/+4
2014-08-28Playlist: use std::chrono::duration for Seek*()Max Kellermann1-4/+4
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann1-2/+2
2014-07-30*Save, *State: use the OutputStream API instead of FILE*Max Kellermann1-24/+23
2014-02-27Playlist*: move to queue/Max Kellermann1-0/+0
2014-02-03QueueSave: use class SongLoaderMax Kellermann1-3/+5
2014-01-24Config*: move to config/Max Kellermann1-2/+2
2014-01-24Queue*: move to queue/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov1-1/+1
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann1-14/+13
2013-10-30PlaylistState: ignore "mixrampdelay:nan"Max Kellermann1-1/+7
2013-10-28player_control: rename to PlayerControlMax Kellermann1-3/+3
2013-10-19*: use references instead of pointersMax Kellermann1-51/+51
2013-10-17fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann1-0/+1
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann1-0/+2
2013-10-02Log: new logging library APIMax Kellermann1-3/+6
2013-10-02Playlist*: use nullptr instead of NULLMax Kellermann1-3/+3
2013-09-27PlayerControl: use strictly typed enumsMax Kellermann1-11/+13
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+2
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann1-1/+1
2013-01-20PlayerControl: move functions into the classMax Kellermann1-18/+11
2013-01-07Playlist: convert functions to methodsMax Kellermann1-21/+11
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-3/+0
2013-01-06queue: convert all functions to methodsMax Kellermann1-9/+6
2013-01-04player_control.h: convert header to C++Max Kellermann1-1/+1
2013-01-04playlist: convert to C++Max Kellermann1-2/+2
2013-01-03TextFile: convert to a classMax Kellermann1-7/+7
2013-01-03text_file: convert to C++Max Kellermann1-1/+1
2013-01-02db_save, state_file: convert to C++Max Kellermann1-3/+5
2011-02-23playlist_state: add option "restore_paused"Max Kellermann1-0/+8
2011-02-23playlist_state: declare local variable as enumMax Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-21/+27
2010-09-23playlist_state: Fix the "state" line in the outputThomas Jansen1-1/+1
2010-07-25queue_save: save tags and range of non-database songsMax Kellermann1-1/+1
2010-07-25queue_save: queue_load_song() returns voidMax Kellermann1-3/+1
2010-07-25state_file: use the text_file libraryMax Kellermann1-32/+31
2010-07-25playlist_state: simplify printf() callsMax Kellermann1-22/+18
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+10
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1