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_edit.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-0
/
+1
2009-10-08
player_control: no CamelCase
Max Kellermann
1
-2
/
+2
2009-09-30
command: range support for "delete"
Max Kellermann
1
-0
/
+26
2009-09-30
playlist_edit: moved code to playlist_delete_internal()
Max Kellermann
1
-10
/
+19
2009-07-28
playlist: CamelCaseIsBad
Courtney Cavin
1
-3
/
+3
2009-07-14
playlist: no CamelCase
Max Kellermann
1
-51
/
+54
2009-03-26
queue/playlist/command: move range
Jeffrey Middleton
1
-13
/
+18
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-3
/
+4
2009-02-25
ls: moved generic URI utilities to uri.c
Max Kellermann
1
-1
/
+1
2009-02-13
playlist_edit: improved range checks in shufflePlaylist()
Romain Bignon
1
-1
/
+6
2009-02-13
added the shufflerange command
Romain Bignon
1
-23
/
+21
2009-02-10
playlist: fix assertion when last/current song is deleted
Max Kellermann
1
-1
/
+4
2009-02-04
playlist: moved code to playlist_edit.c
Max Kellermann
1
-337
/
+10
2009-02-04
playlist: moved code to playlist_control.c
Max Kellermann
1
-241
/
+4
2009-02-04
playlist: call syncPlaylistWithQueue() only in the event handler
Max Kellermann
1
-4
/
+0
2009-02-04
playlist: renamed global "playlist" variable to "g_playlist"
Max Kellermann
1
-306
/
+310
2009-02-04
playlist: moved code to playlist_state.c
Max Kellermann
1
-134
/
+3
2009-02-04
playlist: simplified playlist.queued updates
Max Kellermann
1
-117
/
+111
2009-01-30
playlist: clear playlist.playing when deleting current song
Max Kellermann
1
-0
/
+1
2009-01-25
playlist: moved is_valid_playlist_name() to stored_playlist.c
Max Kellermann
1
-16
/
+0
2009-01-25
playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c
Max Kellermann
1
-61
/
+0
2009-01-25
playlist: removed g_rand, PLAYLIST_HASH_MULT
Max Kellermann
1
-10
/
+0
2009-01-25
queue: added queue_shuffle_order_last()
Max Kellermann
1
-6
/
+3
2009-01-25
stored_playlist: moved configuration variables from playlist.c
Max Kellermann
1
-14
/
+3
2009-01-24
playlist: removed locate functions to queue_print.c
Max Kellermann
1
-33
/
+0
2009-01-24
locate: renamed LocateTagItem to "struct locate_item"
Max Kellermann
1
-4
/
+5
2009-01-24
command: use queue_print_*()
Max Kellermann
1
-48
/
+0
2009-01-24
playlist: added playlist_get_queue()
Max Kellermann
1
-0
/
+6
2009-01-24
playlist: renamed the Playlist typedef to "struct playlist"
Max Kellermann
1
-1
/
+1
2009-01-24
playlist: moved stopOnError and errorCount into struct playlist
Max Kellermann
1
-11
/
+9
2009-01-23
playlist: restore random mode after playlist is loaded
Max Kellermann
1
-8
/
+6
2009-01-23
playlist: removed song_id_to_position()
Max Kellermann
1
-12
/
+7
2009-01-23
playlist: fix "clear" crash in random mode
Max Kellermann
1
-0
/
+5
2009-01-23
playlist: moved saving/loading code to queue_save.c
Max Kellermann
1
-26
/
+4
2009-01-23
playlist: moved PlaylistInfo() to playlist_print.c
Max Kellermann
1
-30
/
+0
2009-01-23
playlist: moved some printing code to queue_print.c
Max Kellermann
1
-32
/
+9
2009-01-23
playlist: pass const pointers to search functions
Max Kellermann
1
-15
/
+11
2009-01-23
playlist: removed swapSongs()
Max Kellermann
1
-8
/
+4
2009-01-23
playlist: don't unpause on delete
Max Kellermann
1
-1
/
+3
2009-01-23
playlist: added source comments
Max Kellermann
1
-4
/
+143
2009-01-23
playlist: assert in playPlaylistIfPlayerStopped()
Max Kellermann
1
-15
/
+15
2009-01-23
playlist: don't shuffle if not in random mode
Max Kellermann
1
-1
/
+1
2009-01-23
playlist: removed unreachable "playing" check
Max Kellermann
1
-11
/
+7
2009-01-23
playlist: removed stopOnError flag from playPlaylist()
Max Kellermann
1
-6
/
+6
2009-01-23
playlist: restart playing in deleteFromPlaylist()
Max Kellermann
1
-22
/
+9
2009-01-23
playlist: calculate next song before deleting the current one
Max Kellermann
1
-11
/
+5
2009-01-23
playlist: return early from shufflePlaylist()
Max Kellermann
1
-23
/
+24
2009-01-23
playlist: replaced playlist_state with flag playlist.playing
Max Kellermann
1
-33
/
+26
2009-01-23
queue: added queue_shuffle_order()
Max Kellermann
1
-35
/
+35
[next]