aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseQueue.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* *: use nullptr instead of NULLMax Kellermann2013-10-281-1/+1
|
* PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann2013-10-201-3/+3
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-6/+6
| | | | Replaces GLib's GError.
* song: convert header to C++Max Kellermann2013-07-281-1/+1
|
* Playlist: convert functions to methodsMax Kellermann2013-01-071-2/+1
|
* DatabaseQueue: pass DatabaseSelection to Add...()Max Kellermann2013-01-071-5/+2
|
* Client: add Partition reference attributeMax Kellermann2013-01-071-8/+8
| | | | playlist and player_control are deprecated.
* DatabaseQueue: force passing playlist reference to std::bind()Max Kellermann2013-01-061-1/+1
| | | | Avoid implicit copy.
* DatabaseQueue: pass playlist objectMax Kellermann2013-01-041-4/+6
| | | | Don't use the global variable "g_playlist".
* playlist: convert to C++Max Kellermann2013-01-041-5/+1
|
* 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