summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released UPower 0.99.4UPOWER_0_99_4Richard Hughes2016-02-161-0/+17
* daemon: Lower the warning levels for input devicesBastien Nocera2015-11-121-2/+2
* etc: Update IgnoreLid documentationBastien Nocera2015-11-121-2/+3
* etc: Change the default low battery policyBastien Nocera2015-11-121-3/+5
* rules: Fix distcheck'ing not being able to install udev rulesBastien Nocera2015-09-231-2/+3
* daemon: Fix self test config file location for newer automakeBastien Nocera2015-09-231-1/+1
* daemon: Print the filename when the config file is missingBastien Nocera2015-09-231-4/+4
* linux: Fix deprecation warning in integration-testBastien Nocera2015-09-231-0/+3
* build: Always ship upower.service.inBastien Nocera2015-09-231-1/+2
* build: Fix missing includesBastien Nocera2015-09-236-0/+6
* Support g_autoptr() for all libupower-glib object typesKalev Lember2015-09-153-0/+43
* Fix build regressionArnaud Quette2015-08-102-1/+2
* daemon: remove custom marshal setupCosimo Cecchi2015-07-2910-35/+8
* daemon: make UpWakeups a subclass of UpExportedWakeupsSkeletonCosimo Cecchi2015-07-292-15/+10
* daemon: make UpKbdBacklight a subclass of UpExportedKbdBacklightSkeletonCosimo Cecchi2015-07-292-15/+9
* daemon: make UpDaemon a subclass of UpExportedDaemonCosimo Cecchi2015-07-293-29/+15
* daemon: make UpDevice a subclass of UpExportedDeviceSkeletonCosimo Cecchi2015-07-292-447/+128
* Share generated code between daemon and libraryCosimo Cecchi2015-07-2913-254/+236
* integration-test: fix typo in interface nameCosimo Cecchi2015-07-291-1/+1
* build: remove dependency on dbus-glib and libdbusCosimo Cecchi2015-07-298-13/+0
* daemon: port main() to GDBusCosimo Cecchi2015-07-297-173/+134
* daemon: port UpDevice to GDBusCosimo Cecchi2015-07-293-493/+170
* daemon: port UpDaemon to GDBusCosimo Cecchi2015-07-293-353/+97
* daemon: port UpWakeups to GDBusCosimo Cecchi2015-07-293-122/+71
* daemon: port UpKbdBacklight to GDBusCosimo Cecchi2015-07-293-56/+65
* up-backend: remove unused private memberCosimo Cecchi2015-07-291-4/+0
* up-tool: remove unused variablesCosimo Cecchi2015-07-291-2/+0
* Update UPower HID rules - supported devices list1.0Arnaud Quette2015-07-291-2/+29
* Fix HID rules header, as per discussionsArnaud Quette2015-07-291-2/+8
* Revert "linux: Work-around broken battery on the Onda v975w"Bastien Nocera2015-07-162-45/+3
* rules: Add support for Logitech G700s/G700 Gaming Mousemuzena2015-07-091-0/+1
* bsd: Add critical action support for *BSDEric Koegel2015-07-077-28/+274
* linux: Fix possible double-freeBastien Nocera2015-06-261-3/+3
* lib: Fix memory leak in up_client_get_devices()Bastien Nocera2015-06-261-2/+2
* trivial: post release version bumpRichard Hughes2015-05-282-5/+5
* Released UPower 0.99.3UPOWER_0_99_3Richard Hughes2015-05-282-1/+15
* linux: Properly detect bluetooth mice and keyboards that are HID devicesMarc Deslauriers2015-05-202-17/+72
* linux: Work-around broken battery on the Onda v975wBastien Nocera2015-04-282-3/+45
* linux: Use CLAMP() instead of a series of ifsBastien Nocera2015-04-281-8/+2
* rules: support Logitech Unifying in Linux 3.19Peter Wu2015-04-021-0/+3
* build: Fix libimobiledevice msg in configureBastien Nocera2015-04-021-1/+1
* lib: Fix crash on uninitialized variantVlad Orlov2015-03-131-2/+2
* linux: More memory handling fixes in iDeviceBastien Nocera2015-02-031-7/+8
* linux: Bail out when iDevice state is malformedBastien Nocera2015-02-031-0/+4
* linux: Defer getting iDevice info until readyBastien Nocera2015-02-031-36/+56
* trivial: post release version bumpRichard Hughes2014-12-182-5/+5
* Released UPower 0.99.2UPOWER_0_99_2Richard Hughes2014-12-182-1/+22
* daemon: fix ulong/gulong typoPeter Wu2014-12-031-1/+1
* daemon: fix dbus proxy leak on shutdownPeter Wu2014-11-261-1/+3
* daemon: release resources at shutdownPeter Wu2014-11-2612-0/+158