summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.99.19v0.99.19Benjamin Berg2022-06-082-1/+15
* test: Add test for mice that have keysBenjamin Berg2022-06-081-0/+41
* supply: Use differing priority within input node and between themBenjamin Berg2022-06-081-4/+23
* supply: Remove ID_INPUT_TABLET_PAD check as it implies ID_INPUT_TABLETBenjamin Berg2022-06-081-1/+0
* Move battery type decoding into common fileBenjamin Berg2022-06-075-73/+31
* test: Test all possible inputs for daemon state aggregationBenjamin Berg2022-06-071-48/+71
* daemon: Update aggregate state matching and handle UNKNOWN stateBenjamin Berg2022-06-072-94/+70
* supply: Consistently use 90% threshold to consider a battery fullBenjamin Berg2022-06-033-6/+5
* freebsd: Use correct up_make_safe_string definitionBenjamin Berg2022-06-032-2/+2
* common: Return original pointer from up_make_safe_stringBenjamin Berg2022-05-272-4/+6
* test: Disable systemd v251 sysfs verificationBenjamin Berg2022-05-251-0/+2
* common: Add a file with common helperBenjamin Berg2022-05-256-77/+87
* test: Stop processes using cleanup functionBenjamin Berg2022-05-201-11/+12
* test: Only assert daemon log is closed if daemon is startedBenjamin Berg2022-05-201-1/+1
* test: Do not redirect helper stdoutBenjamin Berg2022-05-201-6/+2
* test: Allow daemon to take 5 seconds for shutdownBenjamin Berg2022-05-201-1/+1
* test: Turn off buffering when executing directlyBenjamin Berg2022-05-201-1/+1
* linux: Fix exception check when on test daemon shutdownBenjamin Berg2022-05-191-1/+1
* meson: Allow unittest inspector to failBenjamin Berg2022-05-171-1/+1
* Release 0.99.18v0.99.18Benjamin Berg2022-05-172-1/+22
* po: Update translation filesBenjamin Berg2022-05-174-304/+305
* linux: Add test verifying sibling tracking cleanup worksBenjamin Berg2022-05-171-7/+30
* linux: Do not rely on parent ID lookup to work at removal timeBenjamin Berg2022-05-171-13/+20
* linux: Log debug message when siblings array becomes emptyBenjamin Berg2022-05-171-0/+4
* linux: Track only first level of "input" entries for sibling matchingBenjamin Berg2022-05-171-5/+6
* linux: Add wacom testsBenjamin Berg2022-05-161-0/+66
* linux: Add helper to assert devices and propertiesBenjamin Berg2022-05-161-0/+21
* linux: Update udev dumps to be usable with umockdevBenjamin Berg2022-05-163-49/+12
* linux: Add udev dumps for wacom devicesBenjamin Berg2022-05-163-0/+776
* linux: Do not create intermediate proxy to fetch propertiesBenjamin Berg2022-05-161-12/+18
* linux: Move udev device discovery into a separate classBenjamin Berg2022-05-162-292/+129
* enumerator: Add UpEnumerator class and udev implementationBenjamin Berg2022-05-169-0/+554
* rules: Update hwdb from upstream NUTBenjamin Berg2022-05-161-0/+2
* linux: use correct object when emitting device-removed signalAlberts Muktupāvels2022-05-161-1/+1
* linux: Test that line-power events don't cause battery pollingBenjamin Berg2022-05-161-1/+3
* daemon: Only refresh batteries when the "online" state changesBenjamin Berg2022-05-161-1/+1
* supply: Avoid emitting notification for line power changesBenjamin Berg2022-05-161-2/+10
* supply: Drop is_power_supply attriute that never changesBenjamin Berg2022-05-161-22/+17
* device-supply: Assume USB type supplies the systemBenjamin Berg2022-05-161-7/+14
* linux: Re-poll batteries after a line power changeBenjamin Berg2022-05-136-53/+13
* linux: Ensure clean shutdown after testsBenjamin Berg2022-05-121-2/+9
* main: Handle SIGTERM in addition to SIGINTBenjamin Berg2022-05-121-0/+16
* linux: Add non-hid parent to hidpp testsBenjamin Berg2022-05-121-3/+27
* device-supply: Fix leak of serial_number stringBenjamin Berg2022-05-121-0/+1
* daemon: Fix reference counting at daemon shutdownBenjamin Berg2022-05-123-22/+5
* linux: Test changes after BT HID power_supply subtree moveBenjamin Berg2022-05-111-2/+2
* linux: Remove/add device if the sysfs path changedBenjamin Berg2022-05-111-3/+12
* daemon: Stop passing UpDevice reference to the daemonBenjamin Berg2022-05-103-18/+9
* device: Use modern macros for class declarationBenjamin Berg2022-05-102-55/+56
* meson: Bump required glib version to 2.58Benjamin Berg2022-05-101-1/+1