aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * New upstream release.Ken VanDine2011-08-2311-23/+501
|\ | | | | | | | | | | | | | | | | - Use gsettings to store the status of "Show time in Menu Bar" option (LP: #829853) - Follow standard alignment of icons in menus (LP: #829697) - Do not use a space before an ellipsis at the end of a string. * debian/control - Added build depends for libglib2.0-dev
| * Import upstream version 0.7Ken VanDine2011-08-239-27/+491
| |\
| | * Release 0.70.7Javier Jardón2011-08-231-1/+1
| | |
| | * Makefile.am: some autotools fixesJavier Jardón2011-08-231-7/+7
| | |
| | * Add gsettings schema to the translatable filesJavier Jardón2011-08-222-0/+7
| | |
| | * Fix typo in the gsettings schema: show_time -> show-timeJavier Jardón2011-08-221-1/+1
| | |
| | * Use gsettings to store the status of "Show time in Menu Bar" optionJavier Jardón2011-08-224-3/+44
| | | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-power/+bug/829853
| | * Follow standard alignment of icons in menusJavier Jardón2011-08-221-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ón2011-08-221-1/+1
| | |
* | | releasing version 0.6-0ubuntu2Ken VanDine2011-08-122-1/+8
|\ \ \ | | |/ | |/|
| * | Do not show the default icon by defaultJavier Jardón2011-08-121-1/+0
| | | | | | | | | | | | | | | | | | Show the icon can cause problems in machines with no power devices as the icon will not be updated
* | | releasing version 0.6-0ubuntu1Ken VanDine2011-08-125-11/+8
|\| |
| * | Free memory in the correct placeJavier Jardón2011-08-121-3/+3
| | |
| * | Release 0.60.6Javier Jardón2011-08-121-1/+1
| | |
| * | Show time left to use without brackets, time left to charge with brackets.Javier Jardón2011-08-121-3/+3
| | | | | | | | | | | | | | | Fixes bug http://bugs.launchpad.net/indicator-power/+bug/824629
* | | * New upstream release.Ken VanDine2011-08-126-35/+123
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Show time left to use without brackets, time left to charge with brackets. (LP: #824629) - Fix some memory leaks - Don't show settings links when used in a greeter - Use a string when the energy source is not present instead of 0% - only batteries status icons are allowed in the menu title * debian/rules: - run intltool-update to update the translations template (lp: #820705)
| * | Import upstream version 0.6Ken VanDine2011-08-124-35/+107
| |\|
| | * 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
| | | | | | | | | | | | | | | | | | | | Use "not present" instead "0%"
| | * | Only batteries can be primary devicesJavier Jardón2011-08-111-0/+4
| | | | | | | | | | | | | | | | | | | | So only batteries status icons are allowed in the menu title
| | * | Fix some memory leaksJavier Jardón2011-08-111-0/+6
| | |/
* | | releasing version 0.5-0ubuntu1Ken VanDine2011-08-031-1/+1
| | |
* | | * New upstream release.Ken VanDine2011-08-037-76/+79
|\| | | | | | | | | | | | | | | | | | | | - Set GETTEXT_PACKAGE to generate proper templates - Dropped support for gnome-power-manager * debian/patches/fix_defines.patch - removed, merged upstream
| * | Import upstream version 0.5Ken VanDine2011-08-034-50/+69
| |\|
| | * Release 0.50.5Javier Jardón2011-08-031-1/+1
| | |
| | * Do not support the gnome-power-manager dbus interface anymoreJavier Jardón2011-08-033-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 timeKen VanDine2011-08-032-2/+3
| | |\
| | | * fixed a syntax error on checking for GSD and set the HAVE_GSD defines at ↵Ken VanDine2011-07-282-2/+3
| | | | | | | | | | | | | | | | build time
| | * | configure.ac: Set GETTEXT_PACKAGE correctly to generate the expect templateJavier Jardón2011-08-031-1/+1
| | |\ \ | | | |/ | | |/|
| | | * Set GETTEXT_PACKAGE to generate the expect templateKen VanDine2011-08-011-2/+3
| | |/
* | | releasing version 0.4-0ubuntu3Ken VanDine2011-07-282-0/+8
| | |
* | | releasing version 0.4-0ubuntu2Ken VanDine2011-07-284-6/+38
| | |
* | | releasing version 0.4-0ubuntu1Ken VanDine2011-07-263-2/+18
| | |
* | | - Always select a device (LP: #810872)Ken VanDine2011-07-192-1/+6
| | | | | | | | | | | | | | | | | | - Use the dbus interface provided in g-s-d 3.1.4 * debian/control - Added build depends for gnome-settings-daemon-dev >= 3.1.4
* | | New upstream release.Ken VanDine2011-07-197-24/+166
|\| |
| * | Import upstream version 0.4Ken VanDine2011-07-196-24/+160
| |\|
| | * 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-182-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 notJavier Jardón2011-07-151-3/+4
| | | | | | | | | | | | | | | Fixes https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/810872
| | * Makefile.am: Pass upower _FLAGS and _LIBSJavier Jardón2011-07-151-0/+2
| | |
* | | releasing version 0.3-0ubuntu1Ken VanDine2011-07-141-6/+1
|\ \ \ | | |/ | |/|
| * | Do not show the device name in the menu titleJavier Jardón2011-07-141-1/+1
| | |
* | | * New upstream release.Ken VanDine2011-07-146-62/+189
|\ \ \ | | |/ | |/| | | | | | | | | | | | | - Refine the text of the items in the menu to follow the specification - Draw option checkbox as check, not radio - Show the apropiate icon depending of the status of the devices Create new function to store the logic to put the primary device
| * | Import upstream version 0.3Ken VanDine2011-07-145-62/+175
| |\|
| | * 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".