https://bugs.kde.org/show_bug.cgi?id=441879
--- Comment #9 from b...@mogwai.be --- Git commit 08fbb15415201b0bf70a18348a07baea126ed1ba by Bart De Vries. Committed on 09/05/2024 at 06:52. Pushed by ngraham into branch 'master'. Implement album shuffle option on playlist Additional test added to check: - switching between the shuffle modes - save and restore playlist shuffle state - enqueueing tracks while shuffle mode is active - check whether album tracks remain properly grouped in album shuffle mode M +404 -99 autotests/mediaplaylistproxymodeltest.cpp M +8 -2 autotests/mediaplaylistproxymodeltest.h M +4 -1 src/CMakeLists.txt M +229 -54 src/mediaplaylistproxymodel.cpp M +18 -7 src/mediaplaylistproxymodel.h M +6 -5 src/mpris2/mediaplayer2player.cpp M +1 -1 src/mpris2/mediaplayer2player.h M +54 -4 src/qml/MediaPlayerControl.qml M +10 -10 src/qml/NativeGlobalMenu.qml A +16 -0 src/qml/NativeGlobalMenuShuffleModeItem.qml [License: LGPL(v3.0+)] A +17 -0 src/qml/ShuffleModeItem.qml [License: LGPL(v3.0+)] M +45 -4 src/qml/mobile/MobileTrackPlayer.qml https://invent.kde.org/multimedia/elisa/-/commit/08fbb15415201b0bf70a18348a07baea126ed1ba -- You are receiving this mail because: You are watching all bug changes.