aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue_print.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-30queue_print: queue_print_song_info() is not necessry for export.Avuton Olrich1-1/+9
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
2009-01-24locate: added locate_item_list_casefold()Max Kellermann1-5/+1
Merged casefolding code from two locations into this one library function.
2009-01-24queue_print, dbUtils: use struct locate_item_listMax Kellermann1-7/+8
Changed the function prototypes to get locate_item_list objects instead of num_items/items.
2009-01-24locate: added struct locate_item_listMax Kellermann1-5/+5
Instead of passing two parameters around (number of items, array of items), combine both in a variable size struct.
2009-01-24locate: no CamelCaseMax Kellermann1-3/+3
Renamed functions and variables.
2009-01-24queue_print: use new_items instead of itemsMax Kellermann1-1/+1
Fix a typo in one of the previous patches.
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann1-0/+34
Now playlist.c does not contain any protocol specific code anymore.
2009-01-23playlist: moved some printing code to queue_print.cMax Kellermann1-0/+79
Moved protocol printing functions which operate on the queue to queue_print.c.