summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-02trivial: fix up a trivial typo in the last commitRichard Hughes1-1/+1
2011-09-01build: don't rely on files' presence to define the default backend.Diego Elio Pettenò1-9/+6
2011-08-31Use g_unix_signal_add_full() which has been renamed in the unstable GLib branchDenis Washington1-8/+8
2011-07-19Hardcode wacom battery devices as not power-supply devicesRichard Hughes1-3/+31
2011-07-19Use git.mk and remove the manual .gitignore filesRichard Hughes24-128/+255
2011-07-19Use upstream gettext instead the glib oneJavier Jardón2-6/+10
2011-07-19autogen.sh: Use autoreconf instead custom scriptJavier Jardón1-99/+20
2011-07-19configure.ac: Modernize autotools configJavier Jardón1-23/+19
2011-07-19Avoid warnings about missing annotationsJavier Jardón1-0/+2
2011-07-04trivial: post release version bumpRichard Hughes2-5/+5
2011-07-04Released UPower 0.9.12UPOWER_0_9_12Richard Hughes1-0/+11
2011-07-04Switch to using .xz tarballsRichard Hughes1-1/+1
2011-07-01Fix how we estimate the device rate for batteries that do not provide this dataRichard Hughes1-29/+27
2011-05-31Add openbsd missing includes for close() and strcmp()Landry Breuil1-0/+2
2011-05-31Silence some openbsd warnings about unused vars and bad return valuesLandry Breuil1-5/+5
2011-05-31Add AC_PROG_LIBTOOL as advised by autotoolsLandry Breuil1-0/+1
2011-05-25trivial: post release version bumpRichard Hughes2-5/+5
2011-05-25Released UPower 0.9.11UPOWER_0_9_11Richard Hughes1-0/+14
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 Hughes7-8/+237
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-05-03trivial: post release version bumpRichard Hughes2-5/+5
2011-05-03Released UPower 0.9.10UPOWER_0_9_10Richard Hughes1-0/+21
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-31Do not overwrite aclocal flags in autogen, fixes b.fd.o #35261Tobias Mueller1-1/+1
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 Hughes2-0/+27
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