| Commit message (Expand) | Author | Age | Files | Lines |
* | reimplement indicator_power_device_get_icon_names() since our CA is incompati... | Charles Kerr | 2012-06-06 | 1 | -76/+77 |
* | For GTK-Doc, reference functions with function_name() instead of #function_name | Charles Kerr | 2012-06-06 | 1 | -1/+1 |
* | In indicator_power_device_new_from_variant(), check whether the input variant... | Charles Kerr | 2012-06-06 | 1 | -0/+4 |
* | add G_OBJECT_WARN_INVALID_PROPERTY_ID for the 'default' switch case in Device... | Charles Kerr | 2012-06-06 | 1 | -0/+8 |
* | IndicatorObjectDevice's finalize() function needs to chain up to the parent c... | Charles Kerr | 2012-06-06 | 1 | -0/+2 |
* | in IndicatorPowerDevice's class init function, use g_object_class_install_pro... | Charles Kerr | 2012-06-06 | 1 | -26/+39 |
* | copyediting: fix tab damage in device.[ch] | Charles Kerr | 2012-06-01 | 1 | -174/+176 |
* | In indicator_power_device_get_time_details(), add a test for non-devices bein... | Charles Kerr | 2012-06-01 | 1 | -0/+9 |
* | Fix edge case in indicator_power_device_get_icon_names() that returned a bad ... | Charles Kerr | 2012-06-01 | 1 | -1/+1 |
* | In indicator_power_device_get_time_details(), use g_strdup(foo) instead of g_... | Charles Kerr | 2012-06-01 | 1 | -2/+2 |
* | capitalize the second word in 'AC Adapter' | Charles Kerr | 2012-06-01 | 1 | -1/+1 |
* | in indicator_power_device_get_time_details(), don't list 'not present' for AC... | Charles Kerr | 2012-06-01 | 1 | -1/+8 |
* | In indicator_power_device_get_time_details(), remove an unlikely branch that ... | Charles Kerr | 2012-06-01 | 1 | -42/+30 |
* | in indicator_power_device_get_time_details(), limit the scope of variables sh... | Charles Kerr | 2012-05-31 | 1 | -3/+3 |
* | Move private indicator-power function build_device_time_details() to device.c... | Charles Kerr | 2012-05-31 | 1 | -0/+195 |
* | remove IndicatorPowerDevice's now-unused device icon string. | Charles Kerr | 2012-05-31 | 1 | -126/+0 |
* | Add indicator_power_device_get_icon_names(). | Charles Kerr | 2012-05-31 | 1 | -1/+242 |
* | use g_clear_pointer() where useful | Charles Kerr | 2012-05-29 | 1 | -6/+2 |
* | try adding LCOV_EXCL_{START,STOP} for unreachable conditions (glib looking fo... | Charles Kerr | 2012-05-26 | 1 | -3/+17 |
* | nope, LCOV_EXCL_LINE doesn't work on macros | Charles Kerr | 2012-05-26 | 1 | -7/+7 |
* | try adding LCOV_EXCL_LINE for unreachable conditions (glib looking for subcla... | Charles Kerr | 2012-05-26 | 1 | -7/+7 |
* | remove the 'default' clause from get_property() and set_property(). | Charles Kerr | 2012-05-24 | 1 | -8/+0 |
* | remove some unnecessary type compatibilty tests... g_object_get_property() do... | Charles Kerr | 2012-05-24 | 1 | -6/+0 |
* | remove some unnecessary type compatibilty tests... g_object_set_property() do... | Charles Kerr | 2012-05-24 | 1 | -6/+0 |
* | remove the g_clear_pointer() calls s.t. things will build and run on alesage'... | Charles Kerr | 2012-05-24 | 1 | -2/+6 |
* | add private container struct IndicatorPowerDevice | Charles Kerr | 2012-05-24 | 1 | -0/+330 |