[plasma-pa] [Bug 433476] When only one device is present, show its full name

2021-02-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=433476

Nate Graham  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-pa/commit/9b8a021
   ||8f62a8690173ff99925039dffec
   ||5ef06b
   Version Fixed In||5.22
 Resolution|--- |FIXED

--- Comment #6 from Nate Graham  ---
Git commit 9b8a0218f62a8690173ff99925039dffec5ef06b by Nate Graham.
Committed on 25/02/2021 at 03:35.
Pushed by ngraham into branch 'master'.

[applet] When only showing friendly name, add full name on hover

The applet has a special mode where it only shows a user-friendly name
(e.g. "Speakers" and "Microphone") when there is only one device, on the
logic that the full name is not needed when there is only one device
because the user knows what it is, and also depending on the audio
drivers in use, it can be a rather unsightly text string.

However there may be times when the user actually wants to know the full
name; perhaps they have forgotten which device of many they regularly
use is currently connected, for example. For this case, we now display
the full name on hover, so it's not getting in the way and possibly
looking ugly until it's actually needed.
FIXED-IN: 5.22

M  +2-0applet/contents/ui/DeviceListItem.qml
M  +41   -4applet/contents/ui/ListItemBase.qml

https://invent.kde.org/plasma/plasma-pa/commit/9b8a0218f62a8690173ff99925039dffec5ef06b

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 433476] When only one device is present, show its full name

2021-02-24 Thread Riccardo Robecchi
https://bugs.kde.org/show_bug.cgi?id=433476

--- Comment #2 from Riccardo Robecchi  ---
I do see how weird, ugly names might be bad. I myself have
"Raven/Raven2/Fenghuang HDMI/DP Audio Controller Digital Stereo (HDMI 4)".
However showing them in some way can still be useful and I think that doing so
on hover is actually the best solution given the circumstances!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 433476] When only one device is present, show its full name

2021-02-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=433476

--- Comment #3 from Nate Graham  ---
All right, I'll put together a merge request.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 433476] When only one device is present, show its full name

2021-02-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=433476

--- Comment #5 from Nate Graham  ---
Try that on for size ^^

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 433476] When only one device is present, show its full name

2021-02-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=433476

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-pa/-/merge_requests/52

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-pa] [Bug 433476] When only one device is present, show its full name

2021-02-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=433476

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Hmm, this was an intentional change made a year or two ago to simplify the
presentation for the common case where you only have one device. We figured
that there was no reason at all to show the full name when you only ever have
one device (it was irrelevant information), and for people who periodically
attach and detach devices, this is a manual action so they would know which
device was in use. Part of the problem with always showing the name is that
some device names are really ugly. Your device may say "USB DAC" but one of my
devices is named "sof-hda-dsp Speaker + Headphones". I don't want to see that
all the time.

I know that hover only actions is sub-optimal, but maybe we could display the
full name on hover when only one device is attached. What do you think?

-- 
You are receiving this mail because:
You are watching all bug changes.