diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-14 11:10:43 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-14 11:10:43 -0400 |
commit | f4706f0998d9c5e742de952166ae11116ca376d3 (patch) | |
tree | 9cb2376e3860ee340eea36c7d1df59ff0f458ca9 /ChangeLog | |
parent | f3fe8b344a788210c0023e7bd316a3779812815a (diff) | |
parent | b891e8ba2224e1c554d6076a7f6df3536204db07 (diff) | |
download | ayatana-indicator-power-f4706f0998d9c5e742de952166ae11116ca376d3.tar.gz ayatana-indicator-power-f4706f0998d9c5e742de952166ae11116ca376d3.tar.bz2 ayatana-indicator-power-f4706f0998d9c5e742de952166ae11116ca376d3.zip |
* New upstream release.
- Refine the text of the items in the menu to follow the specification
- Draw option checkbox as check, not radio
- Show the apropiate icon depending of the status of the devices
Create new function to store the logic to put the primary device
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 49 |
1 files changed, 47 insertions, 2 deletions
@@ -1,8 +1,53 @@ # Generated by Makefile. Do not edit. -2011-07-08 Javier Jardón <javier.jardon@codethink.co.uk> +2011-07-14 Javier Jardón <javier.jardon@codethink.co.uk> + + Do not show the device name in the menu title + +2011-07-14 Javier Jardón <javier.jardon@codethink.co.uk> + + Release 0.3 + +2011-07-14 Javier Jardón <javier.jardon@codethink.co.uk> + + Show "X (charged)" if it is fully charged and not discharging + +2011-07-14 Javier Jardón <javier.jardon@codethink.co.uk> + + Only show the remaining time if it is discharging with less than 12 hours left + +2011-07-14 Javier Jardón <javier.jardon@codethink.co.uk> + + Refine the text of the items in the menu to follow the specification + + - "X (H:MM to charge)" if it is charging, with the accessible name + "X: MM minutes to charge" or "X: H hours MM minutes to charge" + + - "X (H:MM left)" if it is discharging with less than 12 hours left,x + with the accessible name "X: MM minutes left" or "X: H hours MM minutes left". + +2011-07-14 Michael Terry <michael.terry@canonical.com> + + Draw option checkbox as check, not radio + +2011-07-13 Michael Terry <michael.terry@canonical.com> + + draw option checkbox as check, not radio + +2011-07-14 Javier Jardón <javier.jardon@codethink.co.uk> + + Show the apropiate icon depending of the status of the devices + + Follow https://wiki.ubuntu.com/BatteryStatusMenu : + + - If anything is discharging, the menu title should represent the thing + that is estimated to lose power first. + - If no devices are discharging, the menu title should represent the device + that is estimated to take longest to charge. + +2011-07-13 Javier Jardón <javier.jardon@codethink.co.uk> - Release version 0.2 + Create new function to store the logic to put the primary device 2011-07-08 Javier Jardón <javier.jardon@codethink.co.uk> |