summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Only include glib-unix.h if the GLib version is >= 2.29.4Richard Hughes1-3/+3
2011-05-17Ensure up-apm-native.h gets shipped in the tarballRichard Hughes1-0/+1
2011-05-14Linux integration tests: check energy vs. chargeMartin Pitt1-0/+35
2011-05-04Add new NotifySleep() and NotifyResume() signals that include the sleep typeRichard Hughes3-1/+87
2011-05-04Respect $PYTHON for running the test suiteMartin Pitt1-1/+1
2011-05-04up-self-test: Run subset of tests when system D-BUS is not availableMartin Pitt2-0/+29
2011-04-28Use the new threadsafe signal handling support in GLibRichard Hughes1-0/+29
2011-04-26trivial: Fix Linux integration test dependency on upowerdMartin Pitt2-7/+8
2011-04-26trivial: Fix Linux integration-test for distcheckMartin Pitt1-2/+3
2011-04-26Respect $UPOWER_CONF_FILE_NAME in up_config_init()Martin Pitt1-1/+9
2011-04-26Consider a discharging UPS as "on battery"Martin Pitt1-0/+63
2011-04-26Fix "unknown" battery status guessing to not be recursiveMartin Pitt1-28/+41
2011-04-26Run Linux integration tests in "make check"Martin Pitt2-2/+10
2011-04-26Add integration test suite for LinuxMartin Pitt1-0/+467
2011-04-26Add option to run daemon on the session bus for testingMartin Pitt7-6/+28
2011-04-26Support virtual UPS devices for testingMartin Pitt1-8/+24
2011-04-15src/.gitignore: Fix file nameMartin Pitt1-1/+1
2011-04-13selftest: Globally set configuration pathMartin Pitt1-6/+6
2011-04-13fix up-self-test buildMartin Pitt1-0/+2
2011-03-30trivial: fix whitespace issue with the last patchRichard Hughes1-6/+6
2011-03-30Support batteries that report both energy and charge.Benson Leung1-4/+13
2011-03-28Add a config option 'IgnoreLid' so users with broken / inverted lid switches ...Richard Hughes1-0/+18
2011-03-21openbsd: fix warning, and set lid-present to noLandry Breuil1-2/+3
2011-03-21openbsd: Add licence headers..Landry Breuil3-0/+63
2011-03-21openbsd: handle case when power is reported directly as WhLandry Breuil1-10/+25
2011-03-21openbsd: Add up_apm_device_refresh callback to device classLandry Breuil1-22/+69
2011-03-21openbsd: wip on acpibat_state, need to sort wh/ah unitsLandry Breuil1-1/+25
2011-03-21openbsd: add up_backend_update_acpibat_state() and call it if acpibat0 device...Landry Breuil1-0/+28
2011-03-21trivial: move #includesLandry Breuil2-3/+4
2011-03-21openbsd: rename get_sensor() to get_sensordev() for the sake of clarityLandry Breuil2-3/+3
2011-03-21openbsd: rename has_sensor() to get_sensor() and use it to grab the sensordev...Landry Breuil2-9/+12
2011-03-21openbsd: add up_native_has_sensor() and use it in is_laptop()Landry Breuil2-0/+34
2011-03-21openbsd: assign callbacks to ac/batt device classLandry Breuil1-3/+6
2011-03-21openbsd: rip of get_on_battery/get_low_battery/get_online from freebsd backendLandry Breuil1-1/+80
2011-03-21trivial: fix indentLandry Breuil1-1/+1
2011-03-21openbsd: time-to-empty is in secondsLandry Breuil1-1/+1
2011-03-21trivial: silence warningsLandry Breuil1-4/+4
2011-03-21trivial: return NULL, shouldnt be reached anywayLandry Breuil1-0/+1
2011-03-21openbsd: Declare prototypes for get_power_info/get_battery_state_valueLandry Breuil1-10/+11
2011-03-21openbsd: cast NULL to void* to silence missing sentinel gcc warningsLandry Breuil1-6/+6
2011-03-21openbsd: dont initialize props we wont likely set atmLandry Breuil1-10/+2
2011-03-21openbsd: Update battery properties only if they really changedLandry Breuil1-4/+26
2011-03-21openbsd: update ac state only if state really changedLandry Breuil1-3/+9
2011-03-21openbsd: use g_debug instead of g_message, also log minutes_leftLandry Breuil1-3/+2
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