aboutsummaryrefslogtreecommitdiffstats
path: root/src/DetachedSong.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-20DetachedSong: move code from Update() to LoadFile()Max Kellermann1-0/+6
2015-01-12DetachedSong: remove obsolete friend declarationMax Kellermann1-1/+0
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann1-1/+1
2014-08-28DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann1-16/+21
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann1-0/+3
2014-01-23DetachedSong: un-inline the destructorMax Kellermann1-0/+2
2014-01-21DetachedSong: add attribute "real_uri"Max Kellermann1-3/+34
2014-01-21DetachedSong: remove parameter names from "defaulted" constructorsMax Kellermann1-2/+2
2014-01-21DetachedSong: use "default" copy/move constructorsMax Kellermann1-10/+2
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann1-3/+3
2014-01-17Mapper: add function map_song_detach()Max Kellermann1-2/+4
2014-01-15DetachedSong: add method Update()Max Kellermann1-0/+7
2014-01-15DetachedSong: remove misplaced std::move()Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-0/+184