summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-16daemon: Only modify display device when it changesBastien Nocera1-1/+11
2013-10-16daemon: Add GetDisplayDevice methodBastien Nocera5-0/+99
2013-10-16daemon: Set the display device type when on batteryBastien Nocera1-0/+1
2013-10-16daemon: Use constant for the devices object pathsBastien Nocera1-1/+3
2013-10-16daemon: Remove spurious linefeedBastien Nocera1-1/+0
2013-10-16daemon: Remove 2 undefined functions from headersBastien Nocera1-4/+0
2013-10-15daemon: Remove left-over debugBastien Nocera1-2/+0
2013-10-15daemon: Make UpDevice emit PropertiesChanged signalsBastien Nocera1-1/+64
2013-10-15daemon: Add support for more types for PropertiesChangedBastien Nocera1-0/+16
2013-10-15daemon: Coalesce PropertiesChanged signals togetherBastien Nocera2-41/+102
2013-10-15daemon: Calculate global WarningLevel correctlyBastien Nocera1-17/+137
2013-10-15daemon: Fix possible crasher in UpDevice self-testBastien Nocera1-0/+4
2013-10-15daemon: Remove unimplemented up_device_test()Bastien Nocera1-1/+0
2013-10-15daemon: Remove unused internal D-Bus proxyBastien Nocera1-10/+1
2013-10-15daemon: Register on the Bus after coldplugBastien Nocera2-66/+44
2013-10-14daemon: Don't emit changed signal in coldplugBastien Nocera1-5/+7
2013-10-14daemon: Sort the UpDaemon struct memberBastien Nocera1-4/+7
2013-10-14daemon: Add new WarningLevel "Discharging"Bastien Nocera2-5/+11
2013-10-14daemon: Move all computations of warning level to daemonBastien Nocera3-13/+16
2013-10-14daemon: Require newer GLibBastien Nocera11-57/+3
2013-10-14daemon: Add IconName propertyBastien Nocera2-0/+89
2013-10-14daemon: Add CriticalPowerActionBastien Nocera7-0/+151
2013-10-14daemon: Emit the PropertiesChanged signalBastien Nocera1-7/+52
2013-10-14daemon: Emit the "Changed" signal without going through notifyBastien Nocera1-25/+25
2013-10-14daemon: Device* signals send out object pathsBastien Nocera1-6/+6
2013-10-14daemon: Add small hack for keyboards and miceBastien Nocera3-4/+20
2013-10-14daemon: Replace "on-low-battery" propertyBastien Nocera10-184/+56
2013-10-14daemon: Add WarningLevel device propertyBastien Nocera4-0/+109
2013-10-14daemon: Load level policy configurationBastien Nocera1-0/+55
2013-10-14daemon: Add helper to get uint from configBastien Nocera2-0/+18
2013-10-14daemon: Remove unused config file loadingBastien Nocera1-25/+0
2013-10-14daemon: Remove unneeded reset of priv struct membersBastien Nocera12-46/+0
2013-10-14Remove QoS interfaceBastien Nocera7-1091/+0
2013-10-14Remove obsolete battery recall propertiesBastien Nocera3-107/+0
2013-10-14daemon: Remove obsolete featuresBastien Nocera12-1465/+1
2013-10-14daemon: Simplify _new() functionsBastien Nocera10-30/+10
2013-10-14freebsd: Remove useless finalizeBastien Nocera1-17/+0
2013-10-14linux: Don't print a warning if the status sysfs attr is missingBastien Nocera1-1/+2
2013-10-14daemon: Remove unused _set_propertyBastien Nocera1-14/+0
2013-10-14daemon: Avoid trying to close fd that wasn't openedBastien Nocera1-1/+2
2013-10-14daemon: Fix options parsingBastien Nocera1-1/+5
2013-10-14linux: Opt-out of checking Watts Up devices earlierBastien Nocera1-12/+12
2013-10-14daemon: Include config.h in up-backend.hLandry Breuil1-0/+2
2013-10-14openbsd: Use g_thread_try_new()Landry Breuil1-1/+1
2013-10-14openbsd: recognize when battery is absent or fully chargedJasper Lievisse Adriaanse1-2/+36
2013-10-14linux: Don't guess discharging state for devicesBastien Nocera1-1/+1
2013-10-08Linux integration tests: Fix PEP8 errorsMartin Pitt1-103/+100
2013-10-08Linux integration tests: Fix pyflakes errorsMartin Pitt1-22/+17
2013-10-08Linux integration tests: First test case for libraryMartin Pitt2-1/+22
2013-09-27linux: Track power_supply devices by name only instead of full sysfs pathMartin Pitt2-8/+14