[konsole] [Bug 406770] Recent anti-aliasing change is causing black lines on HiDPI displays

2019-10-02 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=406770 Christoph Cullmann changed: What|Removed |Added CC||cullm...@kde.org

[konsole] [Bug 406770] Recent anti-aliasing change is causing black lines on HiDPI displays

2019-08-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406770 lukebe...@hotmail.com changed: What|Removed |Added See Also|https://bugs.kde.org/show_b | |ug.cgi?id=373232

[konsole] [Bug 406770] Recent anti-aliasing change is causing black lines on HiDPI displays

2019-08-17 Thread Thorsten Oppels
https://bugs.kde.org/show_bug.cgi?id=406770 Thorsten Oppels changed: What|Removed |Added CC||thopp...@web.de -- You are receiving this

[konsole] [Bug 406770] Recent anti-aliasing change is causing black lines on HiDPI displays

2019-07-07 Thread Ivan D Vasin
https://bugs.kde.org/show_bug.cgi?id=406770 Ivan D Vasin changed: What|Removed |Added CC||i...@nisavid.io -- You are receiving this mail

[konsole] [Bug 406770] Recent anti-aliasing change is causing black lines on HiDPI displays

2019-05-31 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=406770 Alexander Potashev changed: What|Removed |Added CC||aspotas...@gmail.com -- You are

[konsole] [Bug 406770] Recent anti-aliasing change is causing black lines on HiDPI displays

2019-05-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406770 Nate Graham changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[konsole] [Bug 406770] Recent anti-aliasing change is causing black lines on HiDPI displays

2019-04-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406770 --- Comment #2 from Nate Graham --- It couldn't hurt to submit that as an RFC patch. :) You might get comments that could help with the cases that aren't yet covered. here's the documentation: https://community.kde.org/Infrastructure/Phabricator --

[konsole] [Bug 406770] Recent anti-aliasing change is causing black lines on HiDPI displays

2019-04-28 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=406770 --- Comment #1 from Bo Simonsen --- This will probably fix it, but not provide antialiasing for hidpi displays: -paint.setRenderHint(QPainter::Antialiasing, _antialiasText); +if(qApp->devicePixelRatio() == 1.0) { +

[konsole] [Bug 406770] Recent anti-aliasing change is causing black lines on HiDPI displays

2019-04-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406770 Nate Graham changed: What|Removed |Added Ever confirmed|0 |1 CC|