aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_translate_song.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann1-2/+1
Enables using range-based "for".
2014-02-07storage/local: remove utf8 path from constructorMax Kellermann1-3/+4
Build the UTF-8 version of the path automatically in the constructor.
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann1-16/+8
Replaces map_to_relative_path() from Mapper.cxx.
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann1-6/+16
Use Storage::MapUTF8() internally, don't use global variables.
2014-02-04Instance: add Database attributeMax Kellermann1-2/+9
Move from db/DatabaseGlue.cxx, eliminating global variable.
2014-02-04db/DatabasePlaylist: pass Database reference aroundMax Kellermann1-4/+6
Reduce global variable usage, move to frontend code.
2014-02-03SongLoader: new class that merges duplicate codeMax Kellermann1-10/+41
There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files.
2014-01-24Database*: move to db/Max Kellermann1-1/+1
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann1-1/+1
2014-01-21PlaylistSong: modify the given song object in-placeMax Kellermann1-48/+31
Reduce bloat.
2014-01-21test: add unit test for playlist_check_translate_song()Max Kellermann1-0/+290