aboutsummaryrefslogtreecommitdiff
path: root/src/device-provider-upower.c
Commit message (Expand)AuthorAgeFilesLines
* Use the device model name in the menuRobert Tari2023-05-051-0/+14
* Ignore batt_therm devices.Marius Gripsgard2018-03-251-2/+11
* Make device with power supply has higher sorting priority. (LP: #1100546)Charles Kerr2017-05-151-1/+5
* more copyeditingCharles Kerr2014-09-081-35/+50
* copyediting.Charles Kerr2014-09-081-53/+53
* in device-provider-upower, use glib's G_ADD_PRIVATE() macroCharles Kerr2014-09-081-29/+35
* add upower 0.99 supportCharles Kerr2014-09-071-149/+239
* fix some compiler warnings generated by clang static analyzerCharles Kerr2014-07-131-6/+4
* We really only need to keep a handful of properties up-to-date for each upowe...Charles Kerr2013-11-041-54/+128
|\
| * in on_bus_ready(), use g_error_matches().Charles Kerr2013-11-031-1/+1
| * in on_device_properties_ready(), improve the g_warning() text to be more useful.Charles Kerr2013-11-031-1/+3
| * in on_device_properties_ready(), use g_error_matchesCharles Kerr2013-11-031-1/+1
| * don't create proxies for each upower device.Charles Kerr2013-10-031-54/+126
* | Listen for the 'Resuming' signal from upower. When it's received, refresh all...Charles Kerr2013-10-011-0/+18
|/
* adjust device-provider-upower's timer to reduce how many times we pull the de...Charles Kerr2013-06-191-48/+86
* in provider-upower.c, clear its private hashtable in dispose() and destroy it...Charles Kerr2013-06-191-1/+16
* lower the interval on the upower timer to make our updates more responsiveCharles Kerr2013-06-191-1/+1
* in device-provider-upower's dispose(), disconnect from our proxy's signal bef...Charles Kerr2013-06-171-4/+11
* add device-provider-upower, a UPower implementation of device-providerCharles Kerr2013-06-161-0/+364