Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-10 | PlaylistCommands: remove redundant playlist_load_spl() call | Max Kellermann | |
This case is handled already by playlist_open_in_playlist_dir() (via playlist_mapper_open()). And the call didn't work anyway. | |||
2014-01-20 | Merge branch 'v0.18.x' | Max Kellermann | |
2014-01-20 | Queue: rename struct queue to Queue | Max Kellermann | |
Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway. | |||
2014-01-13 | copyright year 2014 | Max Kellermann | |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | |
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-10-30 | *: update copyright year to 2013 | Max Kellermann | |
2013-10-28 | player_control: rename to PlayerControl | Max Kellermann | |
2013-10-20 | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-08-10 | playlist_error: convert to C++ | Max Kellermann | |
2013-07-28 | song: convert header to C++ | Max Kellermann | |
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann | |
2012-09-28 | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | |