[plasmashell] [Bug 366451] "display scaling" on hidpi screen results in poor font quality

2016-10-25 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=366451 Bo Simonsen changed: What|Removed |Added CC||b...@geekworld.dk -- You are receiving this

[plasmashell] [Bug 366451] "display scaling" on hidpi screen results in poor font quality

2016-10-26 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=366451 --- Comment #11 from Bo Simonsen --- The infocenter seems also to be affected by this bug: https://bugzilla.opensuse.org/show_bug.cgi?id=1006651 -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 336274] "Connecting…" status causes high plasmashell CPU usage

2016-10-30 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=336274 Bo Simonsen changed: What|Removed |Added CC||b...@geekworld.dk --- Comment #37 from Bo

[kmail2] [Bug 351816] Kmail 15.08 Message Body does not follow the Font DPI settings.

2016-11-20 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=351816 Bo Simonsen changed: What|Removed |Added CC||b...@geekworld.dk -- You are receiving this

[kmail2] [Bug 351816] Kmail 15.08 Message Body does not follow the Font DPI settings.

2016-11-20 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=351816 --- Comment #1 from Bo Simonsen --- I can confirm this on openSUSE LEAP 42.2 -- You are receiving this mail because: You are watching all bug changes.

[kmail2] [Bug 351816] Kmail 15.08 Message Body does not follow the Font DPI settings.

2016-12-01 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=351816 --- Comment #4 from Bo Simonsen --- (In reply to Christian Hägele from comment #3) > I also found this comment in forums: > https://forum.kde.org/viewtopic.php?f=215&t=136652 > there are alos screenshots attached. Exactly the result here

[konsole] [Bug 397985] Round box drawing chars aren't nice

2019-04-21 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=397985 Bo Simonsen changed: What|Removed |Added Resolution|FIXED |--- CC

[konsole] [Bug 397985] Round box drawing chars aren't nice

2019-04-21 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=397985 --- Comment #5 from Bo Simonsen --- Created attachment 119548 --> https://bugs.kde.org/attachment.cgi?id=119548&action=edit screenshot of mc after antialiasing change -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 397985] Round box drawing chars aren't nice

2019-04-21 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=397985 --- Comment #6 from Bo Simonsen --- By the way, scaling is 1.5 -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 397985] Round box drawing chars aren't nice

2019-04-22 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=397985 --- Comment #8 from Bo Simonsen --- Nate, I am opening a new bug report. The black lines are not related to the bug you mention. The black lines are occuring on scaled displays after the activation of antialiasing. The other HiDPI bug, the lines there

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

2019-04-22 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=406770 Bug ID: 406770 Summary: Recent anti-aliasing change is causing black lines on HiDPI displays Product: konsole Version: master Platform: Other OS: Linux

[konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

2019-04-22 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=373232 --- Comment #78 from Bo Simonsen --- In case somebody are working on a solution I thought I may add my observations (has been trying my self to solve it but without luck so far). 1. The lines are actually holes in the painter image/canvas. You may see

[konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

2019-04-27 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=373232 --- Comment #79 from Bo Simonsen --- Can anybody verify the lines go away if konsole is started with --notransparency? -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

2019-04-28 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=373232 --- Comment #82 from Bo Simonsen --- (In reply to Harry ten Berge from comment #81) > Yes, confirmed that with '--notransparency' the artifacts are gone. Assume it is a QT bug after all. -- You are receiving this mail because: You are

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

[kiofuse] [Bug 75324] Integrate KIO Slaves into file system using FUSE gateway

2018-07-01 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=75324 Bo Simonsen changed: What|Removed |Added CC||b...@geekworld.dk --- Comment #62 from Bo

[plasmashell] [Bug 366451] "display scaling" on hidpi screen results in poor font quality

2018-07-09 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=366451 --- Comment #19 from Bo Simonsen --- This is only partly resolved. The labels are blurry because In QtQuick/Controls/Label.qml (qtquick controls 1): renderType: Settings.isMobile ? Text.QtRendering : Text.NativeRendering Needs to be: renderType

[kiofuse] [Bug 75324] Integrate KIO Slaves into file system using FUSE gateway

2018-07-28 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=75324 --- Comment #63 from Bo Simonsen --- I have been porting kiofuse to KF5 https://github.com/bosim/kiofuse -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

2018-08-03 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=373232 Bo Simonsen changed: What|Removed |Added CC||b...@geekworld.dk --- Comment #47 from Bo

[konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

2019-01-26 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=373232 --- Comment #74 from Bo Simonsen --- With Applications/18.12 commit 807ac77061604c2ac7cf84b0a0b29dd949a6c634 makes it even worse, for e.g. "mc". Not sure if it should be a seperate bug report? -- You are receiving this mail because: You ar

[kiofuse] [Bug 75324] Integrate KIO Slaves into file system using FUSE gateway

2019-01-27 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=75324 --- Comment #95 from Bo Simonsen --- (In reply to Nate Graham from comment #66) > Any update, Bo? :) There are really issues with kiofuse. Tried to transfer a relatively big file, got me 6 mbit/s and intensive CPU load, with plain sftp I got 100 mbi

[kmail2] [Bug 372189] Dysfunctional areas with 1.5 scaling

2017-01-03 Thread Bo Simonsen
https://bugs.kde.org/show_bug.cgi?id=372189 Bo Simonsen changed: What|Removed |Added CC||b...@geekworld.dk --- Comment #10 from Bo

[Akonadi] [Bug 310437] Wish for a ActiveSync resource in akonadi for full Exchange compatibility

2016-09-14 Thread Bo Simonsen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=310437 Bo Simonsen changed: What|Removed |Added CC||b...@geekworld.dk --- Comment #9 from Bo