Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not draw a separator between the configuration options in the menu | Javier Jardón | 2011-07-18 | 1 | -5/+1 |
| | |||||
* | Use the new D-Bus interface if gnome-settings-daemon is new enough | Javier Jardón | 2011-07-18 | 2 | -3/+19 |
| | | | | | | Prepare the indicator-power about the changes upstream, where the code from gnome-power-manager is being moved to gnome-settings-daemon | ||||
* | Always select a device, doesnt matter Its charging/discharging or not | Javier Jardón | 2011-07-15 | 1 | -3/+4 |
| | | | | | Fixes https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/810872 | ||||
* | Makefile.am: Pass upower _FLAGS and _LIBS | Javier Jardón | 2011-07-15 | 1 | -0/+2 |
| | |||||
* | Do not show the device name in the menu title | Javier Jardón | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | Release 0.30.3 | Javier Jardón | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | configure.ac: Add support for the new indicator3-0.4 | Javier Jardón | 2011-07-08 | 1 | -12/+7 |
| | |||||
* | configure.ac: Remove dbus service stuff | Javier Jardón | 2011-07-08 | 1 | -11/+0 |
| | | | | | We do not need it anymore | ||||
* | Packaging fixes | unknown | 2011-07-07 | 3 | -4/+675 |
|\ | | | | | | | | | | | | | - Include creating .tar.gz dists as well, we still use these for packaging - Added COPYING file - Removed cruft, we don't include a service | ||||
| * | include creating .tar.gz dists as well, we still use these for packaging | Ken VanDine | 2011-07-07 | 1 | -1/+1 |
| | | |||||
| * | Added COPYING file | Ken VanDine | 2011-07-07 | 1 | -0/+674 |
| | | |||||
| * | Removed cruft, we don't include a service | Ken VanDine | 2011-07-07 | 1 | -3/+0 |
| | | |||||
* | | 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 |
|/ | |||||
* | configure.ac: We only support GTK+3 | Javier Jardón | 2011-07-07 | 1 | -5/+2 |
| | |||||
* | 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 |
| | |||||
* | Little things to make distcheck pass. | Ted Gould | 2011-07-06 | 2 | -3/+3 |
|\ | |||||
| * | Getting missing out of build-aux | Ted Gould | 2011-07-05 | 1 | -2/+2 |
| | | |||||
| * | Dropping missing because it's missing | Ted Gould | 2011-07-05 | 1 | -2/+2 |
| | | |||||
| * | Putting in Dummy files for the build scripts | Ted Gould | 2011-07-05 | 2 | -0/+4 |
| | | |||||
| * | Fixing a cut-and-paste error on POTFILES.in | Ted Gould | 2011-07-05 | 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 |
| | |||||
* | Add po/Makevars file | Javier Jardon | 2011-07-05 | 1 | -0/+41 |
| | |||||
* | Add translatable files to POTFILES.in | Javier Jardon | 2011-07-05 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Bump version to 0.1 | Javier Jardón | 2011-07-01 | 1 | -1/+1 |
| | |||||
* | configure.ac: advertise if this is a local build | Javier Jardón | 2011-07-01 | 1 | -0/+1 |
| | |||||
* | configure.ac: Remove the GTK+2 support | Javier Jardón | 2011-07-01 | 1 | -20/+4 |
| | | | | | | We have GTK+3 in oneiric and we use the gnome-power-manager 3 dbus interface anyway | ||||
* | configure.ac: Remove not used ido dependency | Javier Jardón | 2011-07-01 | 1 | -1/+0 |
| | |||||
* | Add some more kind of devices | Javier Jardón | 2011-07-01 | 2 | -1/+13 |
| | | | | | Bump upower required version to 0.9.5 because this |