[konsole] [Bug 419526] Qt5.15 Crash on right click

Kurt Hindenburg bugzilla_noreply at kde.org
Fri May 29 13:06:41 BST 2020


https://bugs.kde.org/show_bug.cgi?id=419526

Kurt Hindenburg <kurt.hindenburg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util
                   |ities/konsole/commit/e7e8e9 |ities/konsole/commit/27ee6a
                   |d1a9b129d73a4c502af873fb01f |27380c91b7e98d9fa09915a9d33
                   |b2795fb                     |ee03ea1

--- Comment #12 from Kurt Hindenburg <kurt.hindenburg at gmail.com> ---
Git commit 27ee6a27380c91b7e98d9fa09915a9d33ee03ea1 by Kurt Hindenburg, on
behalf of Ahmad Samir.
Committed on 29/05/2020 at 12:00.
Pushed by hindenburg into branch 'release/20.04'.

[SessionController] Fix crash caused by text encoding menu

QMenu since 5.15 is hidden when an action is triggered, this caused a
crash in Konsole when trying to access the text encoding menu.

Now Session emits a signal when the text encoding is changed, the
SessionController can connect to that singal to set the current codec in
the KCodecAction object.

Also fix the EditProfileDialog so that when the KCodecAction menu is
shown the currently set codec is selected.

FIXED-IN: 20.08
(cherry picked from commit e7e8e9d1a9b129d73a4c502af873fb01fb2795fb)

M  +1    -0    src/EditProfileDialog.cpp
M  +2    -0    src/Session.cpp
M  +5    -0    src/Session.h
M  +4    -3    src/SessionController.cpp
M  +1    -1    src/SessionController.h

https://invent.kde.org/utilities/konsole/commit/27ee6a27380c91b7e98d9fa09915a9d33ee03ea1

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


More information about the konsole-devel mailing list