Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-27 | Playlist: use the Error library to return errors | Max Kellermann | 1 | -9/+3 | |
2014-02-19 | DatabasePlugin: split header | Max Kellermann | 1 | -1/+1 | |
2014-02-07 | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 1 | -3/+4 | |
Use Storage::MapUTF8() internally, don't use global variables. | |||||
2014-02-04 | Instance: add Database attribute | Max Kellermann | 1 | -1/+2 | |
Move from db/DatabaseGlue.cxx, eliminating global variable. | |||||
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -0/+0 | |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -1/+1 | |
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | |||||
2014-01-17 | Mapper: add function map_song_detach() | Max Kellermann | 1 | -1/+3 | |
Make the DetachedSong(Song) conversion constructor private. Everybody should use map_song_detach() which will take over more responsibilities soon. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -2/+4 | |
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. | |||||
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 | |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 | |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -1/+1 | |
2013-10-20 | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | 1 | -3/+3 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -6/+6 | |
Replaces GLib's GError. | |||||
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | Playlist: convert functions to methods | Max Kellermann | 1 | -2/+1 | |
2013-01-07 | DatabaseQueue: pass DatabaseSelection to Add...() | Max Kellermann | 1 | -5/+2 | |
2013-01-07 | Client: add Partition reference attribute | Max Kellermann | 1 | -8/+8 | |
playlist and player_control are deprecated. | |||||
2013-01-06 | DatabaseQueue: force passing playlist reference to std::bind() | Max Kellermann | 1 | -1/+1 | |
Avoid implicit copy. | |||||
2013-01-04 | DatabaseQueue: pass playlist object | Max Kellermann | 1 | -4/+6 | |
Don't use the global variable "g_playlist". | |||||
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -5/+1 | |
2012-08-29 | SongFilter: convert to a C++ class | Max Kellermann | 1 | -2/+2 | |
2012-08-29 | dbUtils.h: eliminate this header | Max Kellermann | 1 | -7/+0 | |
2012-08-22 | Database*: fix nullptr dereference when no database is configured | Max Kellermann | 1 | -1/+5 | |
2012-08-08 | DatabaseSelection: add "match" attribute | Max Kellermann | 1 | -19/+5 | |
Let the database plugin do the match. | |||||
2012-08-08 | locate: add a per-item "fold_case" flag | Max Kellermann | 1 | -22/+1 | |
Merge locate_song_search() and locate_song_match(). | |||||
2012-08-07 | locate: add "casefold" flag to parser | Max Kellermann | 1 | -9/+2 | |
Fold the case during construction, without having to create another copy. | |||||
2012-08-07 | db_selection: rename to DatabaseSelection | Max Kellermann | 1 | -7/+4 | |
2012-08-07 | dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxx | Max Kellermann | 1 | -0/+1 | |
2012-08-07 | Database{Plugin,Visitor}: pass references | Max Kellermann | 1 | -10/+9 | |
2012-08-02 | dbUtils: split to Database{Queue,Playlist}.cxx | Max Kellermann | 1 | -0/+108 | |