summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-17linux: Remove debugBastien Nocera1-1/+0
2013-10-17tools: Update for lib API changesBastien Nocera1-18/+2
2013-10-17lib: Remove up_client_enumerate_devices_sync()Bastien Nocera2-95/+41
2013-10-17all: Remove *changed signalsBastien Nocera8-172/+2
2013-10-17tools: Use notify signals instead of *changed onesBastien Nocera1-4/+20
2013-10-17lib: Proxy notify changes from UpDevice glueBastien Nocera1-2/+3
2013-10-17lib: Simplify proxying glue properties in UpClientBastien Nocera1-14/+2
2013-10-17power: Work-around batteries that are slow to notice chargeBastien Nocera1-0/+5
2013-10-17all: Add GetCriticalAction daemon methodBastien Nocera11-20/+145
2013-10-17linux: Fix incorrect check for logind sleep methodsBastien Nocera1-1/+1
2013-10-17build: And bump sonameBastien Nocera1-2/+2
2013-10-17build: Bump version to 0.99.0Bastien Nocera1-2/+2
2013-10-17daemon: Make warning-level UpDevice property writableBastien Nocera1-1/+4
2013-10-17all: Remove WarningLevel from the daemon propertiesBastien Nocera5-61/+1
2013-10-17tools: Print the display device when using -dBastien Nocera1-0/+10
2013-10-17lib: Trim properties when printing the display deviceBastien Nocera1-7/+14
2013-10-17daemon: Indentation in UpDaemon structBastien Nocera1-9/+9
2013-10-17lib: Add up_client_get_display_device()Bastien Nocera2-0/+25
2013-10-17lib: Remove unneeded up_client_get_properties_sync()Bastien Nocera2-25/+0
2013-10-16daemon: Add documentation for computed propertiesBastien Nocera1-0/+6
2013-10-16daemon: Mention hard-coded display device object pathBastien Nocera1-1/+3
2013-10-16daemon: Minimise WarningLevel signalsBastien Nocera1-0/+4
2013-10-16daemon: Fix sending device's PropertiesChanged signalBastien Nocera1-1/+1
2013-10-16daemon: Emit PropertiesChanged for computed properties tooBastien Nocera1-2/+10
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-15lib: Fix compilationBastien Nocera1-2/+2
2013-10-15lib: Use slices to allocate cached propertiesBastien Nocera1-2/+2
2013-10-15lib: Print property name when cached property doesn't existBastien Nocera1-1/+1
2013-10-15lib: Cache property values correctlyBastien Nocera1-1/+2
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 Nocera4-5/+16
2013-10-14daemon: Move all computations of warning level to daemonBastien Nocera3-13/+16
2013-10-14daemon: Require newer GLibBastien Nocera12-58/+4
2013-10-14lib: Add support for the IconName propertyBastien Nocera1-0/+22
2013-10-14daemon: Add IconName propertyBastien Nocera2-0/+89