Currently, KSystemActivityDialog is derived from QDialog and therefore has several
limitations:
* it doesn't save and restore its size and position
* it doesn't respect Window Placement settings (it always opens in the center)
Porting it to KMainWindow removes these limitations and saves the user from creating
window rules to get around them.
BUG: 400298
FIXED-IN: 5.25
Right now it is deliberately setting the margins to zero, which causes
all of its UI controls and framed areas to touch the window border,
which looks bad and is just an incorrect thing to do in general for a
thing that does not deliberately provide its own margins for content.
Let's not do that anymore, so the window looks better.
BUG: 426661
FIXED-IN: 5.20
Summary:
Do not force geometry or window hints when opening systemmonitor
This should let it position properly on a multi-monitor setup and reduce interference with user-set KWin preferences
BUG: 368158
BUG: 356706
Reviewers: #plasma_workspaces, aacid, mart
Reviewed By: mart
Subscribers: davidedmundson, sebas, aacid, graesslin, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D3484
it doesn't seem to do anything. The code is from 2009 -
From kde-workspace -
commit 586c37e1f3e6d70d6a819aae7d80d3488666241b
Author: John Tapsell <john.tapsell@kdemail.net>
Date: Fri Dec 18 04:16:03 2009 +0000
Since we have a sizegrip, add an empty corner widget so that there
is space for it
svn path=/trunk/KDE/kdebase/workspace/; revision=1063409
This monitor is launched on pressing Ctrl + Esc, and closed when Ctrl +
Esc is called again. A kded module is responsible for keeping this global
shortcut.