GNOME Bugzilla – Bug 710393
Port to UPower 1.0 API
Last modified: 2013-10-21 20:57:59 UTC
Removing the home-made composite battery at least.
The Continuous build is going to be broken until this is fixed.
Created attachment 257547 [details] [review] power: Use icons from UPower
Created attachment 257548 [details] [review] power: Fix build up_client_enumerate_devices_sync() was removed.
Created attachment 257549 [details] [review] power: Fix run-time for DeviceChanged signal removal The DeviceChanged signal was removed, instead, each interesting device should be monitored individually. This means we need to keep our own device list locally.
Needs more cleanups to use the DisplayDevice. Attachment 257547 [details] pushed as 63bf771 - power: Use icons from UPower Attachment 257548 [details] pushed as ceafe6f - power: Fix build Attachment 257549 [details] pushed as 6f78b2a - power: Fix run-time for DeviceChanged signal removal
And merged the simplification using the new display device.