[frameworks-qqc2-desktop-style] [Bug 391780] Qt text rendering is always being used, leading to text looking a little lighter than necessary

2018-04-05 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=391780

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

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

[frameworks-qqc2-desktop-style] [Bug 391780] Qt text rendering is always being used, leading to text looking a little lighter than necessary

2018-03-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391780

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.45
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/qqc
   ||2-desktop-style/9a5f7d834f8
   ||6f57e88c3993fbcf4c17d09a01e
   ||10

--- Comment #3 from Nate Graham  ---
Git commit 9a5f7d834f86f57e88c3993fbcf4c17d09a01e10 by Nathaniel Graham.
Committed on 13/03/2018 at 13:39.
Pushed by ngraham into branch 'master'.

Fix font rendering for non-HiDPI and integer scale factors

Summary:
QQC2-desktop-style was attempting to force the use of `Text.QtRendering` for
non-integer scale factors. However, it was accidentally using it everywhere.
This patch resolves the issue, and makes it use `Text.QtRendering` only for
non-integer scale factors.
FIXED-IN: 5.45

Test Plan:
No visual changes when there is a non-integer scale factor.

System Settings before, no scale factor:
{F5751414}

System Settings after, no scale factor:
{F5751415}

Discover before, no scale factor:
{F5751416}

Discover after, no scale factor:
{F5751418}

To notice the differences, you will probably have to open them in different
tabs, zoom in with {key Meta +}, and switch between the tabs.

Reviewers: mart, davidedmundson, broulik

Reviewed By: mart, davidedmundson

Subscribers: plasma-devel

Tags: #plasma

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

M  +4-1org.kde.desktop/ComboBox.qml
M  +4-2org.kde.desktop/Label.qml
M  +4-2org.kde.desktop/TextArea.qml
M  +4-2org.kde.desktop/TextField.qml

https://commits.kde.org/qqc2-desktop-style/9a5f7d834f86f57e88c3993fbcf4c17d09a01e10

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

[frameworks-qqc2-desktop-style] [Bug 391780] Qt text rendering is always being used, leading to text looking a little lighter than necessary

2018-03-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391780

--- Comment #2 from Nate Graham  ---
Oops, wrong patch. That one is for Plasma. The QQC2 patch is
https://phabricator.kde.org/D11274

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

[frameworks-qqc2-desktop-style] [Bug 391780] Qt text rendering is always being used, leading to text looking a little lighter than necessary

2018-03-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391780

--- Comment #1 from Nate Graham  ---
Submitted the patch: https://phabricator.kde.org/D11244

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