Discussion:
D17366: Implement "Kill" button when sysguard was invoked from freememorynotifier
Oleg Solovyov
2018-12-05 11:10:31 UTC
Permalink
McPain created this revision.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
McPain requested review of this revision.

REVISION SUMMARY
If ksysguard was invoked from freememorynotifier directly, every process is displayed with its own kill button.
In most "OOM-risky" cases it is required to kill one and only one process.

Clicking on his own "Kill" button is cheaper than selecting it from list and clicking the main "Kill" button (2 clicks > 1 click)
Also, you cannot hide this column by accident or show it when invoked by hotkey (Ctrl+Esc by default).

Since it's invoked with --ignore-config option I implemented earlier (D17217 <https://phabricator.kde.org/D17217>) any layout changes won't be stored in config.

REPOSITORY
R111 KSysguard Library

REVISION DETAIL
https://phabricator.kde.org/D17366

AFFECTED FILES
libksysguard/processui/ProcessModel.cpp
libksysguard/processui/ProcessModel.h
libksysguard/processui/ksysguardprocesslist.cpp
libksysguard/processui/ksysguardprocesslist.h

To: McPain
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
Loading...