aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* releasing version 0.10-0ubuntu1Ken VanDine2011-10-245-33/+149
|\
| * Import upstream version 0.10Ken VanDine2011-10-245-36/+144
| |\
| | * 0.100.10Javier Jardón2011-10-131-1/+1
| | |
| | * Do not hardcode icon percentage when dischargingJavier Jardón2011-10-131-2/+17
| | |
| | * Add support for old name iconsJavier Jardón2011-10-131-0/+5
| | |
| | * Fix icon creation for UP_DEVICE_STATE_CHARGING stateJavier Jardón2011-10-131-2/+2
| | |
| | * Only show a red icon when we have less than 30 minutes of battery remainigJavier Jardón2011-10-041-30/+59
| | | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-power/+bug/743823
| | * Use battery-with-a-plug when the batttery is fully charged but still on ACJavier Jardón2011-10-031-4/+14
| | | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-power/+bug/865342
* | | releasing version 0.9-0ubuntu2Ken VanDine2011-10-032-2/+15
|\ \ \ | | |/ | |/|
| * | Show non present batteries in the menuJavier Jardón2011-10-031-5/+0
| | |
| * | Add a workaround to fix the case when we get a empty bay as a real batteryJavier Jardón2011-10-021-2/+12
| | |
| * | Fix POTFILES.in to reflect new gsettings schema filenameKen VanDine2011-09-231-1/+1
| |\ \
* | | | releasing version 0.9-0ubuntu1Ken VanDine2011-09-232-2/+3
| | | |
* | | | * po/POTFILES.inKen VanDine2011-09-232-1/+3
|\ \ \ \ | | |/ / | |/| | | | | | - Fixed gsettings schema filename
| * | | fixed filename for gsettings schemaKen VanDine2011-09-231-1/+1
| |/ /
* | | * New upstream release.Ken VanDine2011-09-2310-50/+204
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | - Use correct dgettext and g_dngettext calls (LP: #846895) - Ensure we use the same icon for all charge levels if we are in the charging status (LP: #824629) - Fix gap when the power indicator is not show (LP: #842188) - Do not show (charged) in menu title when fully charged (LP: #850011) - Do not activate g-s-d, but just watch dbus for g-s-d to appear (LP: #854717)
| * | Import upstream version 0.9Ken VanDine2011-09-239-49/+199
| |\|
| | * 0.90.9Javier Jardón2011-09-231-1/+1
| | |
| | * Do not activate g-s-d, but just watch dbus for g-s-d to appearJavier Jardón2011-09-211-11/+31
| | | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/854717
| | * Do not show (charged) in menu title when fully chargedJavier Jardón2011-09-141-1/+1
| | | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/850011
| | * 0.80.8Javier Jardón2011-09-121-1/+1
| | |
| | * Fix a gap in the indicators region when the power indicator is not showJavier Jardón2011-09-121-0/+1
| | | | | | | | | | | | | | | This fixes https://bugs.launchpad.net/indicator-power/+bug/842188
| | * Use the same icon for all charge levels if we are in the charging statusJavier Jardón2011-09-121-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the designers (see bug comments): "I think the shading inside the battery when charging is obscuring the lightning bolt, and also giving the icon a visual style that is obviously different from the text and discourages "reading" it together with the text. So, I suggest leaving the brackets in place, but removing the shading from the icon. Fixes https://bugs.launchpad.net/indicator-power/+bug/824629
| | * Use correct dgettext and g_dngettext calls. LP: #846895Gabor Kelemen2011-09-111-15/+15
| | |\
| | | * Use correct dgettext and g_dngettext calls. LP: #846895Gabor Kelemen2011-09-111-15/+15
| | |/
| | * Handle the case with broken batteriesJavier Jardón2011-09-081-0/+5
| | | | | | | | | | | | | | | | | | The remining time is not reported with is more than 100h. This generally means that our battery is broken (never reach a fully charged status)
| | * indicator-power.c: Add padding between the icon and the text in the menu itemsJavier Jardón2011-09-071-1/+1
| | |
| | * Use consistent location for gsettings schemaJavier Jardón2011-08-253-4/+4
| | | | | | | | | | | | | | | Use the same location as indicator-datetime
| | * Fix a memory leakJavier Jardón2011-08-241-1/+2
| | | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/779185
| | * Makefile.am: fix typo to include .gschema.xml.in to the distJavier Jardón2011-08-231-1/+1
| | |
* | | releasing version 0.7-0ubuntu2Ken VanDine2011-08-252-1/+9
| | |
* | | releasing version 0.7-0ubuntu1Ken VanDine2011-08-232-1/+12
|\ \ \ | | |/ | |/|
| * | Fix typo in the gsettings schema: show_time -> show-timeJavier Jardón2011-08-231-1/+1
| | |
* | | * New upstream release.Ken VanDine2011-08-2311-23/+501
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | - Use gsettings to store the status of "Show time in Menu Bar" option (LP: #829853) - Follow standard alignment of icons in menus (LP: #829697) - Do not use a space before an ellipsis at the end of a string. * debian/control - Added build depends for libglib2.0-dev
| * | Import upstream version 0.7Ken VanDine2011-08-239-27/+491
| |\|
| | * Release 0.70.7Javier Jardón2011-08-231-1/+1
| | |
| | * Makefile.am: some autotools fixesJavier Jardón2011-08-231-7/+7
| | |
| | * Add gsettings schema to the translatable filesJavier Jardón2011-08-222-0/+7
| | |
| | * Fix typo in the gsettings schema: show_time -> show-timeJavier Jardón2011-08-221-1/+1
| | |
| | * Use gsettings to store the status of "Show time in Menu Bar" optionJavier Jardón2011-08-224-3/+44
| | | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-power/+bug/829853
| | * Follow standard alignment of icons in menusJavier Jardón2011-08-221-4/+13
| | | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/829697
| | * Do not use a space before an ellipsis at the end of a string.Javier Jardón2011-08-221-1/+1
| | |
* | | releasing version 0.6-0ubuntu2Ken VanDine2011-08-122-1/+8
|\ \ \ | | |/ | |/|
| * | Do not show the default icon by defaultJavier Jardón2011-08-121-1/+0
| | | | | | | | | | | | | | | | | | Show the icon can cause problems in machines with no power devices as the icon will not be updated
* | | releasing version 0.6-0ubuntu1Ken VanDine2011-08-125-11/+8
|\| |
| * | Free memory in the correct placeJavier Jardón2011-08-121-3/+3
| | |
| * | Release 0.60.6Javier Jardón2011-08-121-1/+1
| | |
| * | Show time left to use without brackets, time left to charge with brackets.Javier Jardón2011-08-121-3/+3
| | | | | | | | | | | | | | | Fixes bug http://bugs.launchpad.net/indicator-power/+bug/824629
* | | * New upstream release.Ken VanDine2011-08-126-35/+123
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Show time left to use without brackets, time left to charge with brackets. (LP: #824629) - Fix some memory leaks - Don't show settings links when used in a greeter - Use a string when the energy source is not present instead of 0% - only batteries status icons are allowed in the menu title * debian/rules: - run intltool-update to update the translations template (lp: #820705)
| * | Import upstream version 0.6Ken VanDine2011-08-124-35/+107
| |\|