summaryrefslogtreecommitdiff
path: root/libupower-glib
Commit message (Expand)AuthorAgeFilesLines
* device: Only handle Refresh() method if in debug modeBastien Nocera2022-04-191-1/+2
* Remove Wakeups APIBenjamin Berg2022-03-247-917/+0
* lib: Fix UpClient reference leakBastien Nocera2022-02-161-1/+1
* build: Fix version macrosJan Alexander Steffens (heftig)2022-02-051-3/+8
* lib: Simplify loop using g_autoBastien Nocera2022-01-241-6/+3
* lib: Prepare headers for internal g_auto* usageBastien Nocera2022-01-241-2/+1
* lib: Remove unnecessary castBastien Nocera2022-01-241-1/+1
* lib: Implement up_client_get_devices_async()Bastien Nocera2022-01-232-0/+72
* lib: Add internal helper for up_client_get_devices2()Bastien Nocera2022-01-231-21/+33
* lib: Add up_client_new_async()Bastien Nocera2022-01-212-5/+95
* lib: Add API to access ChargeCyles D-Bus propertyBastien Nocera2021-09-131-0/+27
* build: Remove unused variable assignmentBastien Nocera2021-09-071-9/+0
* build: Require GIR to be created to run testsBastien Nocera2021-09-071-3/+1
* build: Add missing GLib log domainsBastien Nocera2021-09-071-0/+1
* build: Remove autotoolsBastien Nocera2021-09-061-90/+0
* build: Clean up include_directories usageBastien Nocera2021-09-061-1/+2
* build: Support building upower with mesonBenjamin Berg2021-09-021-0/+92
* lib: Mark device refresh function as deprecatedBastien Nocera2021-08-191-0/+1
* lib: Mark lid related functions and properties as deprecatedBastien Nocera2021-08-192-2/+4
* lib: Add UP_DEVICE_KIND_BLUETOOTH_GENERIC typeBastien Nocera2021-06-172-0/+5
* up-client: Document and handle NULL return when getting devicesBenjamin Berg2021-02-041-3/+4
* lib: Add more device kinds for Bluetooth classesMarijn Suijten2021-02-022-0/+65
* lib: Invert percentage conditional in device_to_textMarijn Suijten2021-02-021-11/+2
* lib: Add "Touchpad" device typeBastien Nocera2020-12-163-4/+13
* lib: Add "Pen" device typeBastien Nocera2019-10-243-2/+9
* Replace use of G_TYPE_INSTANCE_GET_PRIVATEChristian Kellner2019-02-216-18/+6
* Replace use of deprecated g_type_class_add_privateChristian Kellner2019-02-216-17/+6
* build: Fix up-daemon-generated.h not being found on distcheckBastien Nocera2018-10-251-0/+2
* build: Fix out-of-tree buildBastien Nocera2018-10-021-1/+1
* lib: UpClient: up_client_get_display_device returns a UpDeviceGuido Günther2018-09-301-1/+1
* lib: UpClient: Fix stray '%'Guido Günther2018-09-301-1/+1
* lib: Use @see_also instead of "See also"Guido Günther2018-09-308-16/+8
* lib: Work-around to fix gtk-doc's type detectionGuido Günther2018-09-305-21/+13
* lib: Add a new version of up_client_get_devices which unrefs contentsRobert Ancell2018-05-312-3/+25
* lib: Mention that battery level is preferred when present14-lib-add-a-new-version-of-up_client_get_devices-which-unrefs-contentsBastien Nocera2018-04-191-6/+16
* lib: Simplify resource destructionBastien Nocera2018-04-183-15/+7
* lib: Fix warnings when D-Bus related properties changeBastien Nocera2018-03-022-1/+13
* docs: Better documentation for the BatteryLevel propBastien Nocera2017-10-311-2/+10
* lib: Fix API docs for *-level propertiesBastien Nocera2017-09-081-2/+2
* lib: Add UP_DEVICE_KIND_GAMING_INPUT for gaming devicesBastien Nocera2017-08-313-2/+9
* lib: Simplify string checksBastien Nocera2017-04-101-31/+31
* all: Add BatteryLevel propertyBastien Nocera2017-04-062-1/+27
* lib: Add more members to UpDeviceLevel structBastien Nocera2017-04-062-1/+16
* build: Fix -Wformat-y2k compilation errorsBastien Nocera2016-06-081-0/+3
* lib: Remove hidden singleton instanceMartin Pitt2016-05-181-9/+1
* lib: Add proper error and cancellable handling to UpClient constructorMartin Pitt2016-05-182-22/+67
* Support g_autoptr() for all libupower-glib object typesKalev Lember2015-09-153-0/+43
* Share generated code between daemon and libraryCosimo Cecchi2015-07-294-201/+162
* lib: Fix memory leak in up_client_get_devices()Bastien Nocera2015-06-261-2/+2
* lib: Fix crash on uninitialized variantVlad Orlov2015-03-131-2/+2