| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
The former calls the 'd' variants of the gettext functions and passes the
libraries domain in each call.
|
| |
|
| |
|
|
|
|
| |
incompatible with reusing code from GSD.
|
| |
|
| |
|
| |
|
|
|
|
| |
variant has the correct type before using it.
|
|
|
|
| |
Device's get/set property methods
|
|
|
|
| |
class.
|
|
|
|
| |
g_object_class_install_properties() instead of installing each property separately.
|
|
|
|
| |
needed/used
|
| |
|
|
|
|
| |
g_cancellable_cancel() before clearing the listener's reference
|
| |
|
| |
|
|
|
|
| |
enumerated signal
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
being passed in.
|
|
|
|
| |
value if the caller passed in a NULL pointer as a device. Added regression test.
|
|
|
|
| |
g_strdup_printf("%s",foo)
|
| |
|
|
|
|
| |
AC Adapters that have no % and no time estimate
|
|
|
|
| |
could result in time/detail strings not being set.
|
| |
|
|
|
|
| |
short_timestring and detailed_timestring
|
|
|
|
| |
device.c to public function indicator_power_device_get_time_details() so that we can unit test the user-visible strings.
|
| |
|
|
|
|
|
|
|
| |
The main goal of this change is to make it possible to test the
device's icon. A secondary goal is to clarify in the code how
indicator-power's icons differ from the ones recommended by GSD.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for subclasses of IndicatorPowerDevice; unreachables in G_DEFINE_TYPE)
|
| |
|
|
|
|
| |
subclasses of IndicatorPowerDevice; unreachables in G_DEFINE_TYPE)
|
| |
|
| |
|
| |
|
|
|
|
| |
than once
|
| |
|
|
|
|
| |
available
|
| |
|