Review Request 108425: Fixes for grace time in screenlocker

Aaron J. Seigo aseigo at kde.org
Fri Feb 8 16:38:39 UTC 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108425/#review26971
-----------------------------------------------------------

Ship it!


i think this can go in .. one small comment on an unrelated code cleanup below:


ksmserver/screenlocker/ksldapp.cpp
<http://git.reviewboard.kde.org/r/108425/#comment20352>

    these days i'd probably write this as:
    
    m_lockGrace = qBound(0, KScreenSaverSettings::lockGrace(), 300000);
    
    i know you didn't touch this, but may as well while we're in the neighbourhood :)



ksmserver/screenlocker/ksldapp.cpp
<http://git.reviewboard.kde.org/r/108425/#comment20353>

    these days i'd probably write this as:
    
    m_lockGrace = qBound(0, KScreenSaverSettings::lockGrace(), 300000);
    
    i know you didn't touch this, but may as well while we're in the neighbourhood :)


- Aaron J. Seigo


On Feb. 7, 2013, 6:17 p.m., Oliver Henshaw wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/108425/
> -----------------------------------------------------------
> 
> (Updated Feb. 7, 2013, 6:17 p.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Description
> -------
> 
> Series consists of 3 commits:
> 
> * Refactor grace time tracking
> 
> Set a boolean instead of checking whether timer is active. This is
> required for the following commits.
> 
> * Stop grace period on unlock
> 
> It was safe to leak the grace timer when it was in the lock process,
> since it was killed on unlock. Now it is not.
> 
> A password should always be required if the screenlocker is explicitly
> triggered; but a screenlocker invoked while the grace timer from a
> previous invocation is still active can be dismissed without a password,
> at least for a short while. This also meant that the screenlocker
> keyboard shortcut would not work until the grace timer expired.
> 
> * Respect Lock boolean in configuration
> 
> If not set to require password, don't start the grace period timer and
> always consider in grace period.
> 
> 
> This addresses bugs 310871 and 313997.
>     http://bugs.kde.org/show_bug.cgi?id=310871
>     http://bugs.kde.org/show_bug.cgi?id=313997
> 
> 
> Diffs
> -----
> 
>   ksmserver/screenlocker/ksldapp.h 51c0906fc6e54787af749872615770bd6005b4fb 
>   ksmserver/screenlocker/ksldapp.cpp c07ac0ef1c6643415b8c13ba438628a1e118fb72 
> 
> Diff: http://git.reviewboard.kde.org/r/108425/diff/
> 
> 
> Testing
> -------
> 
> Tested with and without password required, tested with grace time set to zero in config file. Tested idle activation, user-requested activation and behaviour after return from idle activation.
> 
> 
> Thanks,
> 
> Oliver Henshaw
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20130208/bb735f18/attachment-0001.html>


More information about the Plasma-devel mailing list