aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.30.3Javier 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
| | | | | | | | | - "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 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
|/ | | | | | | | | | 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 deviceJavier Jardón2011-07-131-31/+36
|
* configure.ac: Add support for the new indicator3-0.4Javier Jardón2011-07-081-12/+7
|
* configure.ac: Remove dbus service stuffJavier Jardón2011-07-081-11/+0
| | | | | We do not need it anymore
* Packaging fixesunknown2011-07-073-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 packagingKen VanDine2011-07-071-1/+1
| |
| * Added COPYING fileKen VanDine2011-07-071-0/+674
| |
| * Removed cruft, we don't include a serviceKen VanDine2011-07-071-3/+0
| |
* | Do not use indicator_image_helper()Javier Jardón2011-07-071-13/+17
| | | | | | | | | | In GTK3 it can support fallbacks in GtkImage
* | Add support for multiple devices in the menuJavier Jardón2011-07-071-13/+35
|/
* configure.ac: We only support GTK+3Javier Jardón2011-07-071-5/+2
|
* Get all the available devices instead the primary oneJavier Jardón2011-07-071-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 defaultJavier Jardon2011-07-061-1/+1
|
* Little things to make distcheck pass.Ted Gould2011-07-062-3/+3
|\
| * Getting missing out of build-auxTed Gould2011-07-051-2/+2
| |
| * Dropping missing because it's missingTed Gould2011-07-051-2/+2
| |
| * Putting in Dummy files for the build scriptsTed Gould2011-07-052-0/+4
| |
| * Fixing a cut-and-paste error on POTFILES.inTed Gould2011-07-051-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
| | | | | But remove the children and rebuild the menu again so Its up-to-date
* Do not use the notify:visible signal to update the menuJavier Jardon2011-07-051-13/+0
|
* Add po/Makevars fileJavier Jardon2011-07-051-0/+41
|
* Add translatable files to POTFILES.inJavier Jardon2011-07-051-0/+1
|
* Remove debug outputJavier Jardón2011-07-051-3/+1
|
* Store the current device in the private structureJavier Jardón2011-07-051-11/+3
|
* notify signalJavier Jardón2011-07-051-0/+13
|
* Add real info in the menu itemJavier Jardón2011-07-041-10/+61
|
* Rebuild menu when there is a change in the DBUS interfaceJavier Jardón2011-07-041-51/+53
|
* Move callbacks to the beginning of the fileJavier Jardón2011-07-041-32/+32
|
* Construct the time details in a separate functionJavier Jardón2011-07-041-32/+48
|
* Build menu dynamicallyJavier Jardón2011-07-041-3/+2
|
* Bump version to 0.1Javier Jardón2011-07-011-1/+1
|
* configure.ac: advertise if this is a local buildJavier Jardón2011-07-011-0/+1
|
* configure.ac: Remove the GTK+2 supportJavier Jardón2011-07-011-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 dependencyJavier Jardón2011-07-011-1/+0
|
* Add some more kind of devicesJavier Jardón2011-07-012-1/+13
| | | | | Bump upower required version to 0.9.5 because this
* Do not show the device name in the menu titleJavier Jardón2011-07-011-2/+2
|
* Activate the use of icons in the menuJavier Jardón2011-07-011-1/+6
|
* Use "Battery" instead "Laptop Battery"Javier Jardón2011-07-011-1/+1
|
* Return the correct accessible descriptionJavier Jardón2011-07-011-10/+21
|
* Use the short time string in the labelJavier Jardón2011-07-011-1/+7
|