summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-11Scale: Correctly detect the activation of a scale and set scale_just_activated_Sami Jaktholm
to true properly. Fixes LP: #1288789 (bzr r3779.2.1)
2014-04-10Releasing 7.2.0+14.04.20140410.1-0ubuntu17.2.0+14.04.20140410.1-0ubuntu1CI bot
(bzr r3779)
2014-04-10Enable sound buttons and input source switching under lock screen.William Hua
(bzr r3778)
2014-04-10LockScreen: add ability to show without fading in on some system callsCI bot
Also, if locking is not enabled, calling Lock causes the screensaver to be initiated. Many cleanups and misc fixes. Fixes: 1292575, 1305194 (bzr r3777)
2014-04-10It fixes the quicklist menu appearance. Fixes: 1298859Eleni Maria Stea
(bzr r3776)
2014-04-10When we detect caps lock, or caps lock is pressed, render a warning icon to ↵Brandon Schaefer
show its on. Fixes: 1291737 (bzr r3775)
2014-04-10If the dash has not been opened before, a 4 finger tap will result in a dash ↵Alfred Neumayer
with no selected scope. Instead, set up the window and view of the dash by sending DASH_ABOUT_TO_SHOW (same happens when hovering the mouse pointer over the BFB icon) and open the home scope. Fixes: 1303468 (bzr r3774)
2014-04-10Launcher: Show and hide the launcher window OnDragUpdate() to fix the ↵Alfred Neumayer
gesture animations Fixes: 1303141 (bzr r3773)
2014-04-10Alt-Tab has always respected the alt-tab-bias-viewport setting, but the ↵Alfred Neumayer
3-finger gesture to switch between windows has not, even though it does the same thing. They should behave the same way depending on the CCSM setting. Fixes: 1303060 (bzr r3772)
2014-04-10Shortcuts: Listen and react to view close requests. Fixes: 1297842Sami Jaktholm
(bzr r3771)
2014-04-10DecorationsGrabEdge, PanelMenuView: perform proper WM action on clicks, ↵Marco Trevisan (Treviño)
based on user settings Fixes: 1283849 (bzr r3770)
2014-04-11Clean up.William Hua
(bzr r3764.7.5)
2014-04-11Fix merge errors.William Hua
(bzr r3764.7.4)
2014-04-11Minor changes.William Hua
(bzr r3764.7.3)
2014-04-10UnityGestureTarget.cpp: Remove spacesAlfred Neumayer
(bzr r3764.5.2)
2014-04-11Merge trunk.William Hua
(bzr r3764.7.2)
2014-04-104 finger tap: Set up the dash window and its view, show the home scope ↵Alfred Neumayer
afterwards. (bzr r3764.5.1)
2014-04-11Enable sound and input source shortcuts on lock screen.William Hua
(bzr r3764.7.1)
2014-04-10Releasing 7.2.0+14.04.20140410-0ubuntu17.2.0+14.04.20140410-0ubuntu1CI bot
(bzr r3769)
2014-04-10Session: Don't lock the screen if screen locking is disabled byCI bot
org.gnome.desktop.lockdown disable-lock-screen. Fixes: 1292154 (bzr r3768)
2014-04-10ScreenSaverDBusManager: start/stop gnome-screensaver if we don't/do handle ↵CI bot
the locking This allows to just use the fallback gnome-screensaver lockscreen if we need to use it. Fixes: 1303712 (bzr r3767)
2014-04-10GnomeSessionManager: impelement gnome session dbus interface and a fader to ↵CI bot
blank the screen Fixes: 1291088, 1292041, 1292078, 1292446, 1292451 (bzr r3766)
2014-04-10LockScreen: add ability to show without fading in on some system callsMarco Trevisan (Treviño)
Also, if locking is not enabled, calling Lock causes the screensaver to be initiated. Many cleanups and misc fixes. Fixes: 1292575, 1305194 Original authors: - Marco Trevisan (Treviño) <mail@3v1n0.net> - Andrea Azzarone <azzaronea@gmail.com> (bzr r3765)
2014-04-10Only hide/unhide launcher window if autohide mode is on.Alfred Neumayer
(bzr r3764.4.3)
2014-04-10Actually, Hide/Un-Hide launcher window in OnDragUpdate.Alfred Neumayer
(bzr r3764.4.2)
2014-04-10Un-hide launcher window when dragging out using 4 finger gesture: ↵Alfred Neumayer
https://bugs.launchpad.net/unity/+bug/1303141 (bzr r3764.4.1)
2014-04-10LockScreenController: fire screensaver_post_lock_timeout_ when the view is ↵Marco Trevisan (Treviño)
fully visible (bzr r3736.1.43)
2014-04-10GnomeSessionManager: if it's impossible to lock a session, start the ↵Marco Trevisan (Treviño)
screensaver on lock This is what most of apps expect, and thus we do that. Although it's not really that coherent. (bzr r3736.1.42)
2014-04-10SessionManager: add ScreenSaver{Activate,Deactivate} and relevant signals ↵Marco Trevisan (Treviño)
and export them Update LockScreenController and dbus apis to match this (bzr r3736.1.41)
2014-04-10LockScreenController: remove some racy code, avoid to emit multiple signalsMarco Trevisan (Treviño)
And fix pre-lock blank window (bzr r3736.1.40)
2014-04-10LockScreenController: increase the lockscreen timeout wait to be bigger to a ↵Marco Trevisan (Treviño)
frame duration (bzr r3736.1.39)
2014-04-10SessionDBusManager: export PromptLock method on the dbusMarco Trevisan (Treviño)
(bzr r3736.1.38)
2014-04-10BackgroundSettings: don't create new panel style instances, use the actual ↵Marco Trevisan (Treviño)
instance (bzr r3736.1.37)
2014-04-10ScreenSaverDBusManager: get rid of the old active_ bool variable, that ↵Marco Trevisan (Treviño)
caused undefined behavior (bzr r3736.1.36)
2014-04-09LockScreenController: even more cleanup, move blank window grabbing to own ↵Marco Trevisan (Treviño)
function (bzr r3736.1.35)
2014-04-09UnityWindow: we need to paint also the decorations of the windows, when in ↵Marco Trevisan (Treviño)
lock-mode Othewise their texture won't be rebuilt and this will lead to wrong textures. Also, we don't need to damage the screen when lock opacity changes as it's done by nux. Fixes LP: #1292575 (bzr r3736.1.34)
2014-04-09LockScreenController: also hide BlankWindow on mouse and keyboard down eventsMarco Trevisan (Treviño)
(bzr r3736.1.33)
2014-04-09LockScreenController: show a blank window unless we don't have the ↵Marco Trevisan (Treviño)
lockscreen ready on prompt requests Fixes LP: #1305194 (bzr r3736.1.32)
2014-04-09* Make sure we update the caps lock detector when we change primary sheildsBrandon Schaefer
(bzr r3748.10.4)
2014-04-09SessionDBusManager: add support for "PromptLock"Marco Trevisan (Treviño)
(bzr r3736.1.31)
2014-04-09GnomeSessionManager: use prompt lockscreen on logind lock requestsMarco Trevisan (Treviño)
(bzr r3736.1.30)
2014-04-09LockScreenController: add support to PromptLockScreenMarco Trevisan (Treviño)
(bzr r3736.1.29)
2014-04-09SessionManager: add PromptLockScreen method and signal, to require a fast ↵Marco Trevisan (Treviño)
lock (with no fading) (bzr r3736.1.28)
2014-04-09Merging with lp:~sjakthol/unity/fix-1292154Marco Trevisan (Treviño)
(bzr r3736.1.27)
2014-04-09Merging with parentMarco Trevisan (Treviño)
(bzr r3736.1.26)
2014-04-09LockScreenController: make sure whe hide the blank window on unlockMarco Trevisan (Treviño)
(bzr r3736.4.22)
2014-04-09Merging with lp:~laney/unity/g-s-replaceMarco Trevisan (Treviño)
Remves the ugly killall (bzr r3736.1.25)
2014-04-09Merging with parent branchMarco Trevisan (Treviño)
(bzr r3736.1.24)
2014-04-09fixed quicklist scalingEleni Maria Stea
(bzr r3764.6.1)
2014-04-09LockScreenController: add ShowBlankWindow methodMarco Trevisan (Treviño)
(bzr r3736.4.21)