summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-02-07linux: Update Bluetooth device alias when it changesBastien Nocera1-0/+4
2022-02-07build: Fix missing libm link on some platformsBastien Nocera1-1/+1
2022-01-27history: Remove unused and bogus defineBenjamin Berg1-1/+0
2022-01-27history: Delay saving history even on low powerBenjamin Berg2-17/+72
2022-01-27linux: Make test compatible with older dbusmock versionsBenjamin Berg1-1/+5
2022-01-25history: Fix time compression of data pointsBenjamin Berg1-8/+5
2022-01-24linux: explicitly recognize USB power suppliesThomas Weißschuh1-0/+2
2022-01-24up-daemon: fix inhibitor lock leakJohn Sheu1-0/+5
2022-01-23lib: Implement up_client_get_devices_async()Bastien Nocera1-3/+17
2022-01-23linux: Remove libtool support from test suiteBastien Nocera1-4/+1
2022-01-21tests: Add test for up_client_async*() functionsBastien Nocera1-0/+15
2022-01-18linux: Fix warning when using fake UPSBastien Nocera1-0/+4
2022-01-18linux: Only try to open a device if it's not a fake UPSBastien Nocera1-8/+8
2022-01-18linux: Remember if a UPS is a fake UPSBastien Nocera1-4/+4
2022-01-18linux: Fix Bluetooth tests for python-dbusmock changesBastien Nocera2-2/+2
2021-11-02linux: Make sure ChargeCycles is unknown in more casesBastien Nocera2-7/+33
2021-09-13tests: Add ChargeCycles testBastien Nocera1-0/+33
2021-09-13linux: Export charge cycles for batteries that support itBastien Nocera1-0/+7
2021-09-07linux: Remove unused variableBastien Nocera1-1/+0
2021-09-07all: Remove HAVE_CONFIG_H conditionalBastien Nocera9-27/+9
2021-09-07build: Fix idevice support always being offBastien Nocera1-1/+2
2021-09-07linux: Bump tests timeoutBastien Nocera1-0/+1
2021-09-07linux: Postpone importing libraries for testsBastien Nocera1-18/+17
2021-09-07build: Require GIR to be created to run testsBastien Nocera1-1/+2
2021-09-07build: Add missing GLib log domainsBastien Nocera1-0/+1
2021-09-07linux: Split the integration test into individual testsBastien Nocera2-6/+60
2021-09-07linux: Rename integration test scriptBastien Nocera2-1/+1
2021-09-06build: Remove autotoolsBastien Nocera6-404/+0
2021-09-06build: Clean up include_directories usageBastien Nocera1-1/+0
2021-09-06meson: Depend on upowerd_dbus for the entire daemonBenjamin Berg1-2/+2
2021-09-02build: Support building upower with mesonBenjamin Berg6-0/+209
2021-09-02tests: Return 77 when skipping testsBenjamin Berg2-4/+6
2021-08-17tests: Run test suite in verbose mode by defaultBastien Nocera1-1/+1
2021-08-17tests: Test inhibitor lock for critical actionDylan Van Assche1-4/+51
2021-08-17up-daemon: prevent suspending for critical actionDylan Van Assche1-0/+13
2021-08-17up-backend: add inhibitor lock interfaceDylan Van Assche4-43/+70
2021-08-10linux: Add test for touchpads being tagged as miceBastien Nocera1-2/+2
2021-08-10linux: Fix touchpad not being the right typeBastien Nocera1-3/+3
2021-08-10linux: Don't throw away large but possible energy ratesBastien Nocera1-2/+2
2021-07-22etc: Tweak default percentage levelsBastien Nocera1-2/+2
2021-06-30device: Don't update properties when device isn't exportedPablo Correa Gómez1-8/+4
2021-06-30tests: Add test for non-default low levelPablo Correa Gómez1-0/+36
2021-06-30daemon: Sync icon and warning for non-default low levelPablo Correa Gómez3-5/+13
2021-06-18daemon: Make get_device_charge_icon() publicPablo Correa Gómez3-37/+40
2021-06-17tests: Add a test case for batteries with zero power drawPhilipp Zabel1-0/+22
2021-06-17linux: Fix < 0.01 W energy-rate readings from power_now sysfs propertyPhilipp Zabel1-2/+3
2021-06-17linux: Make unknown Bluetooth devices appear as genericBastien Nocera2-6/+7
2021-06-17linux: Remove user-space support for Logitech Unifying devicesBastien Nocera7-1716/+2
2021-06-17linux: Remove sysfs-utils helpersBastien Nocera8-201/+0
2021-06-17linux: Use new uncached sysfs attr gudev APIBastien Nocera1-66/+69