index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
playlist.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
playlist: make single mode 'sticky'
Andrew Morgan
2010-09-28
1
-4
/
+1
*
playlist: fix "queued" check in playlist_sync()
Max Kellermann
2010-09-23
1
-1
/
+1
*
playlist: check "queued" before calling playlist_update_queued_song()
Max Kellermann
2010-06-19
1
-1
/
+1
*
playlist: protect acess to player state in playlist_sync()
Max Kellermann
2010-06-19
1
-2
/
+7
*
playlist: move checks out of playlist_sync_with_queue()
Max Kellermann
2010-06-19
1
-20
/
+21
*
playlist: emit IDLE_OPTIONS when resetting single mode
Max Kellermann
2010-06-01
1
-0
/
+2
*
single mode: at the end of the song, pause on the next song instead of stop
Romain Bignon
2010-05-31
1
-9
/
+10
*
Merge release 0.15.9 from branch 'v0.15.x'
Max Kellermann
2010-03-28
1
-1
/
+2
|
\
|
*
playlist: fix single+repeat in random mode
Max Kellermann
2010-03-07
1
-1
/
+2
*
|
Update copyright notices.
Avuton Olrich
2009-12-31
1
-1
/
+1
*
|
include config.h in all sources
Max Kellermann
2009-11-12
1
-0
/
+1
*
|
player_control: no CamelCase
Max Kellermann
2009-10-08
1
-5
/
+5
*
|
playlist_control: "previous" really plays the previous song
Max Kellermann
2009-10-08
1
-4
/
+0
*
|
playlist: CamelCaseIsBad
Courtney Cavin
2009-07-28
1
-25
/
+35
*
|
playlist: no CamelCase
Max Kellermann
2009-07-14
1
-1
/
+1
|
/
*
playlist_control: use GTimer in previousSongInPlaylist()
Max Kellermann
2009-04-25
1
-0
/
+4
*
implemented the 'consume' mode
Romain Bignon
2009-03-30
1
-0
/
+19
*
renamed smartstop to single and changed behavior
Romain Bignon
2009-03-27
1
-7
/
+16
*
implements the smartstop feature
Romain Bignon
2009-03-27
1
-0
/
+20
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-6
/
+7
*
playlist: don't preserve "current" song after "random" toggle
Max Kellermann
2009-02-11
1
-2
/
+4
*
playlist: fixed "next song" check
Vladimir S Eremin
2009-02-09
1
-3
/
+2
*
playlist: provide information about "next song"
Vladimir S Eremin
2009-02-09
1
-0
/
+15
*
playlist: added G_LOG_DOMAIN
Max Kellermann
2009-02-04
1
-3
/
+5
*
playlist: pass const playlist pointers
Max Kellermann
2009-02-04
1
-6
/
+6
*
playlist: moved code to playlist_edit.c
Max Kellermann
2009-02-04
1
-369
/
+0
*
playlist: moved code to playlist_control.c
Max Kellermann
2009-02-04
1
-241
/
+4
*
playlist: call syncPlaylistWithQueue() only in the event handler
Max Kellermann
2009-02-04
1
-4
/
+0
*
playlist: renamed global "playlist" variable to "g_playlist"
Max Kellermann
2009-02-04
1
-306
/
+310
*
playlist: moved code to playlist_state.c
Max Kellermann
2009-02-04
1
-134
/
+3
*
playlist: simplified playlist.queued updates
Max Kellermann
2009-02-04
1
-117
/
+111
*
playlist: clear playlist.playing when deleting current song
Max Kellermann
2009-01-30
1
-0
/
+1
*
playlist: moved is_valid_playlist_name() to stored_playlist.c
Max Kellermann
2009-01-25
1
-16
/
+0
*
playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c
Max Kellermann
2009-01-25
1
-61
/
+0
*
playlist: removed g_rand, PLAYLIST_HASH_MULT
Max Kellermann
2009-01-25
1
-10
/
+0
*
queue: added queue_shuffle_order_last()
Max Kellermann
2009-01-25
1
-6
/
+3
*
stored_playlist: moved configuration variables from playlist.c
Max Kellermann
2009-01-25
1
-14
/
+3
*
playlist: removed locate functions to queue_print.c
Max Kellermann
2009-01-24
1
-33
/
+0
*
locate: renamed LocateTagItem to "struct locate_item"
Max Kellermann
2009-01-24
1
-4
/
+5
*
command: use queue_print_*()
Max Kellermann
2009-01-24
1
-48
/
+0
*
playlist: added playlist_get_queue()
Max Kellermann
2009-01-24
1
-0
/
+6
*
playlist: renamed the Playlist typedef to "struct playlist"
Max Kellermann
2009-01-24
1
-1
/
+1
*
playlist: moved stopOnError and errorCount into struct playlist
Max Kellermann
2009-01-24
1
-11
/
+9
*
playlist: restore random mode after playlist is loaded
Max Kellermann
2009-01-23
1
-8
/
+6
*
playlist: removed song_id_to_position()
Max Kellermann
2009-01-23
1
-12
/
+7
*
playlist: fix "clear" crash in random mode
Max Kellermann
2009-01-23
1
-0
/
+5
*
playlist: moved saving/loading code to queue_save.c
Max Kellermann
2009-01-23
1
-26
/
+4
*
playlist: moved PlaylistInfo() to playlist_print.c
Max Kellermann
2009-01-23
1
-30
/
+0
*
playlist: moved some printing code to queue_print.c
Max Kellermann
2009-01-23
1
-32
/
+9
*
playlist: pass const pointers to search functions
Max Kellermann
2009-01-23
1
-15
/
+11
[next]