Bug 397954 - Bad font rendering and messy GUI in "Audio volume" kcm opened via system settings when I use 1.2 as display scaling factor
Summary: Bad font rendering and messy GUI in "Audio volume" kcm opened via system sett...
Status: RESOLVED FIXED
Alias: None
Product: plasma-pa
Classification: Plasma
Component: kcm (show other bugs)
Version: 5.14.90
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2018-08-27 22:00 UTC by Patrick Silva
Modified: 2019-02-15 15:20 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.16.0


Attachments
'Devices' tab (86.81 KB, image/png)
2018-08-27 22:00 UTC, Patrick Silva
Details
'Applications' tab (79.31 KB, image/png)
2018-08-27 22:01 UTC, Patrick Silva
Details
'Advanced' tab (82.66 KB, image/png)
2018-08-27 22:02 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2018-08-27 22:00:46 UTC
Created attachment 114642 [details]
'Devices' tab

Summary says by itself, see the screenshots taken on Arch Linux please.
"Audo volume" kcm opened via sound applet in the system tray is not affected.
Comment 1 Patrick Silva 2018-08-27 22:01:41 UTC
Created attachment 114643 [details]
'Applications' tab
Comment 2 Patrick Silva 2018-08-27 22:02:25 UTC
Created attachment 114644 [details]
'Advanced' tab
Comment 3 Nate Graham 2018-08-28 20:00:54 UTC
Needs to be ported to use QQC2 Labels.
Comment 4 Nate Graham 2018-09-05 23:35:10 UTC
Submitted a patch for this: https://phabricator.kde.org/differential/revision/edit/15304/
Comment 5 Nate Graham 2018-09-05 23:35:36 UTC
Oops. Correct URL is https://phabricator.kde.org/D15304
Comment 6 Nate Graham 2019-02-13 15:12:27 UTC
Git commit 00026cee9ec8c5d04067cf892b46e5a5507b7f6d by Nate Graham.
Committed on 13/02/2019 at 15:12.
Pushed by ngraham into branch 'master'.

[KCM] Port to QQC2

Summary:
This patch ports the KCM to QQC2, which has the side effect of working around https://bugreports.qt.io/browse/QTBUG-70481 and improving the presentation for people using fractional Qt scale factors.
FIXED-IN: 5.16.0

Test Plan: All functionality tested still worked. No visual changes at 1x scale. With a fractional scale factor, it now looks good: {F6612007}

Reviewers: #plasma, drosca

Reviewed By: drosca

Subscribers: apol, huftis, nicolasfella, davidedmundson, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D15304

M  +8    -2    src/kcm/package/contents/ui/Advanced.qml
M  +8    -3    src/kcm/package/contents/ui/Applications.qml
M  +4    -5    src/kcm/package/contents/ui/CardListItem.qml
M  +1    -1    src/kcm/package/contents/ui/DeviceComboBox.qml
M  +5    -5    src/kcm/package/contents/ui/DeviceListItem.qml
M  +8    -2    src/kcm/package/contents/ui/Devices.qml
M  +1    -1    src/kcm/package/contents/ui/Header.qml
M  +5    -7    src/kcm/package/contents/ui/StreamListItem.qml
M  +3    -3    src/kcm/package/contents/ui/VolumeSlider.qml
M  +36   -35   src/kcm/package/contents/ui/main.qml

https://commits.kde.org/plasma-pa/00026cee9ec8c5d04067cf892b46e5a5507b7f6d
Comment 7 Bernie Innocenti 2019-02-15 15:17:18 UTC
Would it be possible to backport this fix to the next 5.15 stable release?
Comment 8 Kai Uwe Broulik 2019-02-15 15:20:14 UTC
No, it's too invasive of a change for a patch release.