summaryrefslogtreecommitdiff
path: root/gnome-session/gsm-presence.c
Commit message (Expand)AuthorAgeFilesLines
* presence: Fix error detection when syncing initial screensaver stateBenjamin Berg2021-04-271-1/+1
* presence: Do not auto-start the GNOME Shell screensaver serviceBenjamin Berg2021-04-271-2/+45
* presence: Enable idle detection while screensaver is activexiaoguang wang2019-07-191-7/+2
* whitespace clean upRay Strode2014-12-121-1/+1
* gsm-presence: port to GDBusCosimo Cecchi2014-12-121-197/+142
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* Fix a possible crash in the presence interfaceMatthias Clasen2013-11-011-4/+5
* GsmPresence: don't check the idletime after adding an idle watchGiovanni Campagna2013-09-161-9/+0
* presence: Don't connect to 'became-active' signalFlorian Müllner2013-02-191-2/+0
* gsm-presence: Update to new GnomeIdleMonitor APIJasper St. Pierre2013-02-141-6/+17
* presence: Handle really short idle delaysBastien Nocera2013-01-231-0/+9
* presence: Try to keep the same idle watchBastien Nocera2013-01-231-6/+8
* presence: Add better debugBastien Nocera2013-01-231-3/+8
* presence: Simplify finalize functionBastien Nocera2013-01-231-9/+2
* presence: Remove impossible checkBastien Nocera2013-01-231-4/+0
* presence: Update default idle-timeout to match gsettings-desktop-schemasBastien Nocera2013-01-231-1/+1
* presence: Don't reconnect to became-active every timeBastien Nocera2013-01-221-9/+2
* presence: Fix a typoJasper St. Pierre2012-11-301-2/+2
* Fix issues with the GnomeIdleMonitor portJasper St. Pierre2012-11-301-11/+22
* GsmPresence: Use GnomeIdleMonitorBastien Nocera2012-11-211-25/+27
* GsmPresence: Don't g_warning() when screensaver goes awayColin Walters2012-11-211-1/+1
* gsm: Refuse to install an idle timeout of 0 secondsRodrigo Moya2011-10-061-1/+2
* gsm, capplet: Do not define IS_STRING_EMPTY in multiple placesVincent Untz2010-11-291-2/+0
* [gsm] Fix typo in commit 397cca3a that creates at stupid bugVincent Untz2009-07-301-1/+1
* [gsm] Properly handle the case where the idle monitor doesn't existVincent Untz2009-07-291-2/+14
* Compare the correct string for name owner changes.William Jon McCann2009-01-191-25/+29
* Fix timeout scale. Disable idle detection while screensaver is active.William Jon McCann2009-01-191-56/+169
* Reset the idle watch when the timeout property changes.William Jon McCann2009-01-181-15/+23
* Some changes based on comments from Robert McQueen. Expose properties forWilliam Jon McCann2009-01-151-28/+0
* Add status text size limit.William Jon McCann2009-01-121-1/+7
* Add presence API.William Jon McCann2009-01-121-0/+435