aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use battery-with-a-plug when the batttery is fully charged but still on ACJavier Jardón2011-10-031-4/+14
* 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
* Do not activate g-s-d, but just watch dbus for g-s-d to appearJavier Jardón2011-09-211-11/+31
* Do not show (charged) in menu title when fully chargedJavier Jardón2011-09-141-1/+1
* Fix a gap in the indicators region when the power indicator is not showJavier Jardón2011-09-121-0/+1
* Use the same icon for all charge levels if we are in the charging statusJavier Jardón2011-09-121-2/+37
* 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
* 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-251-1/+1
* Fix a memory leakJavier Jardón2011-08-241-1/+2
* Use gsettings to store the status of "Show time in Menu Bar" optionJavier Jardón2011-08-221-1/+15
* Follow standard alignment of icons in menusJavier Jardón2011-08-221-4/+13
* Do not use a space before an ellipsis at the end of a string.Javier Jardón2011-08-221-1/+1
* Do not show the default icon by defaultJavier Jardón2011-08-121-1/+0
* Free memory in the correct placeJavier Jardón2011-08-121-3/+3
* Show time left to use without brackets, time left to charge with brackets.Javier Jardón2011-08-121-3/+3
* Fix some memory leaksJavier Jardón2011-08-111-0/+8
* Don't show settings links when used in a greeterMichael Terry2011-08-111-20/+30
|\
| * don't show settings links when used in a greeterMichael Terry2011-08-031-20/+30
* | Use a string when the energy source is not presentJavier Jardón2011-08-111-1/+7
* | Only batteries can be primary devicesJavier Jardón2011-08-111-0/+4
* | Fix some memory leaksJavier Jardón2011-08-111-0/+6
|/
* Do not support the gnome-power-manager dbus interface anymoreJavier Jardón2011-08-031-7/+0
* Do not draw a separator between the configuration options in the menuJavier Jardón2011-07-181-5/+1
* Use the new D-Bus interface if gnome-settings-daemon is new enoughJavier Jardón2011-07-181-3/+15
* Always select a device, doesnt matter Its charging/discharging or notJavier Jardón2011-07-151-3/+4
* Do not show the device name in the menu titleJavier Jardón2011-07-141-1/+1
* Show "X (charged)" if it is fully charged and not dischargingJavier Jardón2011-07-141-7/+16
* Only show the remaining time if it is discharging with less than 12 hours leftJavier Jardón2011-07-141-5/+13
* Refine the text of the items in the menu to follow the specificationJavier Jardón2011-07-141-8/+16
* Draw option checkbox as check, not radioMichael Terry2011-07-141-1/+0
|\
| * draw option checkbox as check, not radioMichael Terry2011-07-131-1/+0
* | Show the apropiate icon depending of the status of the devicesJavier Jardón2011-07-141-2/+40
|/
* Create new function to store the logic to put the primary deviceJavier Jardón2011-07-131-31/+36
* Do not use indicator_image_helper()Javier Jardón2011-07-071-13/+17
* Add support for multiple devices in the menuJavier Jardón2011-07-071-13/+35
* Get all the available devices instead the primary oneJavier Jardón2011-07-071-12/+58
* Use the 'missing' icon instead the 'empty' icon by defaultJavier Jardon2011-07-061-1/+1
* Always show 2 digits for the minutesJavier Jardon2011-07-051-2/+2
* Fix typoJavier Jardon2011-07-051-1/+1
* Use a bigger icon for the menu itemsJavier Jardon2011-07-051-1/+1
* Use the correct string for the menu item iconJavier Jardon2011-07-051-1/+4
* Do not create a new GtkMenu instance with every changeJavier Jardon2011-07-051-1/+6
* Do not use the notify:visible signal to update the menuJavier Jardon2011-07-051-13/+0