| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Show "X (charged)" if it is fully charged and not discharging | Javier Jardón | 2011-07-14 | 1 | -7/+16 | |
| | | ||||||
| * | Only show the remaining time if it is discharging with less than 12 hours left | Javier Jardón | 2011-07-14 | 1 | -5/+13 | |
| | | ||||||
| * | Refine the text of the items in the menu to follow the specification | Javier Jardón | 2011-07-14 | 1 | -8/+16 | |
| | | | | | | | | | | - "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". | |||||
| * | Draw option checkbox as check, not radio | Michael Terry | 2011-07-14 | 1 | -1/+0 | |
| |\ | ||||||
| | * | draw option checkbox as check, not radio | Michael Terry | 2011-07-13 | 1 | -1/+0 | |
| | | | ||||||
| * | | Show the apropiate icon depending of the status of the devices | Javier Jardón | 2011-07-14 | 1 | -2/+40 | |
| |/ | | | | | | | | | | 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. | |||||
| * | Create new function to store the logic to put the primary device | Javier Jardón | 2011-07-13 | 1 | -31/+36 | |
| | | ||||||
| * | Do not use indicator_image_helper() | Javier Jardón | 2011-07-07 | 1 | -13/+17 | |
| | | | | | | In GTK3 it can support fallbacks in GtkImage | |||||
| * | Add support for multiple devices in the menu | Javier Jardón | 2011-07-07 | 1 | -13/+35 | |
| | | ||||||
| * | Get all the available devices instead the primary one | Javier Jardón | 2011-07-07 | 1 | -12/+58 | |
| | | | | | | | | | | Get all the devices with the "GetDevices" dbus call. Do not use "GetPrimaryDevice" as this is really a private api for the communication between gpm and gnome-shell Also, we avoid a bug in the "GetPrimaryDevice" interface about no power device is detected when AC power is connected to the laptop. | |||||
| * | Use the 'missing' icon instead the 'empty' icon by default | Javier Jardon | 2011-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | Always show 2 digits for the minutes | Javier Jardon | 2011-07-05 | 1 | -2/+2 | |
| | | ||||||
| * | Fix typo | Javier Jardon | 2011-07-05 | 1 | -1/+1 | |
| | | ||||||
| * | Use a bigger icon for the menu items | Javier Jardon | 2011-07-05 | 1 | -1/+1 | |
| | | ||||||
| * | Use the correct string for the menu item icon | Javier Jardon | 2011-07-05 | 1 | -1/+4 | |
| | | ||||||
| * | Do not create a new GtkMenu instance with every change | Javier Jardon | 2011-07-05 | 1 | -1/+6 | |
| | | | | | | But remove the children and rebuild the menu again so Its up-to-date | |||||
| * | Do not use the notify:visible signal to update the menu | Javier Jardon | 2011-07-05 | 1 | -13/+0 | |
| | | ||||||
| * | Remove debug output | Javier Jardón | 2011-07-05 | 1 | -3/+1 | |
| | | ||||||
| * | Store the current device in the private structure | Javier Jardón | 2011-07-05 | 1 | -11/+3 | |
| | | ||||||
| * | notify signal | Javier Jardón | 2011-07-05 | 1 | -0/+13 | |
| | | ||||||
| * | Add real info in the menu item | Javier Jardón | 2011-07-04 | 1 | -10/+61 | |
| | | ||||||
| * | Rebuild menu when there is a change in the DBUS interface | Javier Jardón | 2011-07-04 | 1 | -51/+53 | |
| | | ||||||
| * | Move callbacks to the beginning of the file | Javier Jardón | 2011-07-04 | 1 | -32/+32 | |
| | | ||||||
| * | Construct the time details in a separate function | Javier Jardón | 2011-07-04 | 1 | -32/+48 | |
| | | ||||||
| * | Build menu dynamically | Javier Jardón | 2011-07-04 | 1 | -3/+2 | |
| | | ||||||
| * | Add some more kind of devices | Javier Jardón | 2011-07-01 | 1 | -0/+12 | |
| | | | | | | Bump upower required version to 0.9.5 because this | |||||
| * | Do not show the device name in the menu title | Javier Jardón | 2011-07-01 | 1 | -2/+2 | |
| | | ||||||
| * | Activate the use of icons in the menu | Javier Jardón | 2011-07-01 | 1 | -1/+6 | |
| | | ||||||
| * | Use "Battery" instead "Laptop Battery" | Javier Jardón | 2011-07-01 | 1 | -1/+1 | |
| | | ||||||
| * | Return the correct accessible description | Javier Jardón | 2011-07-01 | 1 | -10/+21 | |
| | | ||||||
| * | Use the short time string in the label | Javier Jardón | 2011-07-01 | 1 | -1/+7 | |
| | | ||||||
| * | Get also a short time string | Javier Jardón | 2011-07-01 | 1 | -26/+36 | |
| | | | | | | | | So we have: 1:45 for the label 1 hour 45 minutes for the detailed description | |||||
| * | Add device name to the label | Javier Jardón | 2011-07-01 | 1 | -41/+58 | |
| | | ||||||
| * | Show the real information about the remaining charge time | Javier Jardón | 2011-06-30 | 1 | -10/+4 | |
| | | ||||||
| * | Show the remaining time in the status icon depending of the check menu item ↵ | Javier Jardón | 2011-06-30 | 1 | -6/+18 | |
| | | | | | status | |||||
| * | Remove "Icon Only" option | Javier Jardón | 2011-06-30 | 1 | -7/+1 | |
| | | | | | | We always show a icon by default | |||||
| * | gnome-power-preferences has been moved to gnome-control-center | Javier Jardón | 2011-06-30 | 1 | -1/+1 | |
| | | | | | | So call 'gnome-control-center power' instead | |||||
| * | Specify what icon we want to show | Javier Jardón | 2011-06-30 | 1 | -1/+4 | |
| | | | | | | | Seems that indicator_image_helper_update() is not smarter enough to handle the string retrieved from the g-p-m interface | |||||
| * | Update the icon, not create a new one | Javier Jardón | 2011-06-30 | 1 | -1/+2 | |
| | | ||||||
| * | Fix default icon | Javier Jardón | 2011-06-30 | 1 | -1/+1 | |
| | | ||||||
| * | Use device_icon name consistently | Javier Jardón | 2011-06-30 | 1 | -6/+4 | |
| | | ||||||
| * | Change the status icon when the charge changes | Javier Jardón | 2011-06-30 | 1 | -3/+8 | |
| | | ||||||
| * | Make the check menu items look like a radio menu item. | Javier Jardón | 2011-06-29 | 1 | -0/+2 | |
| | | ||||||
| * | Add options to the indicator menu | Javier Jardón | 2011-06-29 | 1 | -0/+21 | |
| | | | | | | | | As discussed: - Icon only - Time remaining | |||||
| * | Show the power statistics when click on the device menu item | Javier Jardón | 2011-06-29 | 1 | -0/+14 | |
| | | ||||||
| * | Populate menu: Add preferences menu item | Javier Jardón | 2011-06-29 | 1 | -4/+44 | |
| | | ||||||
| * | Fix typo | Javier Jardón | 2011-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | Process the data received from the gnome-power-manager service | Javier Jardón | 2011-06-28 | 1 | -0/+134 | |
| | | ||||||
| * | indicator-power: connect to the gnome-power-manager service directly | Javier Jardón | 2011-06-28 | 1 | -30/+52 | |
| | | ||||||
| * | Remove dbus interface in the client side | Javier Jardón | 2011-06-28 | 2 | -59/+0 | |
| | | | | | | We are not going to use a power service | |||||
