aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/DatabaseCommands.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-11PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songsMax Kellermann1-0/+3
2014-06-16command: make argc unsignedMax Kellermann1-12/+12
2014-04-27db/Count: implement groupingMax Kellermann1-2/+16
2014-04-26DatabasePrint: move PrintSongCount() to Count.cxxMax Kellermann1-0/+1
2014-04-25DatabasePrint: refactor variable/function namesMax Kellermann1-2/+2
2014-04-25DatabaseCommands: disallow "grouping" by the selected tagMax Kellermann1-0/+7
2014-04-24DatabasePrint: eliminate printAllIn(), printInfoForAllIn()Max Kellermann1-2/+4
2014-04-24DatabaseCommands: "list" allows groupingMax Kellermann1-1/+20
2014-04-24DatabaseCommands: simplify the handle_list() argument parserMax Kellermann1-9/+12
2014-04-24SongFilter: convert argv to ConstBufferMax Kellermann1-6/+16
2014-04-24DatabaseCommands: fix crash on "list base"Max Kellermann1-7/+2
2014-04-24DatabaseCommands: clarify compatibility commentMax Kellermann1-1/+1
2014-03-01command: add command "listfiles"Max Kellermann1-2/+14
2014-02-28{Other,Database}Commands: contract declaration and assignmentMax Kellermann1-6/+3
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann1-1/+2
2014-02-04Instance: add Database attributeMax Kellermann1-1/+1
2014-02-04db/DatabasePlaylist: pass Database reference aroundMax Kellermann1-1/+6
2014-01-24Database*: move to db/Max Kellermann1-4/+4
2014-01-24Client*: move to client/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-4/+0
2013-10-29Revert "command: new commands "findin", "searchin" with base URI"Max Kellermann1-17/+4
2013-10-26command: new commands "findin", "searchin" with base URIMax Kellermann1-4/+17
2013-10-20*Commands: move to src/command/Max Kellermann1-0/+0
2013-10-20command: convert command_return to to a strictly-typed enumMax Kellermann1-29/+29
2013-10-19ClientInternal: move class Client to Client.hxxMax Kellermann1-1/+1
2013-10-19*: use references instead of pointersMax Kellermann1-13/+13
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-16/+17
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-2/+2
2013-07-30tag: convert to C++Max Kellermann1-1/+1
2013-04-08uri: convert to C++Max Kellermann1-1/+1
2013-01-07DatabaseQueue: pass DatabaseSelection to Add...()Max Kellermann1-2/+2
2013-01-07Client: add Partition reference attributeMax Kellermann1-2/+2
2013-01-04DatabaseQueue: pass playlist objectMax Kellermann1-1/+2
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-12/+12
2013-01-03client: convert to C++Max Kellermann1-6/+3
2012-09-25rename CommandError.h to CommandError.hxxMax Kellermann1-1/+1
2012-08-29SongFilter: convert to a C++ classMax Kellermann1-51/+21
2012-08-29locate: rename to SongFilter.cxxMax Kellermann1-1/+1
2012-08-08DatabaseCommands: allow empty criteria for "list"Max Kellermann1-3/+5
2012-08-08DatabaseSelection: add "match" attributeMax Kellermann1-1/+4
2012-08-08DatabaseCommands: merge duplicate search/find codeMax Kellermann1-40/+21
2012-08-08locate: add a per-item "fold_case" flagMax Kellermann1-5/+5
2012-08-07locate: make the structs opaqueMax Kellermann1-3/+3
2012-08-07locate: don't allow empty listMax Kellermann1-24/+6
2012-08-07DatabaseCommands: remove stray locate_item_list_parse() callMax Kellermann1-2/+0
2012-08-07locate: add "casefold" flag to parserMax Kellermann1-8/+8
2012-08-07db_selection: rename to DatabaseSelectionMax Kellermann1-3/+2
2012-08-07db_print.h: rename to DatabasePrint.hxxMax Kellermann1-2/+2