summaryrefslogtreecommitdiff
path: root/lockscreen
AgeCommit message (Expand)Author
2014-03-28When we see an escape in lockscreen prompt, clear the password. Fixes: 1292647Brandon Schaefer
2014-03-28Fixes the double lockscreen when switching users. Fixes: 1291088, 1298202Andrea Azzarone
2014-03-28Call pam_acct_mgmt and pam_chauthtok when unlocking screen Fixes: 1296443Robert Ancell
2014-03-26* Check if empty before accessing front :)Brandon Schaefer
2014-03-25* Only clear the focused text entryBrandon Schaefer
2014-03-25* When we hit an escape clear the password promptBrandon Schaefer
2014-03-24Use reset and remove the layout manually to avoid crashes.Andrea Azzarone
2014-03-24Ignore errors from pam_setcred - we shouldn't lock out the user on thisRobert Ancell
2014-03-24Call pam_acct_mgmt and pam_chauthtok when unlocking screenRobert Ancell
2014-03-21Release the timeout on unlock.Andrea Azzarone
2014-03-19Minor change.Andrea Azzarone
2014-03-18Do not lock the screen if the screen is already grabbed. That's the way other...Andrea Azzarone
2014-03-10LockScreenController: use LockScreenUsingUnity properlyMarco Trevisan (Treviño)
2014-03-07LockScreenShield: remove unneeded includesMarco Trevisan (Treviño)
2014-03-07LockScreenController: add method to check if a menu is openMarco Trevisan (Treviño)
2014-03-07LockScreenPanel: change meaning of "active" property use InputSensitivity ins...Marco Trevisan (Treviño)
2014-03-07LockScreenController: only create one dbus indicators for all the shieldsMarco Trevisan (Treviño)
2014-03-07BackgroundSettings: never draw the grid under the panelMarco Trevisan (Treviño)
2014-03-07UserAuthenticatorPam: use calloc as andyrock prefers ;)Marco Trevisan (Treviño)
2014-03-07SessionManager: add locked/unlocked signalsMarco Trevisan (Treviño)
2014-03-07UnityWindow: add proper cross-fading when the lockscreen is about to show/hideMarco Trevisan (Treviño)
2014-03-06LockScreen: use settings parameters LockScreenSettingsMarco Trevisan (Treviño)
2014-03-06LockScreenSettings: bind unity greeter options with LockScreenSettingsMarco Trevisan (Treviño)
2014-03-06LockScreenShield: activate the first valid indicator on relative keybindingMarco Trevisan (Treviño)
2014-03-06Lockscreen: re-add panel to the built listMarco Trevisan (Treviño)
2014-03-06LockScreenPanel: fix typoMarco Trevisan (Treviño)
2014-03-06LockScreenPanel: added a light version of PanelView for Lockscreen onlyMarco Trevisan (Treviño)
2014-03-06LockScreenShield: make sure we always keep the internal monitor value updatedMarco Trevisan (Treviño)
2014-03-06Merging with latest lp:~andyrock/unity/lockscreenMarco Trevisan (Treviño)
2014-03-06UserPromptView: make the prompt hints to be correctly translatableMarco Trevisan (Treviño)
2014-03-06BackgroundSettings: follow the unity-greeter gsettings optionsMarco Trevisan (Treviño)
2014-03-06BackgroundSettings: don't depend on panel height in offset, or it will cause ...Marco Trevisan (Treviño)
2014-03-06BackgroundSettings: use more forward declaration and a constexprMarco Trevisan (Treviño)
2014-03-06BackgroundSettings: read logo from greeter gsettingsMarco Trevisan (Treviño)
2014-03-06BackgroundSettings: don't use hardcoded numbers for logo imageMarco Trevisan (Treviño)
2014-03-06LockScreenController: emit upstart signals only if we are in unity modeMarco Trevisan (Treviño)
2014-03-06LockScreenController: make sure we show the newly added views if we're visibleMarco Trevisan (Treviño)
2014-03-06LockScreenAbstractShield: add AbstractShield and use it in factoryMarco Trevisan (Treviño)
2014-03-06UnityShell: never paint windows when the lockscreen is activeMarco Trevisan (Treviño)
2014-03-05LockScreenController: update the primary state of a shield when mouse positio...Marco Trevisan (Treviño)
2014-03-05Lockscreen PCH: add more headersMarco Trevisan (Treviño)
2014-03-05LockScreenShield: emit a signal with proper coordinates on grab motionMarco Trevisan (Treviño)
2014-03-05LockScreenShield: cache the shield layouts otherwise after some quick primary...Marco Trevisan (Treviño)
2014-03-05LockScreenShield: change kind of view on primary changedMarco Trevisan (Treviño)
2014-03-05LockScreenShield: always return the primary shield as the area of any mouse e...Marco Trevisan (Treviño)
2014-03-05Minor change.Andrea Azzarone
2014-03-05BackgroundSettings: just use nux::CairoGraphics to generate the textureMarco Trevisan (Treviño)
2014-03-05UserAuthenticator: use nicer name for pointer of promise stringMarco Trevisan (Treviño)
2014-03-05UserPromptView: Get correct input field, fix cursor visibility, use bullet as...Marco Trevisan (Treviño)
2014-03-05UserAuthenticatorPam: some code clanupMarco Trevisan (Treviño)