aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue/PlaylistTag.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-27Playlist*: move to queue/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-21/+15
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.
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann1-2/+2
2013-12-03PaylistTag: use class TagBuilderMax Kellermann1-5/+17
2013-12-02command: add commands "addtagid", "cleartagid"Max Kellermann1-0/+87