aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseQueue.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-2/+2
|
* dbUtils.h: eliminate this headerMax Kellermann2012-08-291-7/+0
|
* Database*: fix nullptr dereference when no database is configuredMax Kellermann2012-08-221-1/+5
|
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-081-19/+5
| | | | Let the database plugin do the match.
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-081-22/+1
| | | | Merge locate_song_search() and locate_song_match().
* locate: add "casefold" flag to parserMax Kellermann2012-08-071-9/+2
| | | | | Fold the case during construction, without having to create another copy.
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-7/+4
|
* dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann2012-08-071-0/+1
|
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-071-10/+9
|
* dbUtils: split to Database{Queue,Playlist}.cxxMax Kellermann2012-08-021-0/+108