summaryrefslogtreecommitdiff
path: root/plugins/power/gsd-power-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'docking-stations'docking-stationsFederico Mena Quintero2012-06-051-1/+55
|\
| * power: End the lid-close safety timer when the lid gets openFederico Mena Quintero2012-06-051-4/+12
| * power: If the lid is closed and we don't suspend, try to suspend again after ...Federico Mena Quintero2012-05-171-1/+47
* | power: Simplify non_laptop_outputs_are_all_off()Bastien Nocera2012-05-301-23/+12
|/
* bgo#657201 [power] - Allow forcing suspend when closing the lid in the presen...Paolo Bonzini2012-05-161-1/+2
* power: Ignore DBus requests while stoppedMichael Terry2012-04-261-0/+12
* Disconnect signals from UpClient before unref'ing because it may survive the ...Michael Terry2012-04-101-0/+2
* power: Do not emit DBus interface change signals when doing the idle dim and ...Richard Hughes2012-03-181-3/+9
* power: Lock the screensaver if the lid is closed and lock is enabledRichard Hughes2012-03-161-3/+13
* power: ANGRY FLOWERBastien Nocera2012-03-091-1/+1
* Power: failing to clear DPMS timeouts should not be fatalAlexandre Rostovtsev2012-03-091-2/+4
* power: Lazily connect to gnome-screensaverMartin Pitt2012-03-091-12/+20
* power: fix broken abs_to_percentage() logicCosimo Cecchi2012-03-071-2/+2
* power: Do not overflow when pressing the keyboard brightness down buttonRichard Hughes2012-03-051-3/+5
* power: Add more error checksBastien Nocera2012-03-051-0/+10
* power: Emit a Changed() signal when the backlight changesRitesh Khadgaray2012-02-221-1/+30
* power: Fix typoBastien Nocera2012-02-011-1/+1
* power: Emit GDBusProxy-compatible PropertiesChanged signalColin Walters2012-01-251-45/+79
* power: Fix typo in systemd code pathFlorian Müllner2012-01-251-1/+1
* Use systemd to shutdown if power runs lowMatthias Clasen2012-01-231-0/+29
* Merge branch 'docking-stations' - bgo#663126Federico Mena Quintero2012-01-101-19/+88
|\
| * Remove gnome_settings_session_get_upower_client()Federico Mena Quintero2012-01-101-1/+1
| * Remove gnome_settings_session_get_screen()Federico Mena Quintero2012-01-101-1/+1
| * Go back to checking for outputs being off, not disconnectedFederico Mena Quintero2011-12-071-8/+8
| * connect_after to the UpClient::changed from the power pluginFederico Mena Quintero2011-12-071-2/+2
| * Remove the XRANDR.Internal paraphernalia from the power pluginFederico Mena Quintero2011-12-071-51/+1
| * Use the shared UpClient in the power pluginFederico Mena Quintero2011-12-071-1/+1
| * Before suspending, check if external outputs are disconnected instead of offFederico Mena Quintero2011-12-051-8/+8
| * Call the XRANDR plugin asynchronouslyFederico Mena Quintero2011-12-051-7/+8
| * Include gnome-rr-config.hFederico Mena Quintero2011-12-021-1/+1
| * When the lid closes, suspend if all non-laptop RANDR outputs are offFederico Mena Quintero2011-11-221-7/+45
| * Tell the xrandr plugin when the lid's state changesFederico Mena Quintero2011-11-221-0/+11
| * Connect to the org.gnome.SettingsDaemon.XRANDR.Internal interfaceFederico Mena Quintero2011-11-221-8/+77
* | power: Add automatic dimming / toggling to keyboard backlightAlex Murray2011-12-121-80/+224
* | power: Battery may have been recalled by 'vendor' did not add vendor nameDominique Leuenberger2011-11-261-2/+4
|/
* power: Make non-urgent notifications transientFlorian Müllner2011-10-261-0/+4
* power: Fix typo in debug messageBastien Nocera2011-10-191-1/+1
* power: Fix "undefined symbol: WEXITSTATUS" error.Malcolm Lewis2011-10-171-0/+1
* power: Emit 'Changed' signal to all listenersGary Ching-Pang Lin2011-10-141-1/+1
* power: Don't crash when setting the dim timeout when using NXRichard Hughes2011-10-101-0/+2
* power: Fix typoBastien Nocera2011-10-071-1/+1
* power: Close low-battery notification when plugged inFlorian Müllner2011-10-051-5/+7
* power: Ensure the DPMS state is 'on' at startupRichard Hughes2011-10-031-0/+9
* power: Simplify hiding/showing the status iconBastien Nocera2011-10-031-7/+2
* power: Do not revert to the pre-idle brightness if idle dimming is disabledRichard Hughes2011-09-291-0/+1
* power, media-keys, xrandr: Use a GCancellable for g_bus_get calls so that the...Rodrigo Moya2011-09-291-1/+15
* power: Fix two small reference leaks when using the D-Bus interfaceRichard Hughes2011-09-261-1/+2
* power: Correctly put the screen and computer to sleep when idleRichard Hughes2011-09-261-59/+68
* power: Don't restore the brightness if it's never been setRichard Hughes2011-09-261-10/+13
* color: Use the GnomeRRScreen singletonRodrigo Moya2011-09-221-1/+1