Commit graph

8 commits

Author SHA1 Message Date
Ivailo Monev
accd8f09c3 generic: drop support for locking
first thing first - that feature was not in the spec and still is not,
people fucked up at some level and now things like gnome-screensaver are
just deprecated, that is the bottom line

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-04-20 03:20:39 +03:00
Ivailo Monev
32438a2240 plasma: remove declaration of non-existing LockoutApplet::updateWidgets() method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-15 15:54:26 +03:00
Ivailo Monev
f2319df5ee plasma: delay the lockout action by 500ms
with the dialog animation in place (which was not a thing in the old
implementation) the action may be triggered before the dialog has finished
the animation (because it is async, e.g. D-Bus call on interface which
involves event loop) and (for example) locking the screen when the dialog
has not dissapeared yet making the animate complete once the screen is
unlocked. to make the transition smooth delaying it by a little is a must

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-14 07:25:02 +03:00
Ivailo Monev
6eda258de3 plasma: disallow disabling all lockout applet buttons
another feature the old implementation did not had

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-13 04:51:47 +03:00
Ivailo Monev
37b3cd7c6e plasma: handle multiple confirmation requests in lockout applet
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-13 01:43:24 +03:00
Ivailo Monev
c162414511 plasma: mostly stub confirmation for lockout applet
everything but the dialog

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-12 12:56:59 +03:00
Ivailo Monev
c0d3f7c16d plasma: setup preferred size of lockout applet
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-12 10:55:03 +03:00
Ivailo Monev
afc35539fe plasma: reimplement lockout applet
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-12 07:38:15 +03:00