[akregator] [Bug 447552] Changes to medium font size are not kept once Configure dialog is closed

2022-12-26 Thread Lukáš Turek
https://bugs.kde.org/show_bug.cgi?id=447552

Lukáš Turek <8...@8an.cz> changed:

   What|Removed |Added

 CC||8...@8an.cz

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 427091] Kmail gpg bad signature if From header contains non-ascii characters

2020-12-08 Thread Lukáš Turek
https://bugs.kde.org/show_bug.cgi?id=427091

--- Comment #4 from Lukáš Turek <8...@8an.cz> ---
Created attachment 133939
  --> https://bugs.kde.org/attachment.cgi?id=133939=edit
Disable protected headers in messagelib

I found a workaround: when protected headers are disabled in messagelib, To:
and From: headers don't affect the signature, so it validates OK.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 427091] Kmail gpg bad signature if From header contains non-ascii characters

2020-12-07 Thread Lukáš Turek
https://bugs.kde.org/show_bug.cgi?id=427091

Lukáš Turek <8...@8an.cz> changed:

   What|Removed |Added

 CC||8...@8an.cz

--- Comment #2 from Lukáš Turek <8...@8an.cz> ---
I can confirm the bug, it's a regression after update from 20.04.3 to 20.08.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 397752] HTML articles appear very small

2020-11-26 Thread Lukáš Turek
https://bugs.kde.org/show_bug.cgi?id=397752

--- Comment #7 from Lukáš Turek <8...@8an.cz> ---
I have a 1920x1200 display with DPI set to 110, which is still much more than
72 DPI where pixels and points match. I set Medium font size in Akregator to
16, which is the desired value in pixels, roughly matching 10pt set in KDE.
QWebEngineSettings::setFontSize also expects the font size in pixels, so the
conversion should be either in both places, or none. I chose the latter option,
because the font sizes in Akregator then match values in Falkon.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 397752] HTML articles appear very small

2020-11-25 Thread Lukáš Turek
https://bugs.kde.org/show_bug.cgi?id=397752

--- Comment #4 from Lukáš Turek <8...@8an.cz> ---
I didn't test 20.08.3 yet, but the attached patch fixes the problem for me in
20.04.3 and it would apply to current GIT.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 397752] HTML articles appear very small

2020-11-25 Thread Lukáš Turek
https://bugs.kde.org/show_bug.cgi?id=397752

--- Comment #3 from Lukáš Turek <8...@8an.cz> ---
Created attachment 133639
  --> https://bugs.kde.org/attachment.cgi?id=133639=edit
Remove pointsToPixel conversion

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 400937] After deletion, the message remains at the bottom.

2018-12-20 Thread Lukáš Turek
https://bugs.kde.org/show_bug.cgi?id=400937

--- Comment #2 from Lukáš Turek <8...@8an.cz> ---
Created attachment 117032
  --> https://bugs.kde.org/attachment.cgi?id=117032=edit
Fix message view scrolling to top on message change

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 400937] After deletion, the message remains at the bottom.

2018-12-20 Thread Lukáš Turek
https://bugs.kde.org/show_bug.cgi?id=400937

Lukáš Turek <8...@8an.cz> changed:

   What|Removed |Added

 CC||8...@8an.cz

--- Comment #1 from Lukáš Turek <8...@8an.cz> ---
I had a similar problem: deleting messages was OK, but when I opened a folder
with an unread message, which is then automatically loaded, the message view
wouldn't scroll up. I fixed it by scrolling the view before the new message is
loaded - see the attached patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 397752] HTML articles appear very small

2018-12-19 Thread Lukáš Turek
https://bugs.kde.org/show_bug.cgi?id=397752

Lukáš Turek <8...@8an.cz> changed:

   What|Removed |Added

 CC||8...@8an.cz

--- Comment #1 from Lukáš Turek <8...@8an.cz> ---
I have the same problem, but only on some feeds (websites): those that don't
set fixed font size (in pt or px), but use relative units (em or rem).

I think it happens because QWebEngineSettings::DefaultFontSize expects the size
in pixels, not points. However, GrantleeViewFormatter converts the configured
Medium Font Size from points to pixels. This inconsistency means that depending
on what Medium Font Size you set, you will either have normal fonts on websites
and huge fonts in feeds, or tiny fonts on websites and normal fonts in feeds.

The simplest fix would be to drop the conversion in GrantleeViewFormatter, but
that would change font size in feeds for current users.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 388440] scrolling in KMail: "page down" only works once

2018-10-20 Thread Lukáš Turek
https://bugs.kde.org/show_bug.cgi?id=388440

Lukáš Turek <8...@8an.cz> changed:

   What|Removed |Added

 CC||8...@8an.cz

--- Comment #12 from Lukáš Turek <8...@8an.cz> ---
I hit this bug in Gentoo after updating to Qt 5.11.1 and it disappeared when I
rebuilt messagelib.

-- 
You are receiving this mail because:
You are the assignee for the bug.