summaryrefslogtreecommitdiff
path: root/src/queue
AgeCommit message (Expand)Author
2021-05-18command/PlaylistCommands: pass real_uri to LookupRemoteTag()Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-08-23Removed duplicate check for negative song timeJohann Uhrmann
2020-07-01Merge branch 'v0.21.x'Max Kellermann
2020-06-11queue/PlaylistEdit: fix crash in SetSongIdRange() while playingMax Kellermann
2020-03-25change abs() to std::abs()Rosen Penev
2020-03-16fix double promotionsRosen Penev
2020-03-13playlist/PlaylistSong: pass std::string_viewMax Kellermann
2020-03-12replace stdint.h with cstdintRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-10-16Merge tag 'v0.21.16'Max Kellermann
2019-10-15queue/PlaylistEdit: fix relative destination offset when moving a rangeMax Kellermann
2019-09-05SongSave: return DetachedSong, not a std::unique_ptr<>Max Kellermann
2019-09-05queue/Save: move code to LoadQueueSong()Max Kellermann
2019-09-05queue/Save: queue_load_song() throws on errorMax Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-06queue/Queue: allocate MoveRange() buffer on the heapMax Kellermann
2019-06-06queue/Queue: remove outdated API documentationMax Kellermann
2019-05-31queue/Playlist: add `noexcept`Max Kellermann
2019-05-31queue/Playlist: remove destructorMax Kellermann
2019-05-31queue/Playlist: use C++11 initializersMax Kellermann
2019-05-31queue/Listener: add `noexcept`Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-09-23player/Control: add LockGetSyncInfo()Max Kellermann
2018-09-22player/CrossFade: use std::chrono::durationMax Kellermann
2018-09-21player/Control: convert to classMax Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-07-25SongFilter: remove DetachedSong overloadsMax Kellermann
2018-07-17StateFileConfig: add attribute "restore_paused"Max Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-07-06db/LightSong: make Tag a referenceMax Kellermann
2018-02-25playlist/Queue: add one-shot to single modePatryk HachuĊ‚a
2018-02-11Merge tag 'v0.20.17'Max Kellermann
2018-02-09SongSave, queue/PlaylistState, tag/ReplayGain: use portable atof() wrappersMax Kellermann
2018-01-30RemoteTagCache: new glue class for integrating RemoteTagScannerMax Kellermann
2018-01-05Merge branch 'v0.20.x'Max Kellermann
2018-01-05queue/PlaylistControl: fix crash after seek failureMax Kellermann
2017-12-20player/Control, ...: remove API documentation references to the obsolete Erro...Max Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-12-03Merge branch 'v0.20.x'Max Kellermann
2017-12-02queue/PlaylistEdit: shuffle appended songs only within its priority groupMax Kellermann
2017-12-02queue/PlaylistControl: don't skip highest priority song on "play"Max Kellermann
2017-11-27queue/Save: fix inverted checkMax Kellermann
2017-11-26Queue: add "noexcept"Max Kellermann
2017-11-26queue/IdTable: make non-copyableMax Kellermann
2017-11-26queue/IdTable: make "data" pointer constMax Kellermann