aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseCommands.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
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
Fold the case during construction, without having to create another copy.
2012-08-07db_selection: rename to DatabaseSelectionMax Kellermann1-3/+2
2012-08-07db_print.h: rename to DatabasePrint.hxxMax Kellermann1-2/+2
2012-08-07dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann1-1/+2
2012-08-07command: move code to DatabaseCommands.cxxMax Kellermann1-0/+286
Prepare to use the DatabasePlugin C++ API directly.