[frameworks-qqc2-desktop-style] [Bug 409888] Input field text widget do not respect anti-aliasing preferences

2019-07-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409888

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
   Version Fixed In||5.61

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

[frameworks-qqc2-desktop-style] [Bug 409888] Input field text widget do not respect anti-aliasing preferences

2019-07-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=409888

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/qqc
   ||2-desktop-style/8927e90ac08
   ||f65de8e15f066200bb7252b86ec
   ||1a

--- Comment #6 from Kai Uwe Broulik  ---
Git commit 8927e90ac08f65de8e15f066200bb7252b86ec1a by Kai Uwe Broulik.
Committed on 18/07/2019 at 15:01.
Pushed by broulik into branch 'master'.

[SpinBox] Set renderType

Ensures it uses the system's font rendering settings

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

M  +5-0org.kde.desktop/SpinBox.qml

https://commits.kde.org/qqc2-desktop-style/8927e90ac08f65de8e15f066200bb7252b86ec1a

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

[frameworks-qqc2-desktop-style] [Bug 409888] Input field text widget do not respect anti-aliasing preferences

2019-07-17 Thread Martin van Es
https://bugs.kde.org/show_bug.cgi?id=409888

--- Comment #5 from Martin van Es  ---
Created attachment 121582
  --> https://bugs.kde.org/attachment.cgi?id=121582=edit
Launcher search box

The launcher searchbox is not a password echo, but I leave it up to the experts
to decide if that can be fixed or not...

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

[frameworks-qqc2-desktop-style] [Bug 409888] Input field text widget do not respect anti-aliasing preferences

2019-07-17 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=409888

--- Comment #4 from Kai Uwe Broulik  ---
There's a comment in the code explaining why it does that:

/*
 * Since the password echo is a circle without vertical or horizontal
lines, it won't be
 * more blurred with different rendring types.
 * Using Qt rendering, the dots will look more aligned and equally spaced.
 * Also if we are on mobile, make sure we use QtRendering
 * Finally, use QtRendering if we're using a non-integer scale factor to
work around
 * https://bugreports.qt.io/browse/QTBUG-67007
 *
 * color with an alpha is also broken.
https://bugreports.qt.io/browse/QTBUG-70138
 *
 * Given we have so many issues, just enable QtRendering for now
 */

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

[frameworks-qqc2-desktop-style] [Bug 409888] Input field text widget do not respect anti-aliasing preferences

2019-07-17 Thread Martin van Es
https://bugs.kde.org/show_bug.cgi?id=409888

--- Comment #3 from Martin van Es  ---
It's not only the spinboxes, the application launcher searchbox has the same
issue, but maybe your patch covers it all?

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

[frameworks-qqc2-desktop-style] [Bug 409888] Input field text widget do not respect anti-aliasing preferences

2019-07-17 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=409888

Kai Uwe Broulik  changed:

   What|Removed |Added

Product|frameworks-ktextwidgets |frameworks-qqc2-desktop-sty
   ||le
  Component|general |general
   Assignee|mon...@kde.org  |notm...@gmail.com
 CC||k...@davidedmundson.co.uk

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