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