Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some compiler warnings generated by clang static analyzer | Charles Kerr | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | copyediting: remove trailing spaces in source code | Charles Kerr | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | in indicator_power_device_provider_get_devices, confirm that the get_devices ↵ | Charles Kerr | 2013-06-19 | 1 | -1/+10 |
| | | | | function pointer isn't NULL before we call it. | ||||
* | fix build issue in indicator_power_device_provider_get_devices(), reported ↵ | Charles Kerr | 2013-06-19 | 1 | -1/+1 |
| | | | | by CI... | ||||
* | add device-provider, an interface class for an object that provides ↵ | Charles Kerr | 2013-06-16 | 1 | -0/+81 |
IndicatorPowerDevices. This could be given a UPower implementation, or a mock implementation, or a whatever-replaces-upower-on-phones implementation. |