aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistControl.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-28player_control: rename to PlayerControlMax Kellermann1-8/+8
2013-10-20PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann1-16/+16
2013-10-19*: use references instead of pointersMax Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-6/+3
2013-10-02Playlist*: use nullptr instead of NULLMax Kellermann1-1/+1
2013-09-27PlayerControl: use strictly typed enumsMax Kellermann1-2/+2
2013-07-28song: convert header to C++Max Kellermann1-3/+3
2013-01-20PlayerControl: move functions into the classMax Kellermann1-7/+6
2013-01-07Playlist: convert functions to methodsMax Kellermann1-107/+86
2013-01-06queue: convert all functions to methodsMax Kellermann1-23/+19
2013-01-04player_control.h: convert header to C++Max Kellermann1-4/+1
2013-01-04playlist: convert to C++Max Kellermann1-4/+6
2012-08-15player_control: duplicate the song objectMax Kellermann1-1/+4
2011-12-24command: new command "seekcur"Max Kellermann1-0/+24
2011-07-20playlist_control: don't resume playback when seeking to another song while pa...Max Kellermann1-3/+5
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-25/+34
2010-06-30playlist: emit IDLE_OPTIONS when resetting single modeMax Kellermann1-0/+3
2010-05-31single mode: at the end of the song, pause on the next song instead of stopRomain Bignon1-2/+0
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-08player_control: no CamelCaseMax Kellermann1-4/+4
2009-10-08playlist_control: "previous" really plays the previous songMax Kellermann1-28/+12
2009-07-28playlist: CamelCaseIsBadCourtney Cavin1-19/+19
2009-07-14playlist: no CamelCaseMax Kellermann1-1/+1
2009-05-28playlist: reset "current song" when playlist endsMax Kellermann1-0/+3
2009-05-06player_control: renamed playerSeek(), return boolMax Kellermann1-3/+3
2009-04-25playlist_control: use GTimer in previousSongInPlaylist()Max Kellermann1-6/+4
2009-03-30implemented the 'consume' modeRomain Bignon1-14/+21
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon1-2/+2
2009-03-27implements the smartstop featureRomain Bignon1-0/+2
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-06playlist_control: fix requeue after seekMax Kellermann1-3/+3
2009-02-10playlist: update queued song after seekingMax Kellermann1-3/+7
2009-02-04playlist: added G_LOG_DOMAINMax Kellermann1-1/+6
2009-02-04playlist: moved code to playlist_control.cMax Kellermann1-0/+249