aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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'
* | Releasing 12.10.6+13.10.20130702-0ubuntu1 to ubuntu.Automatic PS uploader2013-07-021-0/+12
|\ \ | |/ |/| | | Approved by PS Jenkins bot.
| * Releasing 12.10.6+13.10.20130702-0ubuntu1, based on r173Automatic PS uploader2013-07-021-0/+12
|/
* backport the changelog from the manual distro upload.Sebastien Bacher2013-07-011-0/+9
|\ | | | | | | Approved by PS Jenkins bot, Didier Roche.
| * backport the changelog from the manual distro uploadSebastien Bacher2013-07-011-0/+9
|/
* don't rely on the dbus pkg-config variable to know where to install .service ↵Charles Kerr2013-06-293-24/+1
|\ | | | | | | | | | | files. Approved by PS Jenkins bot, Lars Uebernickel.
| * since we're removing localinstall mode, no need to pass it as an arg here eitherCharles Kerr2013-06-281-2/+0
| |
| * remove 'local install' modeCharles Kerr2013-06-282-22/+1
| |
* | similar to the i-datetime change, use the unicode ellipsis directly.Charles Kerr2013-06-281-1/+1
|\| | | | | | | Approved by PS Jenkins bot, Lars Uebernickel.
| * use … directly in strings instead of the C octal escaped UTF-8.Charles Kerr2013-06-281-1/+1
| |
* | Releasing 12.10.6+13.10.20130628-0ubuntu1 to ubuntu.Automatic PS uploader2013-06-281-0/+17
|\ \ | |/ |/| | | Approved by PS Jenkins bot.
| * Releasing 12.10.6+13.10.20130628-0ubuntu1, based on r169Automatic PS uploader2013-06-281-0/+17
|/
* Add a build-dep on python. This is required as we're using gdbus-codegen ↵Łukasz 'sil2100' Zemczak2013-06-201-0/+1
|\ | | | | | | | | | | from libglib2.0-dev which only 'recommends' python. We don't install recommends, so to get things working, this build-dep is needed. Approved by PS Jenkins bot, Didier Roche.
| * Add a build-dep on python. This is required as we're using gdbus-codegen ↵Łukasz 'sil2100' Zemczak2013-06-201-0/+1
|/ | | | from libglib2.0-dev which only 'recommends' python. We don't install recommends, so to get things working, this build-dep is needed
* Convert the power indicator into a service that exports GMenus and GActions ↵Charles Kerr2013-06-1926-1186/+2843
|\ | | | | | | | | | | in accordance with our indicator-ng design. Approved by PS Jenkins bot, Ted Gould.
| * adjust device-provider-upower's timer to reduce how many times we pull the ↵Charles Kerr2013-06-191-48/+86
| | | | | | | | device's properties over the bus.
| * remove the '--replace' command line argument; process management will be ↵Charles Kerr2013-06-193-82/+13
| | | | | | | | handled by Upstart
| * in indicator_power_device_provider_get_devices, confirm that the get_devices ↵Charles Kerr2013-06-191-1/+10
| | | | | | | | function pointer isn't NULL before we call it.
| * in provider-upower.c, clear its private hashtable in dispose() and destroy ↵Charles Kerr2013-06-191-1/+16
| | | | | | | | it in finalize()