summaryrefslogtreecommitdiff
path: root/lockscreen
AgeCommit message (Expand)Author
2014-05-12lockscreen/LockScreenAccelerators.h: added required header for std:vector def...Stephen M. Webb
2014-05-12Set the max width, so our static text wraps. So we don't end up rendering tex...Brandon Schaefer
2014-05-12Add proper support for modifier-only shortcuts on the lock screen. Fixes: 129...William Hua
2014-05-12added missing header for std::vector definitionStephen M. Webb
2014-05-02PanelService: emit an invalid EntryActivated signal if the menu hasn't actual...Marco Trevisan (Treviño)
2014-04-30LockScreenController: set the primary shield as the always on front window wh...Marco Trevisan (Treviño)
2014-04-30Treat Meta modifier as Alt.William Hua
2014-04-30Minor revisions.William Hua
2014-04-29LockScreenPanel: if a menu is opened, and the screen is not grabbed, give the...Marco Trevisan (Treviño)
2014-04-29LockScreenShield: don't try to regrab again if we've been just requested to u...Marco Trevisan (Treviño)
2014-04-29LockScreenShield: wait for the next ungrab-event if we can't grab when panel ...Marco Trevisan (Treviño)
2014-04-29LockScreenController: set the blank window or the primary shield as the alway...Marco Trevisan (Treviño)
2014-04-29Destroy accelerator controller between locks.William Hua
2014-04-29Remove gotos.William Hua
2014-04-25* Set the max width, so the static text wraps (and doesn't go out of the view!)Jonas Schwabe
2014-04-18Make a separate controller just for accelerators.William Hua
2014-04-18Rip everything out and start anew.William Hua
2014-04-16Minor change.Andrea Azzarone
2014-04-16Fix ident.Andrea Azzarone
2014-04-16Do not allow to activate two times the same entry!Andrea Azzarone
2014-04-15Add proper support for modifier-only shortcuts on the lock screen.William Hua
2014-04-11Lockscreen: Give proper grabs to the shield before releasing blank_window_.Sami Jaktholm
2014-04-10Enable sound buttons and input source switching under lock screen.William Hua
2014-04-10When we detect caps lock, or caps lock is pressed, render a warning icon to s...Brandon Schaefer
2014-04-11Clean up.William Hua
2014-04-11Fix merge errors.William Hua
2014-04-11Minor changes.William Hua
2014-04-11Merge trunk.William Hua
2014-04-11Enable sound and input source shortcuts on lock screen.William Hua
2014-04-10LockScreenController: fire screensaver_post_lock_timeout_ when the view is fu...Marco Trevisan (Treviño)
2014-04-10SessionManager: add ScreenSaver{Activate,Deactivate} and relevant signals and...Marco Trevisan (Treviño)
2014-04-10LockScreenController: remove some racy code, avoid to emit multiple signalsMarco Trevisan (Treviño)
2014-04-10LockScreenController: increase the lockscreen timeout wait to be bigger to a ...Marco Trevisan (Treviño)
2014-04-10BackgroundSettings: don't create new panel style instances, use the actual in...Marco Trevisan (Treviño)
2014-04-10ScreenSaverDBusManager: get rid of the old active_ bool variable, that caused...Marco Trevisan (Treviño)
2014-04-09LockScreenController: even more cleanup, move blank window grabbing to own fu...Marco Trevisan (Treviño)
2014-04-09LockScreenController: also hide BlankWindow on mouse and keyboard down eventsMarco Trevisan (Treviño)
2014-04-09LockScreenController: show a blank window unless we don't have the lockscreen...Marco Trevisan (Treviño)
2014-04-09* Make sure we update the caps lock detector when we change primary sheildsBrandon Schaefer
2014-04-09LockScreenController: add support to PromptLockScreenMarco Trevisan (Treviño)
2014-04-09Merging with parentMarco Trevisan (Treviño)
2014-04-09LockScreenController: make sure whe hide the blank window on unlockMarco Trevisan (Treviño)
2014-04-09Merging with lp:~laney/unity/g-s-replaceMarco Trevisan (Treviño)
2014-04-09Merging with parent branchMarco Trevisan (Treviño)
2014-04-09LockScreenController: add ShowBlankWindow methodMarco Trevisan (Treviño)
2014-04-09Take over as the owner of the gnome-screensaver interface, if necessary.Iain Lane
2014-04-09Merging with parent branchMarco Trevisan (Treviño)
2014-04-09LockScreenController: start the screensaver after few seconds that the user h...Marco Trevisan (Treviño)
2014-04-09LockScreenShield: emit a signal when we receive a keyboard inputMarco Trevisan (Treviño)
2014-04-09LockScreenController: immediately start the screensaver on SetActive dbus callMarco Trevisan (Treviño)