https://bugs.kde.org/show_bug.cgi?id=493245
Kai Uwe Broulik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/bluedevil/-/commit/d92a6 | |f12d85f052fd4c71c6b63fa170e | |4a09cfee Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Kai Uwe Broulik <[email protected]> --- Git commit d92a6f12d85f052fd4c71c6b63fa170e4a09cfee by Kai Uwe Broulik. Committed on 27/05/2025 at 16:55. Pushed by broulik into branch 'master'. DevicesStateProxyModel: Split disconnecting into a dedicated state While the method "registerPendingCall" sounds generic, it's really only about the connecting state. Unfortunately, a device can be considered connected before the pending call has finished. This causes the UI to briefly display a "Disconnecting" in the UI which is confusing. By properly tracking connecting and disconnecting calls we can ensure that the device state displayed matches expectations. M +72 -8 src/applet/devicesstateproxymodel.cpp M +10 -2 src/applet/devicesstateproxymodel.h M +12 -8 src/applet/package/contents/ui/DeviceItem.qml M +1 -1 src/applet/package/contents/ui/main.qml https://invent.kde.org/plasma/bluedevil/-/commit/d92a6f12d85f052fd4c71c6b63fa170e4a09cfee -- You are receiving this mail because: You are watching all bug changes.
