Summary: | No simple way to remove unwanted "available devices" | ||
---|---|---|---|
Product: | [Unmaintained] Bluedevil | Reporter: | arne anka <kde-bugs> |
Component: | system tray | Assignee: | David Rosca <nowrep> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, nicolas.fella |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 5.14.5 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/bluedevil/commit/de1681fbe2ed6ca502c72c2fe78bcd3df91ca332 | Version Fixed In: | 5.20.5 |
Sentry Crash Report: |
Description
arne anka
2020-01-16 09:44:13 UTC
Maybe after removing a device, it should move to a third section titled "hidden devices" that defaults to a collapsed state. Kind of duplicate of https://bugs.kde.org/show_bug.cgi?id=422383 which also complains about unwanted devices A possibly relevant merge request was started @ https://invent.kde.org/plasma/bluedevil/-/merge_requests/26 Git commit b4ba0dae5c4f3a15c180b35aa5f96263b7843c2a by Nicolas Fella. Committed on 07/12/2020 at 19:37. Pushed by nicolasfella into branch 'master'. Show only paired devices in KCM and applet Currently only paired/known devices are shown initially. Once the user starts the wizard we enter discover mode and all newly found devices are added to the model and thus the applet and KCM. When the KCM is closed and opened again only the paired devices. To avoid this filter out unpaired devices in the ProxyModel that is used by the applet and KCM. Related: bug 422383 M +6 -0 src/applet/plugin/devicesproxymodel.cpp M +1 -0 src/applet/plugin/devicesproxymodel.h https://invent.kde.org/plasma/bluedevil/commit/b4ba0dae5c4f3a15c180b35aa5f96263b7843c2a Git commit de1681fbe2ed6ca502c72c2fe78bcd3df91ca332 by Nicolas Fella. Committed on 07/12/2020 at 19:38. Pushed by nicolasfella into branch 'Plasma/5.20'. Show only paired devices in KCM and applet Currently only paired/known devices are shown initially. Once the user starts the wizard we enter discover mode and all newly found devices are added to the model and thus the applet and KCM. When the KCM is closed and opened again only the paired devices. To avoid this filter out unpaired devices in the ProxyModel that is used by the applet and KCM. Related: bug 422383 (cherry picked from commit b4ba0dae5c4f3a15c180b35aa5f96263b7843c2a) M +6 -0 src/applet/plugin/devicesproxymodel.cpp M +1 -0 src/applet/plugin/devicesproxymodel.h https://invent.kde.org/plasma/bluedevil/commit/de1681fbe2ed6ca502c72c2fe78bcd3df91ca332 |