aboutsummaryrefslogtreecommitdiffstats
path: root/src/QueuePrint.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-24Queue*: move to queue/Max Kellermann1-102/+0
2014-01-20Queue: rename struct queue to QueueMax Kellermann1-6/+6
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-5/+0
2013-10-19*: use references instead of pointersMax Kellermann1-20/+20
2013-07-28song: convert header to C++Max Kellermann1-2/+2
2013-01-06queue: convert all functions to methodsMax Kellermann1-13/+13
2013-01-04playlist: convert to C++Max Kellermann1-2/+2
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-6/+6
2013-01-03client: convert to C++Max Kellermann1-1/+1
2013-01-02mapper: convert to C++Max Kellermann1-1/+1
2013-01-02*_print: convert to C++Max Kellermann1-1/+1
2012-08-29SongFilter: convert to a C++ classMax Kellermann1-3/+3
2012-08-29locate: rename to SongFilter.cxxMax Kellermann1-1/+1
2012-08-29queue_print: rename to QueuePrint.cxxMax Kellermann1-1/+4
2012-08-08locate: add a per-item "fold_case" flagMax Kellermann1-13/+1
2012-08-07locate: add "casefold" flag to parserMax Kellermann1-8/+2
2011-07-19queue: implement song "priorities"Max Kellermann1-0/+4
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-07-25{queue,song}_print: print relative paths if possibleMax Kellermann1-0/+1
2010-07-25queue_print: hide HTTP password in the "playlist" commandMax Kellermann1-5/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
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
2009-01-24locate: added locate_item_list_casefold()Max Kellermann1-5/+1
2009-01-24queue_print, dbUtils: use struct locate_item_listMax Kellermann1-7/+8
2009-01-24locate: added struct locate_item_listMax Kellermann1-5/+5
2009-01-24locate: no CamelCaseMax Kellermann1-3/+3
2009-01-24queue_print: use new_items instead of itemsMax Kellermann1-1/+1
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann1-0/+34
2009-01-23playlist: moved some printing code to queue_print.cMax Kellermann1-0/+79