aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseCommands.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* uri: convert to C++Max Kellermann2013-04-081-1/+1
* DatabaseQueue: pass DatabaseSelection to Add...()Max Kellermann2013-01-071-2/+2
* Client: add Partition reference attributeMax Kellermann2013-01-071-2/+2
* DatabaseQueue: pass playlist objectMax Kellermann2013-01-041-1/+2
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-12/+12
* client: convert to C++Max Kellermann2013-01-031-6/+3
* rename CommandError.h to CommandError.hxxMax Kellermann2012-09-251-1/+1
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-51/+21
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-1/+1
* DatabaseCommands: allow empty criteria for "list"Max Kellermann2012-08-081-3/+5
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-081-1/+4
* DatabaseCommands: merge duplicate search/find codeMax Kellermann2012-08-081-40/+21
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-081-5/+5
* locate: make the structs opaqueMax Kellermann2012-08-071-3/+3
* locate: don't allow empty listMax Kellermann2012-08-071-24/+6
* DatabaseCommands: remove stray locate_item_list_parse() callMax Kellermann2012-08-071-2/+0
* locate: add "casefold" flag to parserMax Kellermann2012-08-071-8/+8
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-3/+2
* db_print.h: rename to DatabasePrint.hxxMax Kellermann2012-08-071-2/+2
* dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann2012-08-071-1/+2
* command: move code to DatabaseCommands.cxxMax Kellermann2012-08-071-0/+286