aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog124
1 files changed, 124 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d06ff29..1b4a810 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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