summaryrefslogtreecommitdiff
path: root/UnityCore/GnomeSessionManager.cpp
AgeCommit message (Expand)Author
2017-01-17GnomeSessionManager: add gcancellable to instance and use it for calls with t...Marco Trevisan (Treviño)
2017-01-04Minor changes.Andrea Azzarone
2017-01-04GetAutomaticLogin -> AutomaticLoginAndrea Azzarone
2016-12-20Merge with trunk.Andrea Azzarone
2016-11-02Retrieve the session id using dbus if env variable XDG_SESSION_ID is not avai...Andrea Azzarone
2016-09-01GnomeSessionManager: avoid getting unneeded stuff when using proxies only to ...Marco Trevisan (Treviño)
2016-07-14Keep the screen locked if rebooting with autologin.Andrea Azzarone
2016-05-31Do not trigger screensaver on session inactive.Andrea Azzarone
2016-03-31Refactor a bit the LoginManager login according to Marco's review.Andrea Azzarone
2015-12-03updatehandsome_feng
2015-11-23Modified UserIconFile(), Add DesktopType to UnitySettings,Add some nux::Prope...handsome_feng
2015-11-10remove some comment and the temp changeloghandsome_feng
2015-10-29Modified an errorhandsome_feng
2015-10-29update some tests in GnomeSessionManagerhandsome_feng
2015-10-23used g_strcmp0 instead of strcmp, added two gtestshandsome_feng
2015-10-09Moved the dbus call inside unity::sessionhandsome_feng
2015-09-10Do not allow shutdown when screen is locked. Fixes: #1460626Andrea Azzarone [email protected]
2015-09-08Resolve conflicts.Andrea Azzarone [email protected]
2015-06-19Do not allow shutdown when screen is locked.Andrea Azzarone [email protected]
2015-05-19GnomeSessionManager: Request ScreenSaver (de)activation on VT changesMarco Trevisan (Treviño)
2015-01-24Disable lock if user is in nopasswdlogin group.Andrea Azzarone
2015-01-14Avoid running pontentially dangerous path when the screen is locked.Andrea Azzarone
2014-10-21Test suspend changes.Andrea Azzarone
2014-05-16GnomeSessionManager: some code cleanupMarco Trevisan (Treviño)
2014-05-16GnomeSessionManager: don't allow to lock, if we're already locked.Marco Trevisan (Treviño)
2014-05-16SessionManager: add HasInhibitors method, that gets from GS if the session is...Marco Trevisan (Treviño)
2014-05-16SessionManager: add CanLock method and is_locked propertyMarco Trevisan (Treviño)
2014-04-19Add/Updates tests for gnome session manager.Andrea Azzarone
2014-04-17Send the changed event.Andrea Azzarone
2014-04-16Use a ROProperty.Andrea Azzarone
2014-04-11Add a warning in the session dialog if other sessions are still open.Andrea Azzarone
2014-04-10GnomeSessionManager: if it's impossible to lock a session, start the screensa...Marco Trevisan (Treviño)
2014-04-10SessionManager: add ScreenSaver{Activate,Deactivate} and relevant signals and...Marco Trevisan (Treviño)
2014-04-09GnomeSessionManager: use prompt lockscreen on logind lock requestsMarco Trevisan (Treviño)
2014-04-09SessionManager: add PromptLockScreen method and signal, to require a fast loc...Marco Trevisan (Treviño)
2014-04-09Merging with lp:~sjakthol/unity/fix-1292154Marco Trevisan (Treviño)
2014-04-07GnomeSessionManager: use enum class PresenceStatus instead of magic numbersMarco Trevisan (Treviño)
2014-04-07Start cleaning lockscreen code.Andrea Azzarone
2014-04-06Fix. Code style is still WIP.Andrea Azzarone
2014-04-06Don't cache the value and watch for changes. Check the setting every time ins...Sami Jaktholm
2014-04-06Session: Don't lock the screen if screen locking is disabled bySami Jaktholm
2014-04-02Initial commit to implement g-s dbus interface in unity.Andrea Azzarone
2014-03-20Prevent a guest session to lock.Andrea Azzarone
2014-03-06SessionManager: add HostName getter (and implement in GnomeSessionManager)Marco Trevisan (Treviño)
2014-03-06GnomeSessionManager: never try to lock a guest sessionMarco Trevisan (Treviño)
2014-03-05SessionManager: various cleanupMarco Trevisan (Treviño)
2014-03-04Fix the failing tests in test_gnome_session_manager.cppAndrea Azzarone
2014-02-14Follow robert's tips.Andrea Azzarone
2014-02-13Merge trunk.Andrea Azzarone
2014-02-12Add and edit tests for GnomeSessionManager.cppAndrea Azzarone