Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/test_translate_song: use PATH_LITERAL() | Max Kellermann | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | Tag: use SignedSongTime for the song duration | Max Kellermann | 2014-08-29 | 1 | -3/+6 |
| | |||||
* | DetachedSong: use std::chrono::duration for start_ms and end_ms | Max Kellermann | 2014-08-28 | 1 | -4/+4 |
| | |||||
* | Tag: add class const_iterator and methods begin(), end() | Max Kellermann | 2014-07-12 | 1 | -2/+1 |
| | | | | Enables using range-based "for". | ||||
* | storage/local: remove utf8 path from constructor | Max Kellermann | 2014-02-07 | 1 | -3/+4 |
| | | | | Build the UTF-8 version of the path automatically in the constructor. | ||||
* | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 2014-02-07 | 1 | -16/+8 |
| | | | | Replaces map_to_relative_path() from Mapper.cxx. | ||||
* | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 2014-02-07 | 1 | -6/+16 |
| | | | | Use Storage::MapUTF8() internally, don't use global variables. | ||||
* | Instance: add Database attribute | Max Kellermann | 2014-02-04 | 1 | -2/+9 |
| | | | | Move from db/DatabaseGlue.cxx, eliminating global variable. | ||||
* | db/DatabasePlaylist: pass Database reference around | Max Kellermann | 2014-02-04 | 1 | -4/+6 |
| | | | | Reduce global variable usage, move to frontend code. | ||||
* | SongLoader: new class that merges duplicate code | Max Kellermann | 2014-02-03 | 1 | -10/+41 |
| | | | | | There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files. | ||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | PlaylistSong: modify the given song object in-place | Max Kellermann | 2014-01-21 | 1 | -48/+31 |
| | | | | Reduce bloat. | ||||
* | test: add unit test for playlist_check_translate_song() | Max Kellermann | 2014-01-21 | 1 | -0/+290 |