Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-07 | DatabaseQueue: pass DatabaseSelection to Add...() | Max Kellermann | 1 | -2/+2 | |
2013-01-07 | Client: add Partition reference attribute | Max Kellermann | 1 | -2/+2 | |
playlist and player_control are deprecated. | |||||
2013-01-04 | DatabaseQueue: pass playlist object | Max Kellermann | 1 | -1/+2 | |
Don't use the global variable "g_playlist". | |||||
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -12/+12 | |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -6/+3 | |
2012-09-25 | rename CommandError.h to CommandError.hxx | Max Kellermann | 1 | -1/+1 | |
2012-08-29 | SongFilter: convert to a C++ class | Max Kellermann | 1 | -51/+21 | |
2012-08-29 | locate: rename to SongFilter.cxx | Max Kellermann | 1 | -1/+1 | |
2012-08-08 | DatabaseCommands: allow empty criteria for "list" | Max Kellermann | 1 | -3/+5 | |
Fixes regression. | |||||
2012-08-08 | DatabaseSelection: add "match" attribute | Max Kellermann | 1 | -1/+4 | |
Let the database plugin do the match. | |||||
2012-08-08 | DatabaseCommands: merge duplicate search/find code | Max Kellermann | 1 | -40/+21 | |
2012-08-08 | locate: add a per-item "fold_case" flag | Max Kellermann | 1 | -5/+5 | |
Merge locate_song_search() and locate_song_match(). | |||||
2012-08-07 | locate: make the structs opaque | Max Kellermann | 1 | -3/+3 | |
2012-08-07 | locate: don't allow empty list | Max Kellermann | 1 | -24/+6 | |
2012-08-07 | DatabaseCommands: remove stray locate_item_list_parse() call | Max Kellermann | 1 | -2/+0 | |
2012-08-07 | locate: add "casefold" flag to parser | Max Kellermann | 1 | -8/+8 | |
Fold the case during construction, without having to create another copy. | |||||
2012-08-07 | db_selection: rename to DatabaseSelection | Max Kellermann | 1 | -3/+2 | |
2012-08-07 | db_print.h: rename to DatabasePrint.hxx | Max Kellermann | 1 | -2/+2 | |
2012-08-07 | dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxx | Max Kellermann | 1 | -1/+2 | |
2012-08-07 | command: move code to DatabaseCommands.cxx | Max Kellermann | 1 | -0/+286 | |
Prepare to use the DatabasePlugin C++ API directly. |