summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Collapse)AuthorAgeFilesLines
* docs: Mention to try and not use IconName when possiblewip/hadess/no-icon-nameBastien Nocera2018-10-021-1/+2
| | | | See https://gitlab.freedesktop.org/upower/upower/merge_requests/16#note_41003
* docs: Better documentation for the BatteryLevel propBastien Nocera2017-10-311-1/+6
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=103361
* all: Add BatteryLevel propertyBastien Nocera2017-04-061-0/+33
| | | | | | | | | | Export approximate battery levels that devices can use, exported by the kernel as POWER_SUPPLY_CAPACITY_LEVEL_* values. This avoids bizarrely accurate values showing up in UIs when we only have ok/warning levels of accuracy in some cases. https://bugs.freedesktop.org/show_bug.cgi?id=100359
* UpKbdBacklight: Add new BrightnessChangedWithSource signalHans de Goede2017-02-151-0/+28
| | | | | | | | There are multiple possible causes for the keyboard brightness to change, e.g. SetBrightness may get called, or the brightness may get changed through a hotkey which is handled in firmware. https://bugs.freedesktop.org/show_bug.cgi?id=98404
* Share generated code between daemon and libraryCosimo Cecchi2015-07-295-0/+1217
Since we use the same GDBus code in libupower-glib and the daemon, auto-generate a private library that can be used by both.