diff options
author | Ted Gould <ted@gould.cx> | 2012-02-14 16:25:10 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-14 16:25:10 -0600 |
commit | 55cbd83e46951e9ddb0c38e5403470d775297116 (patch) | |
tree | 7495e32475b52a36a0ce4ac299d7ae66b9a9d3dd /ChangeLog | |
parent | 8541fa2fca5e702df025c670f7d03bceb66ca2aa (diff) | |
parent | 1651ec12b187309fbf8934d37540e38a515409dd (diff) | |
download | ayatana-indicator-power-55cbd83e46951e9ddb0c38e5403470d775297116.tar.gz ayatana-indicator-power-55cbd83e46951e9ddb0c38e5403470d775297116.tar.bz2 ayatana-indicator-power-55cbd83e46951e9ddb0c38e5403470d775297116.zip |
Import upstream version 1.90
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 124 |
1 files changed, 124 insertions, 0 deletions
@@ -1,5 +1,129 @@ # Generated by Makefile. Do not edit. +2012-02-14 Ted Gould <ted@gould.cx> + + 1.90 + +2012-02-14 Ted Gould <ted@gould.cx> + + Fixing distcheck + +2012-02-14 Ted Gould <ted@gould.cx> + + Make data have it's own makefile so the GSettings rules work properly on distcheck + +2012-02-14 Ted Gould <ted@gould.cx> + + Style and performance fixes + +2012-02-14 Javier Jardón <javier.jardon@codethink.co.uk> + + Use G_GNUC_CONST for indicator_power_get_type() to improve performance + +2012-02-14 Javier Jardón <javier.jardon@codethink.co.uk> + + Code style fixes + +2012-02-13 Charles Kerr <charles.kerr@canonical.com> + + add icon-policy from branch lp:~charlesk/indicator-power/icon-policy + +2012-02-13 Charles Kerr <charles.kerr@canonical.com> + + ensure that we don't have a reference to the proxy or proxy_cancel fields in indicator_power_dispose(). + +2012-02-13 Charles Kerr <charles.kerr@canonical.com> + + move POWER_INDICATOR_ICON_POLICY_* enum to the top of the file + +2012-02-13 Charles Kerr <charles.kerr@canonical.com> + + remove unncessary private field 'visible' + +2012-02-13 Charles Kerr <charles.kerr@canonical.com> + + consistent use of ICON_POLICY_KEY + +2012-02-13 Charles Kerr <charles.kerr@canonical.com> + + remove unnecessary G_OBJECT() cast + +2012-02-13 Charles Kerr <charles.kerr@canonical.com> + + make prototypes for update_visibility() and should_be_visible() align with the neighboring forward declarations + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + add support for icon-policy setting + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + create the menu at init time s.t. we don't have to keep checking to see if it exists + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + use g_settings_bind() for the show-time checkbox + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + better error reporting if g_spawn_command_line_async() fails + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + remove redundant #include of glib.h + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + use g_clear_object() on the proxy_cancel field + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + remove unnecessary Priv struct -- the =entire class= is private + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + remove unused struct names + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + group the indicator_power lifecycle funcs together + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + unref+clear Priv's variant fields in _dispose() + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + don't leak priv->settings + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + don't leak priv->accessible_desc + +2012-02-01 Charles Kerr <charles.kerr@canonical.com> + + remove redundant prototypes + +2012-02-10 Ted Gould <ted@gould.cx> + + Support building coverage targets + +2011-12-06 Allan LeSage <allanlesage@gmail.com> + + Added coverage reporting via gcov config and targets. + +2011-11-30 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Add name-hint. + + Using the defined PACKAGE_NAME value. + +2011-11-08 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Add name-hint. + + Using the defined PACKAGE_NAME value. + 2011-10-13 Javier Jardón <javier.jardon@codethink.co.uk> 0.10 |