-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List devices and battery levels in status icon tooltip #1911
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
I may have unintentionally completely ignored this 😅 . It does need a rebase but in general this looks fine to me. |
Seems much more useful than the number.
...from ConnectionNotifier
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why but it seems like |
@cschramm , show the active profile, maybe? |
blueman-project#1911 introduced a bug. Fixes blueman-project#2321
blueman-project#1911 introduced a bug. Fixes blueman-project#2321
blueman-project#1911 introduced a bug. Fixes blueman-project#2321
Issues:
BatteryWatcher
's users expect it to get destroyed and for thatBatteryWatcher
expect theManager
andBattery
objects to get destroyed. The latter requires #1908 to actually happen and forManager
it does not work due to theself
-references it passes to its signal handlers to be able to call itsemit
method. I'm not sure if and how that could get resolved.Apart from that I'm not sure how good the idea of using that Unicode symbol actually is... 😅