aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* revert previous commit, liburl-dispatcher1 depends on upstart-app-launchSebastien Bacher2013-08-303-14/+4
| | | | | which is in universe, that's blocking indicators from landing.
* Make settings work on the phone.Ted Gould2013-08-303-4/+14
|\ | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * Merging seb128's branchTed Gould2013-08-291-2/+2
| |\
| * | Add a new action for phone settings and call the dispatcherTed Gould2013-08-291-3/+11
| | |
| * | Adding build items on url dispatcherTed Gould2013-08-291-1/+2
| | |
| * | Fix dependendencies to include url-dispatcher and allow system-settingsTed Gould2013-08-291-1/+2
| | |
* | | don't depends on gnome-control-center, recommends is enough, since it'sSebastien Bacher2013-08-291-2/+2
|\ \ \ | |/ / |/| / | |/ | | | | | | only required for the preferences menu item. Let ubuntu-system-settings replace it as an alternative, that's needed on the touch image. Approved by Ted Gould, PS Jenkins bot.
| * don't depends on gnome-control-center, recommends is enough, since it'sSebastien Bacher2013-08-291-2/+2
|/ | | | | | only required for the preferences menu item. Let ubuntu-system-settings replace it as an alternative, that's needed on the touch image.
* Releasing 12.10.6+13.10.20130823-0ubuntu1 (revision 189 from ↵Automatic PS uploader2013-08-231-0/+18
|\ | | | | | | | | | | lp:indicator-power). Approved by PS Jenkins bot.
| * Releasing 12.10.6+13.10.20130823-0ubuntu1, based on r189Automatic PS uploader2013-08-231-0/+18
|/
* Don't show the time remaining for a discharging battery if it exceeds 24 ↵Charles Kerr2013-08-232-5/+5
|\ | | | | | | | | | | hours because it's probably an erroneous time estimate. Fixes: https://bugs.launchpad.net/bugs/1216030. Approved by Ted Gould, PS Jenkins bot.
| * update the tests to look at the 24 hour thresholdCharles Kerr2013-08-231-3/+3
| |
| * as per the changes in ↵Charles Kerr2013-08-231-2/+2
|/ | | | https://wiki.ubuntu.com/Power?action=diff&rev2=39&rev1=38, hide the discharge time remaining if it's > 24 hours
* Updates the power indicator to match the spec changes at ↵Charles Kerr2013-08-238-209/+317
|\ | | | | | | | | | | | | | | | | | | <https://wiki.ubuntu.com/Power?action=diff&rev2=37&rev1=36>. This patch is based from hloeung's nice patch, fixes a few edge cases, adds unit tests for labels, headers, & accessible text for all combinations of show time & show percentage, and cleans up the bindings between GSettings and the checkbox actions. . Fixes: https://bugs.launchpad.net/bugs/811777. Approved by Ted Gould, PS Jenkins bot.
| * copyediting: some newly-dead code should have been removed instead of just ↵Charles Kerr2013-08-231-2/+0
| | | | | | | | commented out
| * copyediting: more descriptive comments when building label/header/a11y textCharles Kerr2013-08-231-11/+16
| |
| * copyediting: remove trailing spaces in source codeCharles Kerr2013-08-226-28/+28
| |
| * don't use deprecated GSimpleActionGroup APIsCharles Kerr2013-08-221-5/+5
| |
| * add show-percentage feature, basing off Haw Loeung's patch.Charles Kerr2013-08-224-181/+280
| |
| * add schema changes from hloeung's branchCharles Kerr2013-08-222-0/+6
|/
* Releasing 12.10.6+13.10.20130821-0ubuntu1 (revision 186 from ↵Automatic PS uploader2013-08-211-0/+10
|\ | | | | | | | | | | lp:indicator-power). Approved by PS Jenkins bot.
| * Releasing 12.10.6+13.10.20130821-0ubuntu1, based on r186Automatic PS uploader2013-08-211-0/+10
|/
* Add a brightness slider to indicator-power's phone menu.Charles Kerr2013-08-206-8/+289
|\ | | | | | | Approved by Pete Woods, PS Jenkins bot.
| * copyediting: trivial dead code removalCharles Kerr2013-08-191-2/+1
| |
| * make the brightness slider work correctly in both unity8 and idoCharles Kerr2013-08-194-140/+44
| |
| * in ib_brightness_control_set_value(), log the strerror when write() fails.Charles Kerr2013-08-191-1/+7
| |
| * add ib-brightness-control for phone menuCharles Kerr2013-08-198-9/+381
|/
* Releasing 12.10.6+13.10.20130808-0ubuntu1 (revision 184 from ↵Automatic PS uploader2013-08-081-0/+11
|\ | | | | | | | | | | lp:indicator-power). Approved by PS Jenkins bot.
| * Releasing 12.10.6+13.10.20130808-0ubuntu1, based on r184Automatic PS uploader2013-08-081-0/+11
|/
* This restores coverage reporting; we could alternately add the ↵Allan LeSage2013-08-071-5/+15
|\ | | | | | | | | | | COVERAGE_CFLAGS to SHARED_CFLAGS instead. Fixes: https://bugs.launchpad.net/bugs/1204127. Approved by Ted Gould, PS Jenkins bot.
| * Restore coverage flags.Allan LeSage2013-08-071-5/+15
|/
* Releasing 12.10.6+13.10.20130725-0ubuntu1 (revision 182 from ↵Automatic PS uploader2013-07-251-0/+12
|\ | | | | | | | | | | lp:indicator-power). Approved by PS Jenkins bot.
| * Releasing 12.10.6+13.10.20130725-0ubuntu1, based on r182Automatic PS uploader2013-07-251-0/+12
|/
* Set the battery-level action's 'sensitive' flag to false so that it will not ↵Charles Kerr2013-07-241-0/+1
|\ | | | | | | | | | | be clickable, as per the phone spec. Approved by PS Jenkins bot, Ted Gould.
| * set the phone menu's battery-level action's 'enabled' flag to false so that ↵Charles Kerr2013-07-241-0/+1
|/ | | | it won't be clickable, as per the spec.
* Add a phone profile and menu.Charles Kerr2013-07-242-14/+76
|\ | | | | | | Approved by Lars Uebernickel, PS Jenkins bot.
| * add a profile for the phone's power indicator ↵Charles Kerr2013-07-242-9/+71
| | | | | | | | https://wiki.ubuntu.com/Power#Phone
| * rename create_devices_section as create_desktop_devices_section since we're ↵Charles Kerr2013-07-231-8/+8
|/ | | | about to add a sibling create_phone_devices_section
* Releasing 12.10.6+13.10.20130708-0ubuntu1 (revision 179 from ↵Automatic PS uploader2013-07-081-0/+11
|\ | | | | | | | | | | lp:indicator-power). Approved by PS Jenkins bot.
| * Releasing 12.10.6+13.10.20130708-0ubuntu1, based on r179Automatic PS uploader2013-07-081-0/+11
|/
* Put service into libexecir.Lars Uebernickel2013-07-053-3/+3
|\ | | | | | | Approved by PS Jenkins bot, Ted Gould.
| * Put service into libexecdirLars Uebernickel2013-07-043-3/+3
| |
* | indicator file: rename greeter to desktop_greeter.Lars Uebernickel2013-07-051-2/+2
|\ \ | |/ |/| | | Approved by Ted Gould, PS Jenkins bot.
| * indicator file: greeter -> desktop_greeterLars Uebernickel2013-07-041-2/+2
|/
* Releasing 12.10.6+13.10.20130703.1-0ubuntu1 to ubuntu.Automatic PS uploader2013-07-031-0/+11
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 12.10.6+13.10.20130703.1-0ubuntu1, based on r176Automatic PS uploader2013-07-031-0/+11
|/
* add a Position entry in the .indicator file. Fixes: ↵Charles Kerr2013-07-021-0/+1
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1196650. Approved by PS Jenkins bot, Lars Uebernickel.
| * in the .indicator file, add a Position entryCharles Kerr2013-07-021-0/+1
|/
* make the greeter menu key consistent with indicator-session.Charles Kerr2013-07-021-1/+1
|\ | | | | | | Approved by Lars Uebernickel, PS Jenkins bot.
| * in service.c's menu_names array, use 'desktop_greeter' as the key instead of ↵Charles Kerr2013-07-011-1/+1
| | | | | | | | 'greeter'