Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/gsm-session.c
Commit message (Collapse)AuthorAgeFilesLines
* Use g_timeout_add_seconds() for power efficiencyDaniel Drake2008-12-181-1/+1
| | | | | | | | | This attempts to align second-granularity wakeups across the system, reducing CPU wakeups a little. I considered all timeouts of duration 1 second or greater, and moved the non-timing-critical ones to g_timeout_add_seconds(). (Actually, I didn't find any that I felt were timing-critical)
* Emit the completed signal on shutdown completion, not on clientMarco Pesenti Gritti2008-11-291-3/+2
| | | | | disconnection. When shutting down with no activity running we was not hitting completion. Fix #11
* Enable maximum warnings.v0.82.1Marco Pesenti Gritti2008-08-111-53/+0
| | | | A bunch of compile fixes.
* Screwed up badly when changing gnome-session main_quitMarco Pesenti Gritti2008-07-281-1/+2
| | | | to a signal. Argh.
* Prefix the session server stuff with gsm, makes things a lot less confusing.Marco Pesenti Gritti2008-06-061-0/+550