aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-04-11 13:13:28 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-04-11 13:13:28 -0400
commit387890edf617afa03a3421676f8a9e8406f48563 (patch)
treec6181c2119c4b8aab340d1dfebf5fe2b54fd47ae /ChangeLog
parent4e4a8391cdfafaa00c3d606c5a4d90d0598cffbb (diff)
parent6e6011e607b4c777eef092a85dc174d74cf99deb (diff)
downloadayatana-indicator-power-387890edf617afa03a3421676f8a9e8406f48563.tar.gz
ayatana-indicator-power-387890edf617afa03a3421676f8a9e8406f48563.tar.bz2
ayatana-indicator-power-387890edf617afa03a3421676f8a9e8406f48563.zip
* New upstream release.
* Make menu items accessible with Orca Screen reader (LP: #953176) * Plug memory leaks when updating our icons
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bb1bdf..bcfaff8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,41 @@
# Generated by Makefile. Do not edit.
+2012-04-11 Charles Kerr <charles.kerr@canonical.com>
+
+ 2.0
+
+2012-04-10 Charles Kerr <charles.kerr@canonical.com>
+
+ merge lp:~allanlesage/indicator-power/TDD to improve our gcov fules in autotools
+
+2012-03-27 Allan LeSage <allanlesage@gmail.com>
+
+ Pedantic name change for gcovr xml results.
+
+2012-03-27 Allan LeSage <allanlesage@gmail.com>
+
+ Added gcov coverage tooling.
+
+2012-04-09 Charles Kerr <charles.kerr@canonical.com>
+
+ use atk_object_set_name(foo,bar)" instead of g_object_set(foo,"accessible-name",bar,NULL)"
+
+2012-04-09 Charles Kerr <charles.kerr@canonical.com>
+
+ leak fix 3 of 3: don't leak the GIcons returned by get_device_icon()
+
+2012-04-09 Charles Kerr <charles.kerr@canonical.com>
+
+ leak fix 2 of 3: fix leaky fallback GIcon in get_device_icon()
+
+2012-04-09 Charles Kerr <charles.kerr@canonical.com>
+
+ leak fix 1 of 3: don't leak object_path and device_icon if kind == UP_DEVICE_KIND_LINE_POWER
+
+2012-04-09 Charles Kerr <charles.kerr@canonical.com>
+
+ if possible, set the device menuitems' accessible names.
+
2012-03-21 Charles Kerr <charles.kerr@canonical.com>
1.93