SuccessChanges

Summary

  1. Add design voltage properties to battery devices (details)
  2. Coldplug property: energy-full-design (details)
  3. Coldplug property: charge-full-design (details)
  4. Not a coldplug: charge-full (details)
  5. Update debian/changelog (details)
  6. Move design voltage properties to private (details)
  7. Make voltage_design value coldplug (details)
  8. Guess Li-ion design voltage if not exposed (details)
  9. Add voltage estimated percentage fallback (details)
  10. Fix warning (details)
  11. Update debian/changelog (details)
Commit 33bc7e4bd862a601d7110a77b0a9f8f544c9701d by Arthur D.
Add design voltage properties to battery devices
The file was modifiedlibupower-glib/up-device.c (diff)
The file was modifieddbus/org.freedesktop.UPower.Device.xml (diff)
The file was modifiedsrc/linux/up-device-supply.c (diff)
The file was modifieddebian/libupower-glib3.symbols (diff)
Commit 7c4e0edb11154e92e5991bc8da06ac41249dfc36 by Arthur D.
Coldplug property: energy-full-design
No need to refresh it every time. Should go to upstream.
The file was modifiedsrc/linux/up-device-supply.c (diff)
Commit 88f5a345a76d24f107d4d9e6a61c7dd4e860d8c5 by Arthur D.
Coldplug property: charge-full-design
No need to update it every time
The file was modifiedsrc/linux/up-device-supply.c (diff)
Commit 645522498a61e562f09f7ffe5d90bb78de786c49 by Arthur D.
Not a coldplug: charge-full
The property is changed when battery is calibrated. This can happen at
runtime.
The file was modifiedsrc/linux/up-device-supply.c (diff)
Commit ad47116c6a68b7cbe07896bc0e33124db295fa9c by Arthur D.
Update debian/changelog
The file was modifieddebian/changelog (diff)
Commit dea1a4e787887880f200aec1cd28e096b322f9e3 by Arthur D.
Move design voltage properties to private
voltage_min_design, voltage_max_design
The file was modifieddebian/libupower-glib3.symbols (diff)
The file was modifiedsrc/linux/up-device-supply.c (diff)
The file was modifieddbus/org.freedesktop.UPower.Device.xml (diff)
The file was modifiedlibupower-glib/up-device.c (diff)
Commit fa6f73f6d7c01905b9e6494f92120d64945eae56 by Arthur D.
Make voltage_design value coldplug
No need to refresh it every time. May go to upstream.
The file was modifiedsrc/linux/up-device-supply.c (diff)
Commit f33f5e443814572ce47d11eb8e06ce38d65efeb7 by Arthur D.
Guess Li-ion design voltage if not exposed
Single cell battery: voltage_min_design = 3.0 voltage_max_design = 4.2
The file was modifiedsrc/linux/up-device-supply.c (diff)
Commit 8fd5d7433a195d469af22218f7731f5329c669d3 by Arthur D.
Add voltage estimated percentage fallback
This is common code for status-area-applet-battery and mce
The file was modifiedsrc/linux/up-device-supply.c (diff)
Commit db2ce4a09c902e60713b53c7af32546a924cc6ba by Arthur D.
Fix warning
GLib-CRITICAL **: g_variant_unref: assertion 'value != NULL' failed
Should go to upstream.
The file was modifiedsrc/linux/up-backend.c (diff)
Commit 09dbc9f30f813af351e9786369f98421da70b24b by Arthur D.
Update debian/changelog
The file was modifieddebian/changelog (diff)