summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-21openbsd: move batt/ac properties update to their own separate functionsLandry Breuil1-12/+26
2011-03-21openbsd: No need for a delayed callback coldplugging devicesLandry Breuil1-21/+15
2011-03-21openbsd: add is_laptop boolean and only add ac/batt devices if trueLandry Breuil1-35/+44
2011-03-21openbsd: set has-history & has-statistics to TRUELandry Breuil1-2/+2
2011-03-21openbsd: add up_native_is_laptop()Landry Breuil1-0/+19
2011-03-21openbsd: Move os-specific headers inclusion to up-apm-native.hLandry Breuil2-11/+13
2011-03-21openbsd: update ac online status tooLandry Breuil1-6/+10
2011-03-21openbsd: cast battery_life to gdoubleLandry Breuil1-3/+1
2011-03-21openbsd: Don't update percentage, probably missing a castLandry Breuil1-14/+19
2011-03-21openbsd: Use separate 'static' devices for ac and batteryLandry Breuil3-36/+61
2011-03-21openbsd: add dumb ApmNative gobjectLandry Breuil1-1/+49
2011-03-21openbsd: fetch batt info from APM_IOC_GETPOWER ioctl()Landry Breuil1-2/+44
2011-03-21openbsd: do a delayed add for device coldplugging, and emit device-added signalLandry Breuil1-0/+18
2011-03-21trivial: actually return a stringLandry Breuil1-1/+1
2011-03-21trivial: return FALSE in callbackLandry Breuil1-0/+2
2011-03-21openbsd: Add GObject stuff + wip on apm_thread/apm_event_cbLandry Breuil1-1/+209
2011-03-21openbsd: add skeleton codeLandry Breuil3-0/+130
2011-03-21openbsd: add openbsd backend SUBDIRLandry Breuil1-1/+6
2011-03-14Correct the DBus-glib property name for LidForceSleepRichard Hughes1-1/+1
2011-03-14Add a config option 'EnableWattsUpPro' to disable the Watts Up Pro deviceRichard Hughes4-38/+193
2011-03-09Depend on stable GUdev APIMichael Biebl2-2/+0
2011-03-04up-input.c: fix bitmap checkArnaud Patard1-2/+2
2011-03-03Add an option for polling dock devices in UPower.conf, defaulting to falseRichard Hughes4-3/+53
2011-02-23Drop devkit and devkit-power-daemon symlinksMichael Biebl1-3/+0
2011-02-02Add a LidForceSleep property to ensure that we don't melt any laptopsRichard Hughes3-0/+45
2011-01-04linux: use the number of active DRM devices to determine the system docked st...Richard Hughes4-1/+256
2011-01-04Add an IsDocked binary property to the main interfaceRichard Hughes3-0/+40
2011-01-04Support the power_now sysfs attribute to get time remaining on new kernelsRichard Hughes1-10/+14
2010-11-05Testsuite: Reduce race condition in history purging checkMartin Pitt1-1/+1
2010-11-04Fix self check to work as non-rootMartin Pitt1-10/+17
2010-11-04UpHistory: Add method to set history dirMartin Pitt2-1/+16
2010-11-04Fix compilation eror against Linux 2.6.36Martin Pitt1-0/+1
2010-11-01Ensure the self check code can find UPower.confRichard Hughes2-2/+18
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes29-848/+237
2010-10-21remove the UP_DEVICE_SUPPLY_CHARGED_THRESHOLD heuristicMichal Schmidt1-8/+0
2010-10-18Keyboard backlight of zero is not an errorAlex Murray1-4/+5
2010-10-11Add support for controlling leds keyboard backlightsAlex Murray6-0/+507
2010-09-20Do not continue to poll the serial port if there is no Watts Up Pro adaptorRichard Hughes1-5/+1
2010-09-17Only save by default 7 days data to stop the log files becoming huge. Fixes r...Richard Hughes3-29/+176
2010-09-17trivial: fix make distcheckRichard Hughes1-1/+1
2010-08-19Fix up_polkit_get_subject() D-BUS error returnMatthias Clasen1-0/+7
2010-08-19Fix double D-BUS return in up_daemon_*_allowedMatthias Clasen3-10/+23
2010-08-19Add missing D-Bus return in up_qos_cancel_request()Matthias Clasen1-0/+2
2010-08-19Revert "Add missing D-Bus return in up_qos_cancel_request()"Martin Pitt4-34/+12
2010-08-19Add missing D-Bus return in up_qos_cancel_request()Matthias Clasen4-12/+34
2010-08-19Free GErrors after returning themMatthias Clasen2-0/+16
2010-08-10Ensure we've initialized errors when calling into PolicyKitRichard Hughes1-4/+10
2010-08-10Fix compile with the latest PolicyKit releaseRichard Hughes1-0/+10
2010-07-12trivial: fix make distcheckRichard Hughes1-0/+8
2010-07-07Dynamic testing for enough hibernate swapMartin Pitt1-14/+27