https://bugs.kde.org/show_bug.cgi?id=436903
george fb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/mult | |imedia/haruna/-/commit/9b87 | |c24db0935c01aa80b43752fd324 | |91a171d82 Resolution|--- |FIXED --- Comment #4 from george fb <[email protected]> --- Git commit 9b87c24db0935c01aa80b43752fd32491a171d82 by George Florea Bănuș, on behalf of M. Sadık Uğursoy. Committed on 28/08/2025 at 02:38. Pushed by georgefb into branch 'master'. Playlist: add support for multiple playlists M +3 -0 src/CMakeLists.txt M +82 -7 src/models/playlist/playlistfilterproxymodel.cpp M +17 -1 src/models/playlist/playlistfilterproxymodel.h M +37 -24 src/models/playlist/playlistmodel.cpp M +7 -2 src/models/playlist/playlistmodel.h A +376 -0 src/models/playlist/playlistmultiproxiesmodel.cpp [License: GPL(v3.0+)] A +66 -0 src/models/playlist/playlistmultiproxiesmodel.h [License: GPL(v3.0+)] A +33 -0 src/models/playlist/playlistrenamevalidator.cpp [License: GPL(v3.0+)] A +20 -0 src/models/playlist/playlistrenamevalidator.h [License: GPL(v3.0+)] M +52 -33 src/mpv/mpvitem.cpp M +19 -13 src/mpv/mpvitem.h M +2 -2 src/qml/Actions.qml M +2 -2 src/qml/Footer.qml M +7 -5 src/qml/Haruna/PlaylistItems/PlaylistItemDelegate.qml A +331 -0 src/qml/Haruna/PlaylistItems/PlaylistTabDelegate.qml [License: GPL(v3.0+)] M +2 -2 src/qml/Main.qml M +169 -38 src/qml/PlayList.qml M +2 -2 src/worker.cpp M +2 -2 src/worker.h https://invent.kde.org/multimedia/haruna/-/commit/9b87c24db0935c01aa80b43752fd32491a171d82 -- You are receiving this mail because: You are watching all bug changes.
