https://bugs.kde.org/show_bug.cgi?id=126930
Kurt Hindenburg <kurt.hindenb...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kon | |sole/4f55526575eef4dba71d6e | |1650370fac48abd2a3 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Kurt Hindenburg <kurt.hindenb...@gmail.com> --- Git commit 4f55526575eef4dba71d6e1650370fac48abd2a3 by Kurt Hindenburg. Committed on 06/03/2018 at 15:28. Pushed by hindenburg into branch 'master'. Konsole: Add read-only mode Summary: This patch adds a read-only option for TerminalDisplays. When active, all keyboard events are eaten. Mouse input is not affected and works like before. The setting is not persisted and only lasts for the duration of the session. Screenshots: {F5730786} {F5730788} {F5730789} VDG input is highly appreciated. Also, I'm not sure if I can just change the rc-files without bumping the version? Test Plan: - Shortcuts still work - Paste and drop actions are disabled when readonly - Switching between read-only and normal tabs works as expected - Mouse input works like before Reviewers: #konsole, hindenburg Reviewed By: #konsole, hindenburg Subscribers: hindenburg, ngraham, #konsole Tags: #konsole Differential Revision: https://phabricator.kde.org/D10862 M +2 -1 desktop/partui.rc M +4 -1 desktop/sessionui.rc M +18 -1 src/Session.cpp M +4 -0 src/Session.h M +33 -0 src/SessionController.cpp M +3 -0 src/SessionController.h M +25 -4 src/TerminalDisplay.cpp M +21 -0 src/ViewContainer.cpp https://commits.kde.org/konsole/4f55526575eef4dba71d6e1650370fac48abd2a3 -- You are receiving this mail because: You are watching all bug changes.