aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabasePlaylist.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-1/+2
| | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* *: use references instead of pointersMax Kellermann2013-10-191-1/+1
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-5/+5
| | | | Replaces GLib's GError.
* song: convert header to C++Max Kellermann2013-07-281-1/+1
|
* main: use C++ compilerMax Kellermann2012-09-281-1/+1
|
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-281-5/+1
|
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-2/+2
|
* dbUtils.h: eliminate this headerMax Kellermann2012-08-291-9/+0
|
* Database*: fix nullptr dereference when no database is configuredMax Kellermann2012-08-221-1/+5
|
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-081-22/+8
| | | | Let the database plugin do the match.
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-081-1/+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-5/+3
|
* dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann2012-08-071-0/+1
|
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-071-6/+13
|
* dbUtils: split to Database{Queue,Playlist}.cxxMax Kellermann2012-08-021-0/+74