Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import upstream version 0.10 | Ken VanDine | 2011-10-24 | 5 | -36/+144 |
|\ | |||||
| * | 0.100.10 | Javier Jardón | 2011-10-13 | 1 | -1/+1 |
| | | |||||
| * | Do not hardcode icon percentage when discharging | Javier Jardón | 2011-10-13 | 1 | -2/+17 |
| | | |||||
| * | Add support for old name icons | Javier Jardón | 2011-10-13 | 1 | -0/+5 |
| | | |||||
| * | Fix icon creation for UP_DEVICE_STATE_CHARGING state | Javier Jardón | 2011-10-13 | 1 | -2/+2 |
| | | |||||
| * | Only show a red icon when we have less than 30 minutes of battery remainig | Javier Jardón | 2011-10-04 | 1 | -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 AC | Javier Jardón | 2011-10-03 | 1 | -4/+14 |
| | | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-power/+bug/865342 | ||||
| * | Show non present batteries in the menu | Javier Jardón | 2011-10-03 | 1 | -5/+0 |
| | | |||||
| * | Add a workaround to fix the case when we get a empty bay as a real battery | Javier Jardón | 2011-10-02 | 1 | -2/+12 |
| | | |||||
| * | Fix POTFILES.in to reflect new gsettings schema filename | Ken VanDine | 2011-09-23 | 1 | -1/+1 |
| |\ | |||||
| | * | fixed filename for gsettings schema | Ken VanDine | 2011-09-23 | 1 | -1/+1 |
| |/ | |||||
* | | Import upstream version 0.9 | Ken VanDine | 2011-09-23 | 9 | -49/+199 |
|\| | |||||
| * | 0.90.9 | Javier Jardón | 2011-09-23 | 1 | -1/+1 |
| | | |||||
| * | Do not activate g-s-d, but just watch dbus for g-s-d to appear | Javier Jardón | 2011-09-21 | 1 | -11/+31 |
| | | | | | | | | | | Fixes https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/854717 | ||||
| * | Do not show (charged) in menu title when fully charged | Javier Jardón | 2011-09-14 | 1 | -1/+1 |
| | | | | | | | | | | Fixes https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/850011 | ||||
| * | 0.80.8 | Javier Jardón | 2011-09-12 | 1 | -1/+1 |
| | | |||||
| * | Fix a gap in the indicators region when the power indicator is not show | Javier Jardón | 2011-09-12 | 1 | -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 status | Javier Jardón | 2011-09-12 | 1 | -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: #846895 | Gabor Kelemen | 2011-09-11 | 1 | -15/+15 |
| |\ | |||||
| | * | Use correct dgettext and g_dngettext calls. LP: #846895 | Gabor Kelemen | 2011-09-11 | 1 | -15/+15 |
| |/ | |||||
| * | Handle the case with broken batteries | Javier Jardón | 2011-09-08 | 1 | -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 items | Javier Jardón | 2011-09-07 | 1 | -1/+1 |
| | | |||||
| * | Use consistent location for gsettings schema | Javier Jardón | 2011-08-25 | 3 | -4/+4 |
| | | | | | | | | | | Use the same location as indicator-datetime | ||||
| * | Fix a memory leak | Javier Jardón | 2011-08-24 | 1 | -1/+2 |
| | | | | | | | | | | Fixes https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/779185 | ||||
| * | Makefile.am: fix typo to include .gschema.xml.in to the dist | Javier Jardón | 2011-08-23 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in the gsettings schema: show_time -> show-time | Javier Jardón | 2011-08-23 | 1 | -1/+1 |
| | | |||||
* | | Import upstream version 0.7 | Ken VanDine | 2011-08-23 | 9 | -27/+491 |
|\| | |||||
| * | Release 0.70.7 | Javier Jardón | 2011-08-23 | 1 | -1/+1 |
| | | |||||
| * | Makefile.am: some autotools fixes | Javier Jardón | 2011-08-23 | 1 | -7/+7 |
| | | |||||
| * | Add gsettings schema to the translatable files | Javier Jardón | 2011-08-22 | 2 | -0/+7 |
| | | |||||
| * | Fix typo in the gsettings schema: show_time -> show-time | Javier Jardón | 2011-08-22 | 1 | -1/+1 |
| | | |||||
| * | Use gsettings to store the status of "Show time in Menu Bar" option | Javier Jardón | 2011-08-22 | 4 | -3/+44 |
| | | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-power/+bug/829853 | ||||
| * | Follow standard alignment of icons in menus | Javier Jardón | 2011-08-22 | 1 | -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ón | 2011-08-22 | 1 | -1/+1 |
| | | |||||
| * | Do not show the default icon by default | Javier Jardón | 2011-08-12 | 1 | -1/+0 |
| | | | | | | | | | | | | Show the icon can cause problems in machines with no power devices as the icon will not be updated | ||||
| * | Free memory in the correct place | Javier Jardón | 2011-08-12 | 1 | -3/+3 |
| | | |||||
| * | Release 0.60.6 | Javier Jardón | 2011-08-12 | 1 | -1/+1 |
| | | |||||
| * | Show time left to use without brackets, time left to charge with brackets. | Javier Jardón | 2011-08-12 | 1 | -3/+3 |
| | | | | | | | | | | Fixes bug http://bugs.launchpad.net/indicator-power/+bug/824629 | ||||
* | | Import upstream version 0.6 | Ken VanDine | 2011-08-12 | 4 | -35/+107 |
|\| | |||||
| * | Fix some memory leaks | Javier Jardón | 2011-08-11 | 1 | -0/+8 |
| | | |||||
| * | Don't show settings links when used in a greeter | Michael Terry | 2011-08-11 | 1 | -20/+30 |
| |\ | |||||
| | * | don't show settings links when used in a greeter | Michael Terry | 2011-08-03 | 1 | -20/+30 |
| | | | |||||
| * | | Use a string when the energy source is not present | Javier Jardón | 2011-08-11 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | Use "not present" instead "0%" | ||||
| * | | Only batteries can be primary devices | Javier Jardón | 2011-08-11 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | So only batteries status icons are allowed in the menu title | ||||
| * | | Fix some memory leaks | Javier Jardón | 2011-08-11 | 1 | -0/+6 |
| |/ | |||||
* | | Import upstream version 0.5 | Ken VanDine | 2011-08-03 | 4 | -50/+69 |
|\| | |||||
| * | Release 0.50.5 | Javier Jardón | 2011-08-03 | 1 | -1/+1 |
| | | |||||
| * | Do not support the gnome-power-manager dbus interface anymore | Javier Jardón | 2011-08-03 | 3 | -11/+1 |
| | | | | | | | | | | The interface was removed upstream and moved to gnome-settings-daemon | ||||
| * | Fixed typos on checking for GSD and set the HAVE_GSD defines at build time | Ken VanDine | 2011-08-03 | 2 | -2/+3 |
| |\ | |||||
| | * | fixed a syntax error on checking for GSD and set the HAVE_GSD defines at ↵ | Ken VanDine | 2011-07-28 | 2 | -2/+3 |
| | | | | | | | | | | | | build time |