diff options
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> |