https://bugs.kde.org/show_bug.cgi?id=180404
Tuomas Nurmi <tuo...@norsumanageri.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult |imedia/amarok/-/commit/5fce |imedia/amarok/-/commit/1c40 |61ded823dcfdec3ed945fabb2c1 |077feee3d9b60ab450da383a175 |a34146f50 |aed2b1ffe --- Comment #15 from Tuomas Nurmi <tuo...@norsumanageri.org> --- Git commit 1c40077feee3d9b60ab450da383a175aed2b1ffe by Tuomas Nurmi. Committed on 28/01/2025 at 19:48. Pushed by nurmi into branch 'master'. Preserve track ordering also when drag-dropping from collection browser To achieve this, currentOrderTrackLessThan needs to be propagated quite a bit further so it can be used it when processing dropped track list in PlaylistModel.cpp. Maybe not the cleanest possible solution, but the required changes are not that extensive, except for testplaylistmodels, during whose compilation a bunch of related source files needed to be included. M +8 -1 src/browsers/CollectionTreeItemModelBase.cpp M +8 -0 src/browsers/CollectionTreeView.cpp M +3 -0 src/browsers/CollectionTreeView.h M +9 -1 src/playlist/PlaylistModel.cpp M +13 -0 tests/playlist/CMakeLists.txt https://invent.kde.org/multimedia/amarok/-/commit/1c40077feee3d9b60ab450da383a175aed2b1ffe -- You are receiving this mail because: You are watching all bug changes.