[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
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Christoph Cullmann  ---
I did this now in bug 373232, the important thing is the text aliasing anyways.
Tested on hi-dpi, looks much better for me, but more artifacts at the border of
painted regions are still there :/

*** This bug has been marked as a duplicate of bug 373232 ***

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

[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|

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

[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 mail because:
You are watching all bug changes.

[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 because:
You are watching all bug changes.

[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 receiving this mail because:
You are watching all bug changes.

[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
   ||ug.cgi?id=373232

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

[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

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

[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) {
+paint.setRenderHint(QPainter::Antialiasing, _antialiasText);
+}

But could be nice with a real fix.

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

[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||a.samir...@gmail.com,
   ||martin.sandsm...@kde.org,
   ||m...@arccos-1.net,
   ||n...@kde.org, wba...@tmo.at
 Status|REPORTED|CONFIRMED

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