index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
queue
Age
Commit message (
Expand
)
Author
2017-10-18
Merge tag 'v0.20.11'
Max Kellermann
2017-10-18
queue/Playlist: call MoveOrderToCurrent() in SeekSongOrder() on song change
Max Kellermann
2017-10-18
queue/PlaylistControl: keep order list consistency in MoveOrderToCurrent()
Max Kellermann
2017-10-18
queue/Playlist: move code to MoveOrderToCurrent()
Max Kellermann
2017-10-18
queue/Queue: add methods MoveOrderBefore() and MoveOrderAfter()
Max Kellermann
2017-10-18
queue/Queue: MoveOrder() returns to_order
Max Kellermann
2017-06-04
Merge tag 'v0.20.9'
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-24
SongPrint: remove Storage::MapToRelativeUTF8() call
Max Kellermann
2017-02-08
SongLoader: return instance, not pointer
Max Kellermann
2017-02-08
queue/PlaylistUpdate: assert Database::GetSong()!=nullptr
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-04
Fix for priority order bug if reordering in SetRandom()
Eugene Baklanov
2017-01-03
update copyright year
Max Kellermann
2016-12-09
Merge tag 'v0.19.20'
Max Kellermann
2016-12-09
Queue: "setprio" re-enqueues old song if priority has been raised
Max Kellermann
2016-11-10
util/Error: remove obsolete class
Max Kellermann
2016-10-29
db/simple/Save: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-27
queue/PlaylistUpdate: include cleanup
Max Kellermann
2016-10-27
LocateUri: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-08
player/Control: use class Error as C++ exception, throw it
Max Kellermann
2016-09-05
queue/PlaylistControl: use PlaylistError::NotPlaying()
Max Kellermann
2016-09-05
queue/PlaylistControl: fix return value in PlayNext(), PlayPrevious()
Max Kellermann
2016-03-19
db/Interface: GetSong() throws exception on error
Max Kellermann
2016-03-19
queue/PlaylistUpdate: extend catch clause
Max Kellermann
2016-03-18
queue/PlaylistUpdate: catch and ignore DatabaseError
Max Kellermann
2016-03-18
queue/Playlist: don't let StaleSong() interrupt playback
Max Kellermann
2016-03-18
queue/Playlist: rename DeleteSong() to StaleSong()
Max Kellermann
2016-03-18
queue/Playlist: pass unsigned to PlayOrder()
Max Kellermann
2016-03-18
queue/Playlist: document that current/queued are "order number"
Max Kellermann
2016-03-10
queue/Playlist: add interface QueueListener, replacing calls to idle_add()
Max Kellermann
2016-03-10
queue/Playlist: remove redundant "struct" keyword
Max Kellermann
2016-03-10
queue/Playlist: call OnModified(), eliminate duplicate code
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-28
player/Control: Play*() returns Error information
Max Kellermann
2016-02-28
queue/PlaylistControl: clear "queued" before calling LockSeek()
Max Kellermann
2016-02-28
queue/PlaylistControl: throw PlaylistError on error
Max Kellermann
2016-02-28
queue/PlaylistEdit: throw PlaylistError on error
Max Kellermann
2016-02-28
playlist/edit: use std::unique_ptr
Max Kellermann
2016-02-28
queue/PlaylistTag: throw PlaylistError on error
Max Kellermann
2016-02-28
PlaylistError: add NotPlaying()
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-23
Merge tag 'v0.19.13'
Max Kellermann
2016-02-23
queue/Playlist: move only the tag items in TagModified()
Max Kellermann
2015-12-18
PlaylistError: add exception class wrapping enum PlaylistResult
Max Kellermann
2015-11-13
queue/Save: fix "Malformed playlist line in state file"
Max Kellermann
2015-11-11
player/Control: Seek*() returns Error information
Max Kellermann
2015-11-11
queue/Playlist: seek methods return bool/Error instead of PlaylistResult
Max Kellermann
[next]