blueman icon indicating copy to clipboard operation
blueman copied to clipboard

Decide on signal bars

Open infirit opened this issue 6 years ago • 5 comments

With bluetooth LE we do not have signal bars. The problem afaics is that we do not have tpl, lq and rss. We do have an rssi property in the dbus api but it is only available during discovery.

While it has been a big part of blueman the simplest would be drop them and instead have an indicator showing if the device is connected. I can add the indicator on top of the bars as well but this will make the ui inconsistent between LE and non LE devices.

Opinions, suggestions, complaints :-)

infirit avatar Apr 15 '18 11:04 infirit

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 20 '19 13:04 stale[bot]

My opinions on this:

  • Connection indicator definitely makes sense
  • Inconsistent UI between LE and non LE is fine

The only way to avoid the inconsistency seems to be to not use the information we have for non LE devices. The signal bars are probably not that useful to most users, but I'd not downgrade that UI for consistency reasons.

cschramm avatar Oct 12 '19 07:10 cschramm

I used an image upscaler (waify2x) and the result is pretty good. Imho this looks good enough for Gdk scaling. I'll do them all tomorrow and test it out. blueman-lq-90_waifu2x_art_scale_tta_1

infirit avatar Nov 07 '20 20:11 infirit

Here is the result with GDK_SCALE=2. It is pretty amazing how well this ai upscaler works :astonished: . I'll open a PR for this.

afbeelding

infirit avatar Nov 08 '20 13:11 infirit

I'm leaning towards using using a Gtk.LevelBar as seen in #1768. But this requires quite a bit of work replacing the TreeView.

infirit avatar Jul 25 '22 08:07 infirit