https://bugs.kde.org/show_bug.cgi?id=372562
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-pa/commit/48037d7 | |1f8b4f20efc28bd33db6c59facc | |5a31ad Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |5.22.0 --- Comment #6 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit 48037d71f8b4f20efc28bd33db6c59facc5a31ad by Kai Uwe Broulik. Committed on 08/02/2021 at 20:52. Pushed by broulik into branch 'master'. Rewrite ListItem context menu and add card profile selection This moves the menu logic into C++ to make `ListItemBase` less messy. More importantly, it adds card profile selection so that you can, for instance, quickly switch Bluetooth devices between A2DP and HFP profiles. It also now uses radio buttons to denote mutually excusive options. FIXED-IN: 5.22.0 M +29 -163 applet/contents/ui/ListItemBase.qml M +4 -0 applet/contents/ui/main.qml M +1 -0 src/CMakeLists.txt A +525 -0 src/qml/listitemmenu.cpp [License: LGPL] A +117 -0 src/qml/listitemmenu.h [License: LGPL] M +3 -0 src/qml/plugin.cpp https://invent.kde.org/plasma/plasma-pa/commit/48037d71f8b4f20efc28bd33db6c59facc5a31ad -- You are receiving this mail because: You are watching all bug changes.