Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -24/+24 |
| | | | | | | 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. | ||||
* | player_control: rename to PlayerControl | Max Kellermann | 2013-10-28 | 1 | -16/+16 |
| | |||||
* | Playlist*, Queue: use GetDatabase() overload without Error | Max Kellermann | 2013-10-22 | 1 | -1/+1 |
| | | | | | Don't use IgnoreError() when there's an overload that does not try to give us one. | ||||
* | PlaylistEdit: compare Song URIs in DeleteSong() | Max Kellermann | 2013-10-22 | 1 | -2/+1 |
| | | | | | Fixes purging deleted songs from the queue after update. Fixes regression from commit e96779d. | ||||
* | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | 2013-10-20 | 1 | -38/+38 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | PlaylistEdit, QueueSave: free the Song object after Append() | Max Kellermann | 2013-10-18 | 1 | -1/+5 |
| | | | | Fix for a major memory leak. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -1/+3 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Playlist*: use nullptr instead of NULL | Max Kellermann | 2013-10-02 | 1 | -2/+2 |
| | |||||
* | PlayerControl: use strictly typed enums | Max Kellermann | 2013-09-27 | 1 | -1/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -2/+3 |
| | | | | Replaces GLib's GError. | ||||
* | Merge tag 'release-0.17.5' | Max Kellermann | 2013-08-04 | 1 | -1/+6 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -18/+14 |
| | |||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | PlayerControl: move functions into the class | Max Kellermann | 2013-01-20 | 1 | -2/+2 |
| | |||||
* | Playlist, Song: clarify parameter encoding | Max Kellermann | 2013-01-18 | 1 | -2/+2 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -186/+140 |
| | |||||
* | queue: convert all functions to methods | Max Kellermann | 2013-01-06 | 1 | -55/+47 |
| | |||||
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+2 |
| | |||||
* | database.h: eliminate db_*_song() | Max Kellermann | 2013-01-03 | 1 | -23/+18 |
| | | | | Use the C++ API. | ||||
* | playlist_edit: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+481 |