aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DatabaseCommands: remove stray locate_item_list_parse() callMax Kellermann2012-08-071-2/+0
|
* locate: add "casefold" flag to parserMax Kellermann2012-08-071-8/+8
| | | | | Fold the case during construction, without having to create another copy.
* 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
Prepare to use the DatabasePlugin C++ API directly.