Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | command: use ConstBuffer<const char *> for argument list | Max Kellermann | 2014-12-08 | 1 | -34/+44 |
| | |||||
* | AllCommands: "commands" returns playlist commands only if playlist_directory ↵ | Max Kellermann | 2014-10-25 | 1 | -0/+8 |
| | | | | configured | ||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-11 | 1 | -0/+3 |
|\ | |||||
| * | PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs | Max Kellermann | 2014-07-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Implement a "bulk" edit mode that postpones both UpdateQueuedSong() and OnModified(). This way, the playlist version gets incremented only once. More importantly: when adding multiple songs to a queue that consists of only one song, the first song that got added will always be played next. By postponing this choice, all newly added songs get a chance to become the next song. Fixes the second (and last) part of Mantis ticket 0004005. | ||||
* | | command: make argc unsigned | Max Kellermann | 2014-06-16 | 1 | -11/+11 |
| | | |||||
* | | PlaylistCommands: remove redundant playlist_load_spl() call | Max Kellermann | 2014-05-10 | 1 | -17/+1 |
| | | | | | | | | | | This case is handled already by playlist_open_in_playlist_dir() (via playlist_mapper_open()). And the call didn't work anyway. | ||||
* | | Playlist: use the Error library to return errors | Max Kellermann | 2014-02-27 | 1 | -8/+6 |
| | | |||||
* | | Playlist*: move to queue/ | Max Kellermann | 2014-02-27 | 1 | -1/+1 |
| | | |||||
* | | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 2014-02-07 | 1 | -1/+2 |
| | | | | | | | | Use Storage::MapUTF8() internally, don't use global variables. | ||||
* | | Instance: add Database attribute | Max Kellermann | 2014-02-04 | 1 | -2/+1 |
| | | | | | | | | Move from db/DatabaseGlue.cxx, eliminating global variable. | ||||
* | | db/DatabasePlaylist: pass Database reference around | Max Kellermann | 2014-02-04 | 1 | -1/+6 |
| | | | | | | | | Reduce global variable usage, move to frontend code. | ||||
* | | PlaylistFile: use class SongLoader | Max Kellermann | 2014-02-03 | 1 | -7/+2 |
| | | |||||
* | | PlaylistFile: switch spl_append_uri() arguments | Max Kellermann | 2014-02-03 | 1 | -1/+1 |
| | | | | | | | | | | Playlist file name first, to be consistent with the other functions in this library. | ||||
* | | SongLoader: new class that merges duplicate code | Max Kellermann | 2014-02-03 | 1 | -1/+3 |
| | | | | | | | | | | There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files. | ||||
* | | db: add compile-time option to disable database | Max Kellermann | 2014-01-30 | 1 | -1/+6 |
| | | |||||
* | | Playlist{Info,Vector}: move to db/ | Max Kellermann | 2014-01-27 | 1 | -1/+1 |
| | | |||||
* | | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | | |||||
* | | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | | |||||
* | | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 1 | -1/+2 |
| | | |||||
* | | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | | |||||
* | | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -3/+0 |
|/ | |||||
* | *Commands: move to src/command/ | Max Kellermann | 2013-10-20 | 1 | -0/+222 |