Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Database*: fix nullptr dereference when no database is configured | Max Kellermann | 2012-08-22 | 1 | -1/+5 |
| | |||||
* | DatabaseSelection: add "match" attribute | Max Kellermann | 2012-08-08 | 1 | -19/+5 |
| | | | | Let the database plugin do the match. | ||||
* | locate: add a per-item "fold_case" flag | Max Kellermann | 2012-08-08 | 1 | -22/+1 |
| | | | | Merge locate_song_search() and locate_song_match(). | ||||
* | locate: add "casefold" flag to parser | Max Kellermann | 2012-08-07 | 1 | -9/+2 |
| | | | | | Fold the case during construction, without having to create another copy. | ||||
* | db_selection: rename to DatabaseSelection | Max Kellermann | 2012-08-07 | 1 | -7/+4 |
| | |||||
* | dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxx | Max Kellermann | 2012-08-07 | 1 | -0/+1 |
| | |||||
* | Database{Plugin,Visitor}: pass references | Max Kellermann | 2012-08-07 | 1 | -10/+9 |
| | |||||
* | dbUtils: split to Database{Queue,Playlist}.cxx | Max Kellermann | 2012-08-02 | 1 | -0/+108 |