| Summary: | Add a way to remove bluetooth devices from the bluetooth applet | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | irchaika |
| Component: | Bluetooth widget | Assignee: | Andrew Gigena <andrew.gigena> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | andrew.gigena, justin.zobel, nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 6.2.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| URL: | https://invent.kde.org/plasma/bluedevil/-/merge_requests/232 | ||
| Latest Commit: | https://invent.kde.org/plasma/bluedevil/-/commit/78b30d0a1c5cc32e240a979f082292e40b28b391 | Version Fixed/Implemented In: | 6.6.0 |
| Sentry Crash Report: | |||
|
Description
irchaika
2021-03-20 21:36:09 UTC
Seems reasonable. Git commit 78b30d0a1c5cc32e240a979f082292e40b28b391 by Nate Graham, on behalf of Andrew Gigena. Committed on 03/01/2026 at 22:41. Pushed by ngraham into branch 'master'. Add forget device functionality to the Bluetooth applet This adds a "Forget" action to the context menu of each device in the Bluetooth applet, allowing the user to remove the device and addressing Bug 434691. The dialog component is shared with the KCM through a new components module, ensuring consistent behavior. FIXED-IN: 6.6.0 M +1 -0 src/CMakeLists.txt M +10 -0 src/applet/qml/DeviceItem.qml M +12 -1 src/applet/qml/FullRepresentation.qml A +11 -0 src/components/CMakeLists.txt R +11 -1 src/components/ForgetDeviceDialog.qml [from: src/kcm/ui/ForgetDeviceDialog.qml - 084% similarity] A +5 -0 src/components/qmldir M +2 -1 src/kcm/ui/Device.qml M +2 -1 src/kcm/ui/ForgetDeviceAction.qml M +2 -1 src/kcm/ui/main.qml https://invent.kde.org/plasma/bluedevil/-/commit/78b30d0a1c5cc32e240a979f082292e40b28b391 |