| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | when discharging the battery, prefer the percent-charged icons over the full,... | Charles Kerr | 2012-10-03 | 1 | -7/+15 |
* | copyediting: text formatting to make the icon list more readable | Charles Kerr | 2012-09-05 | 1 | -3/+6 |
* | disable test-dbus-listener for now | Charles Kerr | 2012-07-03 | 1 | -5/+5 |
* | reimplement indicator_power_device_get_icon_names() since our CA is incompati... | Charles Kerr | 2012-06-06 | 1 | -17/+17 |
* | use C++-style comments in test-device.cc | Charles Kerr | 2012-06-01 | 1 | -32/+32 |
* | In indicator_power_device_get_time_details(), add a test for non-devices bein... | Charles Kerr | 2012-06-01 | 1 | -1/+13 |
* | Fix edge case in indicator_power_device_get_icon_names() that returned a bad ... | Charles Kerr | 2012-06-01 | 1 | -0/+3 |
* | Add coverage test for AC Adapters in indicator_power_device_get_time_details() | Charles Kerr | 2012-06-01 | 1 | -0/+8 |
* | Add unit tests for indicator_power_device_get_time_details() | Charles Kerr | 2012-06-01 | 1 | -2/+87 |
* | remove IndicatorPowerDevice's now-unused device icon string. | Charles Kerr | 2012-05-31 | 2 | -25/+10 |
* | Add indicator_power_device_get_icon_names(). | Charles Kerr | 2012-05-31 | 1 | -5/+196 |
* | add a test to make sure that the listener responds to a PropertiesChanged signal | Charles Kerr | 2012-05-29 | 1 | -0/+62 |
* | add tests for gsd GetDevices returning (a) no devices and (b) an error | Charles Kerr | 2012-05-29 | 1 | -130/+196 |
* | add more tests to improve coverage: different device types, no primary device | Charles Kerr | 2012-05-28 | 2 | -0/+62 |
* | add a mock GSD.Power to handle the GetPower requests | Charles Kerr | 2012-05-28 | 1 | -1/+169 |
* | use signals to decouple i-power and dbus-listener | Charles Kerr | 2012-05-27 | 1 | -32/+28 |
* | Add skeleton test for IndicatorPowerDbusListener | Charles Kerr | 2012-05-27 | 2 | -0/+79 |
* | add coverage for charging with >1 minute but <1 hour left | Charles Kerr | 2012-05-26 | 1 | -0/+9 |
* | add coverage for DBusListener get_property() | Charles Kerr | 2012-05-26 | 1 | -0/+17 |
* | call g_object_run_dispose() in a standalone test to get coverage on the NULL ... | Charles Kerr | 2012-05-26 | 2 | -0/+2 |
* | extract-method to simplify testing the accessible text | Charles Kerr | 2012-05-26 | 1 | -47/+45 |
* | add coverage for various charging/discharging/charged states | Charles Kerr | 2012-05-26 | 1 | -3/+101 |
* | first draft of adding tests for a discharging battery | Charles Kerr | 2012-05-26 | 1 | -0/+35 |
* | make Jenkins happy | Charles Kerr | 2012-05-25 | 1 | -2/+2 |
* | modify IndicatorPower to use IndicatorPowerDevices internally | Charles Kerr | 2012-05-25 | 1 | -3/+28 |
* | ah, c++ is too smart for the last commit's implicit conversion. | Charles Kerr | 2012-05-24 | 1 | -1/+1 |
* | test passing bad non-NULL pointers to Device's accessors | Charles Kerr | 2012-05-24 | 1 | -6/+16 |
* | add unit tests confirming that the device accessor functions won't crash when... | Charles Kerr | 2012-05-24 | 1 | -0/+14 |
* | remove the tests that attempted to exercise the code removed in r151 | Charles Kerr | 2012-05-24 | 1 | -33/+2 |
* | don't include the unit tests' code in coverage metrics | Charles Kerr | 2012-05-24 | 1 | -3/+2 |
* | add unit tests for getting/setting device properties | Charles Kerr | 2012-05-24 | 1 | -0/+90 |
* | first draft of getting GSettings working in the unit tests before the schema ... | Charles Kerr | 2012-05-24 | 2 | -4/+33 |
* | remove the g_clear_pointer() calls s.t. things will build and run on alesage'... | Charles Kerr | 2012-05-24 | 2 | -5/+5 |
* | add test-indicator.cc | Charles Kerr | 2012-05-24 | 1 | -0/+52 |
* | add a 'hello world' test for instantiating IndicatorPower | Charles Kerr | 2012-05-24 | 1 | -12/+25 |
* | add private container struct IndicatorPowerDevice | Charles Kerr | 2012-05-24 | 3 | -0/+175 |