aboutsummaryrefslogtreecommitdiff
path: root/src/DatabaseQueue.cxx
Commit message (Collapse)AuthorAge
* Playlist: convert functions to methodsMax Kellermann2013-01-07
|
* DatabaseQueue: pass DatabaseSelection to Add...()Max Kellermann2013-01-07
|
* Client: add Partition reference attributeMax Kellermann2013-01-07
| | | | playlist and player_control are deprecated.
* DatabaseQueue: force passing playlist reference to std::bind()Max Kellermann2013-01-06
| | | | Avoid implicit copy.
* DatabaseQueue: pass playlist objectMax Kellermann2013-01-04
| | | | Don't use the global variable "g_playlist".
* playlist: convert to C++Max Kellermann2013-01-04
|
* SongFilter: convert to a C++ classMax Kellermann2012-08-29
|
* dbUtils.h: eliminate this headerMax Kellermann2012-08-29
|
* Database*: fix nullptr dereference when no database is configuredMax Kellermann2012-08-22
|
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-08
| | | | Let the database plugin do the match.
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-08
| | | | Merge locate_song_search() and locate_song_match().
* 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
|
* dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann2012-08-07
|
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-07
|
* dbUtils: split to Database{Queue,Playlist}.cxxMax Kellermann2012-08-02