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 | |imedia/amarok/-/commit/5fce | |61ded823dcfdec3ed945fabb2c1 | |a34146f50 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #13 from Tuomas Nurmi <tuo...@norsumanageri.org> --- Git commit 5fce61ded823dcfdec3ed945fabb2c1a34146f50 by Tuomas Nurmi. Committed on 28/01/2025 at 16:57. Pushed by nurmi into branch 'master'. Try to preserve collection browser order when adding tracks to playlist Boilerplate in previous commit, actual sorting implementation in this one. Tries to emulate all the things that currently affect sorting in collection browser. Should handle most of them, but some corner cases remain. At least in cases where track has multiple labels, the sorting is not necessarily preserved, and this cannot be reasonably fixed. Some other fixable corner cases might be still uncovered, though. M +4 -0 ChangeLog M +8 -0 src/browsers/CollectionSortFilterProxyModel.cpp M +1 -0 src/browsers/CollectionSortFilterProxyModel.h M +53 -1 src/browsers/CollectionTreeItemModelBase.cpp https://invent.kde.org/multimedia/amarok/-/commit/5fce61ded823dcfdec3ed945fabb2c1a34146f50 -- You are receiving this mail because: You are watching all bug changes.