mpd/src
Eugene Baklanov bd14afe347 Fix for priority order bug if reordering in SetRandom()
Fix for the problem where order with priorities gets out of whack in case it's
reordered by SetRandom() while another song is currently playing.
What happens is, if some song is already playing and you have set some
priorities before switching on the random mode, and then turn the mode on, the
original code swaps position of the first song in the order (i.e., the highest
priority song) with current, so that current is 0 (which it should be). The
problem is, the "original" first song then goes to the place "current" song was
after reordering, wherever that is, instead of going after the "current" song.
This patch fixes the issue.
Also the fix makes MoveOrder() public, because why shouldn't it be, anyway.  It
certainly makes more sense than just having SwapOrders() public for some
reason.

Signed-off-by: Eugene Baklanov <miltenfiremage@gmail.com>
2017-01-04 10:10:27 +01:00
..
android update copyright year 2017-01-03 20:48:59 +01:00
archive update copyright year 2017-01-03 20:48:59 +01:00
AudioCompress audio_{parser,config}: convert to C++ 2013-01-30 21:47:12 +01:00
client update copyright year 2017-01-03 20:48:59 +01:00
command update copyright year 2017-01-03 20:48:59 +01:00
config update copyright year 2017-01-03 20:48:59 +01:00
db update copyright year 2017-01-03 20:48:59 +01:00
decoder update copyright year 2017-01-03 20:48:59 +01:00
encoder update copyright year 2017-01-03 20:48:59 +01:00
event update copyright year 2017-01-03 20:48:59 +01:00
filter update copyright year 2017-01-03 20:48:59 +01:00
fs update copyright year 2017-01-03 20:48:59 +01:00
haiku Haiku: add resources: application signature and flags 2015-09-17 22:46:46 +02:00
input update copyright year 2017-01-03 20:48:59 +01:00
java Java/File: fix include guard 2014-11-24 07:51:25 +01:00
lib update copyright year 2017-01-03 20:48:59 +01:00
mixer update copyright year 2017-01-03 20:48:59 +01:00
neighbor update copyright year 2017-01-03 20:48:59 +01:00
net update copyright year 2017-01-03 20:48:59 +01:00
output update copyright year 2017-01-03 20:48:59 +01:00
pcm update copyright year 2017-01-03 20:48:59 +01:00
player update copyright year 2017-01-03 20:48:59 +01:00
playlist update copyright year 2017-01-03 20:48:59 +01:00
protocol update copyright year 2017-01-03 20:48:59 +01:00
queue Fix for priority order bug if reordering in SetRandom() 2017-01-04 10:10:27 +01:00
sticker update copyright year 2017-01-03 20:48:59 +01:00
storage update copyright year 2017-01-03 20:48:59 +01:00
system update copyright year 2017-01-03 20:48:59 +01:00
tag update copyright year 2017-01-03 20:48:59 +01:00
thread update copyright year 2017-01-03 20:48:59 +01:00
unix update copyright year 2017-01-03 20:48:59 +01:00
util update copyright year 2017-01-03 20:48:59 +01:00
win32 update copyright year 2017-01-03 20:48:59 +01:00
zeroconf update copyright year 2017-01-03 20:48:59 +01:00
AudioFormat.cxx update copyright year 2017-01-03 20:48:59 +01:00
AudioFormat.hxx update copyright year 2017-01-03 20:48:59 +01:00
AudioParser.cxx update copyright year 2017-01-03 20:48:59 +01:00
AudioParser.hxx update copyright year 2017-01-03 20:48:59 +01:00
BulkEdit.hxx update copyright year 2017-01-03 20:48:59 +01:00
check.h update copyright year 2017-01-03 20:48:59 +01:00
CheckAudioFormat.cxx update copyright year 2017-01-03 20:48:59 +01:00
CheckAudioFormat.hxx update copyright year 2017-01-03 20:48:59 +01:00
Chrono.hxx update copyright year 2017-01-03 20:48:59 +01:00
CommandLine.cxx update copyright year 2017-01-03 20:48:59 +01:00
CommandLine.hxx update copyright year 2017-01-03 20:48:59 +01:00
Compiler.h update copyright year 2017-01-03 20:48:59 +01:00
DetachedSong.cxx update copyright year 2017-01-03 20:48:59 +01:00
DetachedSong.hxx update copyright year 2017-01-03 20:48:59 +01:00
IcyMetaDataParser.cxx update copyright year 2017-01-03 20:48:59 +01:00
IcyMetaDataParser.hxx update copyright year 2017-01-03 20:48:59 +01:00
Idle.cxx update copyright year 2017-01-03 20:48:59 +01:00
Idle.hxx update copyright year 2017-01-03 20:48:59 +01:00
IdleFlags.cxx update copyright year 2017-01-03 20:48:59 +01:00
IdleFlags.hxx update copyright year 2017-01-03 20:48:59 +01:00
Instance.cxx update copyright year 2017-01-03 20:48:59 +01:00
Instance.hxx update copyright year 2017-01-03 20:48:59 +01:00
IOThread.cxx update copyright year 2017-01-03 20:48:59 +01:00
IOThread.hxx update copyright year 2017-01-03 20:48:59 +01:00
Listen.cxx update copyright year 2017-01-03 20:48:59 +01:00
Listen.hxx update copyright year 2017-01-03 20:48:59 +01:00
LocateUri.cxx update copyright year 2017-01-03 20:48:59 +01:00
LocateUri.hxx update copyright year 2017-01-03 20:48:59 +01:00
Log.cxx update copyright year 2017-01-03 20:48:59 +01:00
Log.hxx update copyright year 2017-01-03 20:48:59 +01:00
LogBackend.cxx update copyright year 2017-01-03 20:48:59 +01:00
LogBackend.hxx update copyright year 2017-01-03 20:48:59 +01:00
LogInit.cxx update copyright year 2017-01-03 20:48:59 +01:00
LogInit.hxx update copyright year 2017-01-03 20:48:59 +01:00
LogLevel.hxx update copyright year 2017-01-03 20:48:59 +01:00
LogV.hxx update copyright year 2017-01-03 20:48:59 +01:00
ls.cxx update copyright year 2017-01-03 20:48:59 +01:00
ls.hxx update copyright year 2017-01-03 20:48:59 +01:00
Main.cxx update copyright year 2017-01-03 20:48:59 +01:00
Main.hxx update copyright year 2017-01-03 20:48:59 +01:00
Mapper.cxx update copyright year 2017-01-03 20:48:59 +01:00
Mapper.hxx update copyright year 2017-01-03 20:48:59 +01:00
MixRampInfo.hxx update copyright year 2017-01-03 20:48:59 +01:00
MusicBuffer.cxx update copyright year 2017-01-03 20:48:59 +01:00
MusicBuffer.hxx update copyright year 2017-01-03 20:48:59 +01:00
MusicChunk.cxx update copyright year 2017-01-03 20:48:59 +01:00
MusicChunk.hxx update copyright year 2017-01-03 20:48:59 +01:00
MusicPipe.cxx update copyright year 2017-01-03 20:48:59 +01:00
MusicPipe.hxx update copyright year 2017-01-03 20:48:59 +01:00
notify.cxx update copyright year 2017-01-03 20:48:59 +01:00
notify.hxx update copyright year 2017-01-03 20:48:59 +01:00
open.h update copyright year 2017-01-03 20:48:59 +01:00
Partition.cxx update copyright year 2017-01-03 20:48:59 +01:00
Partition.hxx update copyright year 2017-01-03 20:48:59 +01:00
Permission.cxx update copyright year 2017-01-03 20:48:59 +01:00
Permission.hxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistDatabase.cxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistDatabase.hxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistError.cxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistError.hxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistFile.cxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistFile.hxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistPrint.cxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistPrint.hxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistSave.cxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistSave.hxx update copyright year 2017-01-03 20:48:59 +01:00
PluginUnavailable.hxx update copyright year 2017-01-03 20:48:59 +01:00
poison.h update copyright year 2017-01-03 20:48:59 +01:00
ReplayGainConfig.hxx update copyright year 2017-01-03 20:48:59 +01:00
ReplayGainGlobal.cxx update copyright year 2017-01-03 20:48:59 +01:00
ReplayGainGlobal.hxx update copyright year 2017-01-03 20:48:59 +01:00
ReplayGainInfo.cxx update copyright year 2017-01-03 20:48:59 +01:00
ReplayGainInfo.hxx update copyright year 2017-01-03 20:48:59 +01:00
ReplayGainMode.cxx update copyright year 2017-01-03 20:48:59 +01:00
ReplayGainMode.hxx update copyright year 2017-01-03 20:48:59 +01:00
SongFilter.cxx update copyright year 2017-01-03 20:48:59 +01:00
SongFilter.hxx update copyright year 2017-01-03 20:48:59 +01:00
SongLoader.cxx update copyright year 2017-01-03 20:48:59 +01:00
SongLoader.hxx update copyright year 2017-01-03 20:48:59 +01:00
SongPrint.cxx update copyright year 2017-01-03 20:48:59 +01:00
SongPrint.hxx update copyright year 2017-01-03 20:48:59 +01:00
SongSave.cxx update copyright year 2017-01-03 20:48:59 +01:00
SongSave.hxx update copyright year 2017-01-03 20:48:59 +01:00
SongUpdate.cxx update copyright year 2017-01-03 20:48:59 +01:00
StateFile.cxx update copyright year 2017-01-03 20:48:59 +01:00
StateFile.hxx update copyright year 2017-01-03 20:48:59 +01:00
Stats.cxx update copyright year 2017-01-03 20:48:59 +01:00
Stats.hxx update copyright year 2017-01-03 20:48:59 +01:00
TagArchive.cxx update copyright year 2017-01-03 20:48:59 +01:00
TagArchive.hxx update copyright year 2017-01-03 20:48:59 +01:00
TagFile.cxx update copyright year 2017-01-03 20:48:59 +01:00
TagFile.hxx update copyright year 2017-01-03 20:48:59 +01:00
TagPrint.cxx update copyright year 2017-01-03 20:48:59 +01:00
TagPrint.hxx update copyright year 2017-01-03 20:48:59 +01:00
TagSave.cxx update copyright year 2017-01-03 20:48:59 +01:00
TagSave.hxx update copyright year 2017-01-03 20:48:59 +01:00
TagStream.cxx update copyright year 2017-01-03 20:48:59 +01:00
TagStream.hxx update copyright year 2017-01-03 20:48:59 +01:00
TimePrint.cxx update copyright year 2017-01-03 20:48:59 +01:00
TimePrint.hxx update copyright year 2017-01-03 20:48:59 +01:00