diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 76 |
1 files changed, 76 insertions, 0 deletions
@@ -1,5 +1,81 @@ # Generated by Makefile. Do not edit. +2012-11-04 Charles Kerr <charles.kerr@canonical.com> + + 12.10.4 + +2012-11-04 Charles Kerr <charles.kerr@canonical.com> + + fix logic error in primary device selection; add unit tests to confirm the fix. (lp:~charlesk/indicator-power/lp-1071757) + +2012-10-29 Charles Kerr <charles.kerr@canonical.com> + + copyediting: fix comment text + +2012-10-28 Charles Kerr <charles.kerr@canonical.com> + + in TestDevice, make the log variable names a little more consistent + +2012-10-28 Charles Kerr <charles.kerr@canonical.com> + + set DeviceTest's gwarning/gcritical log func to one that prints no messages but accumulates the log count. This way we can both (a) silence in-console warnings that look like bugs in the test but are actually desirable warnings generated by fuzz testing, and (b) assert that we get exactly as many warnings/criticals as we expect to get. + +2012-10-28 Charles Kerr <charles.kerr@canonical.com> + + expand DeviceTest.ChoosePrimary to test choosing from a wider variety of device states. + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + fix logic error when deciding which primary device to select. + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + add test (currently failing) to detect the logic error reported in bug #1071757 + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + choose the correct primary device, and choose the correct icon for it. + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + 12.10.3 + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + choose the correct primary device, and choose the correct icon for it. + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + fix copy-paste comment error + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + fix comment typo + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + Select the primary device based on the spec's criteria. Add tests to confirm. + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + silence the known/nonbug gtk and glib warnings + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + add unit tests to confirm the device refcounts are correct s.t. IndicatorPower isn't leaking devices + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + fix leaked icon and label; found by running valgrind on tests/test-indicator + +2012-10-26 Charles Kerr <charles.kerr@canonical.com> + + Fix unhandled enum 'unknown device' that was smoked out by the unit tests. + +2012-10-25 Charles Kerr <charles.kerr@canonical.com> + + the device kind string wasn't being used in some icon names. + 2012-10-03 Charles Kerr <charles.kerr@canonical.com> 12.10.2 |