Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 2014-01-19 | 1 | -1/+1 |
| | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | ||||
* | Mapper: add function map_song_detach() | Max Kellermann | 2014-01-17 | 1 | -1/+2 |
| | | | | | | Make the DetachedSong(Song) conversion constructor private. Everybody should use map_song_detach() which will take over more responsibilities soon. | ||||
* | DatabaseSong: new library merging duplicate code | Max Kellermann | 2014-01-17 | 1 | -0/+40 |