[kmail2] [Bug 317803] Kmail2 renders colors based on the user system colors rather than the default colors browsers use.

2018-10-24 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=317803

--- Comment #20 from Laurent Montel  ---
I work on it in 5.10.0

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

[kmail2] [Bug 317803] Kmail2 renders colors based on the user system colors rather than the default colors browsers use.

2018-10-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=317803

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kmail2] [Bug 399245] Restore UI functionality related to "Show HTML side bar"

2018-10-24 Thread Alexander Wilms
https://bugs.kde.org/show_bug.cgi?id=399245

Alexander Wilms  changed:

   What|Removed |Added

 CC||f.alexander.wi...@gmail.com

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

[kmail2] [Bug 393421] No ability to hide the HTML Message Status Bar

2018-10-24 Thread Alexander Wilms
https://bugs.kde.org/show_bug.cgi?id=393421

Alexander Wilms  changed:

   What|Removed |Added

 CC||f.alexander.wi...@gmail.com

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

[kmail2] [Bug 397349] PgUp/PgDown doesn't work in message preview

2018-10-24 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=397349

Wolfgang Bauer  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
   Version Fixed In||18.08.3
  Latest Commit||https://commits.kde.org/mes
   ||sagelib/569c3780a8f18830d7b
   ||e24b7a7d40b755a2dbc60
 Resolution|--- |FIXED

--- Comment #3 from Wolfgang Bauer  ---
Git commit 569c3780a8f18830d7be24b7a7d40b755a2dbc60 by Wolfgang Bauer.
Committed on 24/10/2018 at 22:03.
Pushed by wbauer into branch 'Applications/18.08'.

Check QtWebEngine version instead of Qt's

This code depends on the QtWebEngine (not Qt) version, so it should
actually check for that.

Otherwise it breaks if a distribution ships Qt 5.9 LTS together with a
newer QtWebEngine, like e.g. openSUSE Leap 15.0 does, or QtWebEngine
5.9 together with a newer Qt as is the case in FreeBSD.
Related: bug 388440
FIXED-IN: 18.08.3
Differential Revision: https://phabricator.kde.org/D16398

M  +2-1webengineviewer/src/webenginescript.cpp

https://commits.kde.org/messagelib/569c3780a8f18830d7be24b7a7d40b755a2dbc60

-- 
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-24 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=388440

--- Comment #14 from Wolfgang Bauer  ---
Git commit 569c3780a8f18830d7be24b7a7d40b755a2dbc60 by Wolfgang Bauer.
Committed on 24/10/2018 at 22:03.
Pushed by wbauer into branch 'Applications/18.08'.

Check QtWebEngine version instead of Qt's

This code depends on the QtWebEngine (not Qt) version, so it should
actually check for that.

Otherwise it breaks if a distribution ships Qt 5.9 LTS together with a
newer QtWebEngine, like e.g. openSUSE Leap 15.0 does, or QtWebEngine
5.9 together with a newer Qt as is the case in FreeBSD.
Related: bug 397349
FIXED-IN: 18.08.3
Differential Revision: https://phabricator.kde.org/D16398

M  +2-1webengineviewer/src/webenginescript.cpp

https://commits.kde.org/messagelib/569c3780a8f18830d7be24b7a7d40b755a2dbc60

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

[akregator] [Bug 397866] akregator crashes when closing the rightmost tab

2018-10-24 Thread Rainer Dorsch
https://bugs.kde.org/show_bug.cgi?id=397866

Rainer Dorsch  changed:

   What|Removed |Added

 CC||k...@bokomoko.de

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

[akregator] [Bug 398283] Crash program after closed tab

2018-10-24 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=398283

Michael  changed:

   What|Removed |Added

 CC||sexymim...@gmail.com

--- Comment #2 from Michael  ---
I'm not entirely sure this is the same bug, but it sounds like it. I've got two
scenarios that trigger it:

1. Open Akregator
2. Open two articles, the second of which must be unread
3. Close the last tab
4. Akregator crashed

Otherwise:

1. Open Akregator
2. Open an article
3. Close the tab
4. Click on any other article
5. Akregator crashed

In the first scenario, you can get a backtrace that leads us to
FrameManager::slotRemoveFrame (the `delete frame` line).

None of this happens when the `delete frame` line is commented.

I'm guessing a child of the Frame object might still be in use in another
thread, but I don't really where to look now...

-- 
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-24 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=388440

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #13 from Wolfgang Bauer  ---
(In reply to John Baldwin from comment #4)
> I am also still seeing this in kmail 5.8.1 on FreeBSD 11.2.

That's likely related to bug#397349, the fix checks for the Qt version instead
of the QtWebEngine version (and apparently FreeBSD currently has Qt 5.11.2 and
QtWebEngine 5.9.4, so the wrong code would be used).

This should fix that problem:
https://phabricator.kde.org/D16398

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

[korganizer] [Bug 393541] Wrong timezone on imported invitation

2018-10-24 Thread Roland Tapken
https://bugs.kde.org/show_bug.cgi?id=393541

--- Comment #12 from Roland Tapken  ---
Created attachment 115869
  --> https://bugs.kde.org/attachment.cgi?id=115869=edit
How the invitation is displayed

Notice the difference between the mail's subject and the parsed time.

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

[korganizer] [Bug 393541] Wrong timezone on imported invitation

2018-10-24 Thread Roland Tapken
https://bugs.kde.org/show_bug.cgi?id=393541

--- Comment #11 from Roland Tapken  ---
Created attachment 115868
  --> https://bugs.kde.org/attachment.cgi?id=115868=edit
New anomized invitation

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

[korganizer] [Bug 393541] Wrong timezone on imported invitation

2018-10-24 Thread Roland Tapken
https://bugs.kde.org/show_bug.cgi?id=393541

Roland Tapken  changed:

   What|Removed |Added

 Resolution|UPSTREAM|---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #10 from Roland Tapken  ---
Still having the same problem with Ubuntu 18.04 and 18.10. The later comes with
libical3-3.0.4. So libical 3.x doesn't resolve the issue.

Sidenote: an invitation for a date in CET instead of CEST is parsed correctly.

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

[kmail2] [Bug 397825] [Wayland] Message viewer displays only a black rectangle when restoring from systray

2018-10-24 Thread Timo Kalliomäki
https://bugs.kde.org/show_bug.cgi?id=397825

Timo Kalliomäki  changed:

   What|Removed |Added

 CC||timok...@gmail.com

--- Comment #5 from Timo Kalliomäki  ---
Also present in 5.9.1 (18.08.1) under Debian Buster (Frameworks 5.49, Qt
5.11.2). Nothing is reported in wayland-session.org at the time of minimization
or restoring, but I’ve included the whole log from Kmail start to restoring
below. Any other logs that could be useful?

Using Wayland-EGL
KTranscript: Loaded property map:
/usr/share/locale/xx/LC_SCRIPTS/ki18n5/general.pmapc
KTranscript: Loaded module: /usr/share/locale/xx/LC_SCRIPTS/ki18n5/ki18n5.js
No text-to-speech plug-ins were found.
WebEngine compiled with X11 support, however qpa backend is not xcb. This may
fail.
[1024/130816.449340:WARNING:stack_trace_posix.cc(699)] Failed to open file:
/home/username/#1910 (deleted)
  Error: File or directory does not exist
"Interpolation {$[gen %1]} in {$[gen %1] } failed: Non-string
return value: undefined"
"Interpolation {$[gen %1]} in {$[gen %1] käyttö} failed: Non-string
return value: undefined"
"Interpolation {$[elat %1]} in { $[yleisnimi_...} failed: Non-string
return value: undefined"
Using the 'xdg-shell-v6' shell integration
Registering ":1.98/StatusNotifierItem" to system tray
Registering ":1.98/StatusNotifierItem"
QQuickItem::stackAfter: Cannot stack
StatusNotifierItem_QMLTYPE_273(0x55a99d220fb0, parent=0x55a999504070,
geometry=0,0 0x0) after StatusNotifierItem_QMLTYPE_273(0x55a999e5c160), which
must be a sibling

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

[kmail2] [Bug 397349] PgUp/PgDown doesn't work in message preview

2018-10-24 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=397349

Wolfgang Bauer  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 CC||wba...@tmo.at
 Resolution|FIXED   |---

--- Comment #2 from Wolfgang Bauer  ---
(In reply to Laurent Montel from comment #1)
> it was fixed in 18.04.x

Yes and no.

This problem originally was caused by a change in QtWebEngine 5.10.
That has been fixed (in 17.12.1) by
https://cgit.kde.org/messagelib.git/commit/?h=Applications/17.12=ddbdf9b33c6279b0a2ff29a7b67b0044762a258d
That in turn broke things with QtWebEngine 5.9, so a version check was added:
https://cgit.kde.org/messagelib.git/commit/?h=Applications/17.12=155647759daf413aba208011004a23ecbda7de60

The problem now is that this checks the Qt version, not the version of
QtWebEngine as it should IMHO.
And openSUSE Leap 15.0 comes with Qt 5.9.4 (which is LTS), but also QtWebEngine
5.10.1 (for security reasons), so it's broken there.

I uploaded a patch to phabricator:
https://phabricator.kde.org/D16398

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

[akregator] [Bug 397866] akregator crashes when closing the rightmost tab

2018-10-24 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=397866

Martin Steigerwald  changed:

   What|Removed |Added

 CC||mar...@lichtvoll.de

--- Comment #9 from Martin Steigerwald  ---
See also:

[Bug 371511] kontact/akregator crashes while trying to open a link from the
list (middle click)

[akregator] [Bug 400028] akregator segfaults in
QtWebEngineCore::NetworkDelegateQt::OnBeforeURLRequest, thread safety issue

Re: DebianBug#910852: libqt5webengine5: Akregator crashes very often, WebEngine
related
https://bugs.debian.org/910852

I defer decision on what is duplicate of what to someone with enough expertise
to read backtraces.

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

[akregator] [Bug 397866] akregator crashes when closing the rightmost tab

2018-10-24 Thread Andreas Kilgus
https://bugs.kde.org/show_bug.cgi?id=397866

Andreas Kilgus  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #8 from Andreas Kilgus  ---
https://bugreports.qt.io/browse/QTBUG-71284 (Akregator segfaults in
QtWebEngineCore::NetworkDelegateQt::OnBeforeURLRequest):

"It looks like a thread safety issue in kdepim's WebEngineViewer. QtWebEngine
executes interceptors on the IO thread, but WebEngineViewer's interceptor does
not take this into account. […] WebEngineViewer's interceptor needs to
synchronize with the UI thread to prevent memory corruption."

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

[korganizer] [Bug 400233] New: merge ics prompts to select calendar when there is only one

2018-10-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=400233

Bug ID: 400233
   Summary: merge ics prompts to select calendar when there is
only one
   Product: korganizer
   Version: 5.8.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: import/export
  Assignee: kdepim-bugs@kde.org
  Reporter: henn...@hennsch.de
  Target Milestone: ---

SUMMARY

The question of which calendar to merge a new event into is pointless if there
is only one calendar, it should be skipped in that case.

STEPS TO REPRODUCE
1. make sure you have one calendar in korganizer
2. import an .ics
3. answer a pointless question

OBSERVED RESULT

You have to select one calendar from a total of one ...

EXPECTED RESULT

If there is just one, skip the silly question.

SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[Akonadi] [Bug 400221] can't talk to dovecot imap server

2018-10-24 Thread Johannes Rohr
https://bugs.kde.org/show_bug.cgi?id=400221

--- Comment #1 from Johannes Rohr  ---
One observation: As soon as I click to remove the affected IMAP account from
KMail, I see a prompt for the IMAP password pop up, but it instantly goes away
again. This is reproducible.

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