Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DatabaseCommands: remove stray locate_item_list_parse() call | Max Kellermann | 2012-08-07 | 1 | -2/+0 |
| | |||||
* | locate: add "casefold" flag to parser | Max Kellermann | 2012-08-07 | 1 | -8/+8 |
| | | | | | Fold the case during construction, without having to create another copy. | ||||
* | db_selection: rename to DatabaseSelection | Max Kellermann | 2012-08-07 | 1 | -3/+2 |
| | |||||
* | db_print.h: rename to DatabasePrint.hxx | Max Kellermann | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxx | Max Kellermann | 2012-08-07 | 1 | -1/+2 |
| | |||||
* | command: move code to DatabaseCommands.cxx | Max Kellermann | 2012-08-07 | 1 | -0/+286 |
Prepare to use the DatabasePlugin C++ API directly. |