aboutsummaryrefslogtreecommitdiff
path: root/src/DatabaseCommands.cxx
Commit message (Collapse)AuthorAge
* DatabaseQueue: pass DatabaseSelection to Add...()Max Kellermann2013-01-07
|
* Client: add Partition reference attributeMax Kellermann2013-01-07
| | | | playlist and player_control are deprecated.
* DatabaseQueue: pass playlist objectMax Kellermann2013-01-04
| | | | Don't use the global variable "g_playlist".
* Client: rename the struct client to class ClientMax Kellermann2013-01-03
|
* client: convert to C++Max Kellermann2013-01-03
|
* rename CommandError.h to CommandError.hxxMax Kellermann2012-09-25
|
* SongFilter: convert to a C++ classMax Kellermann2012-08-29
|
* locate: rename to SongFilter.cxxMax Kellermann2012-08-29
|
* DatabaseCommands: allow empty criteria for "list"Max Kellermann2012-08-08
| | | | Fixes regression.
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-08
| | | | Let the database plugin do the match.
* DatabaseCommands: merge duplicate search/find codeMax Kellermann2012-08-08
|
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-08
| | | | Merge locate_song_search() and locate_song_match().
* locate: make the structs opaqueMax Kellermann2012-08-07
|
* locate: don't allow empty listMax Kellermann2012-08-07
|
* DatabaseCommands: remove stray locate_item_list_parse() callMax Kellermann2012-08-07
|
* locate: add "casefold" flag to parserMax Kellermann2012-08-07
| | | | | Fold the case during construction, without having to create another copy.
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-07
|
* db_print.h: rename to DatabasePrint.hxxMax Kellermann2012-08-07
|
* dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann2012-08-07
|
* command: move code to DatabaseCommands.cxxMax Kellermann2012-08-07
Prepare to use the DatabasePlugin C++ API directly.