https://bugs.kde.org/show_bug.cgi?id=447607
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |22.04 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/mult | |imedia/elisa/commit/68d40f2 | |df4fb4104f46e8a39748571630b | |bdd14a Status|ASSIGNED |RESOLVED --- Comment #5 from Nate Graham <[email protected]> --- Git commit 68d40f2df4fb4104f46e8a39748571630bbdd14a by Nate Graham. Committed on 27/01/2022 at 20:13. Pushed by ngraham into branch 'master'. Port Playlist inlinemessages to PassiveNotification We were basically replicating the functionality; might as well just use the real thing. Then we can benefit from future improvements and have less custom code. The connections to the model's signal are moved into ElisaMainWindow so that they are made only once, not once per instantiation of MediaPlayListView. That caused logic to be executed twice. FIXED-IN: 22.04 M +2 -7 src/mediaplaylistproxymodel.cpp M +11 -0 src/qml/ElisaMainWindow.qml M +1 -110 src/qml/MediaPlayListView.qml https://invent.kde.org/multimedia/elisa/commit/68d40f2df4fb4104f46e8a39748571630bbdd14a -- You are receiving this mail because: You are watching all bug changes.
