Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Releasing 0.0.6+15.10.20150813-0ubuntu1 | CI Train Bot | 2015-08-13 | 1 | -0/+7 |
| | |||||
* | Support Bluez 5 | Robert Ancell | 2015-08-13 | 6 | -543/+174 |
|\ | | | | | | | | | | | | | | | | | When enabling/disabling and setting discoverability we now do this for all adapters. This requires us to remove the "Set Up New Device" item since gnome-bluetooth no longer has a bluetooth wizard stand alone application. Instead we rely on the unity-control-center panel for device setup. Fixes: #1396700 Approved by: Mathieu Trudel-Lapierre, PS Jenkins bot, Didier Roche | ||||
| * | Remove unused argument in DBus interface | Robert Ancell | 2015-08-07 | 1 | -3/+3 |
| | | |||||
| * | Support Bluez 5 | Robert Ancell | 2014-12-11 | 6 | -543/+174 |
|/ | | | | | | | | | When enabling/disabling and setting discoverability we now do this for all adapters. This requires us to remove the "Set Up New Device" item since gnome-bluetooth no longer has a bluetooth wizard stand alone application. Instead we rely on the unity-control-center panel for device setup. | ||||
* | Releasing 0.0.6+14.10.20141006-0ubuntu1 | CI bot | 2014-10-06 | 1 | -0/+7 |
| | |||||
* | Move the position of this indicator on the panel. Fixes: 1377294 | Charles Kerr | 2014-10-06 | 1 | -0/+2 |
|\ | | | | | Approved by: Ted Gould, PS Jenkins bot | ||||
| * | only rearrange the indicator position on the phone | Charles Kerr | 2014-10-06 | 1 | -1/+3 |
| | | |||||
| * | move bluetooth indicator as per the 'Indicator RTM Usability Fixes' document | Charles Kerr | 2014-10-06 | 1 | -1/+1 |
|/ | |||||
* | Releasing 0.0.6+14.10.20140922-0ubuntu1 | CI bot | 2014-09-22 | 1 | -2/+3 |
| | |||||
* | Synchronize process management across indicators Fixes: 1232828 | Mathieu Trudel-Lapierre | 2014-09-22 | 8 | -18/+40 |
|\ | | | | | Approved by: Charles Kerr, PS Jenkins bot | ||||
| * | Changlog for CI Train | Ted Gould | 2014-09-22 | 1 | -0/+6 |
| | | |||||
| * | Toggle rfkill again so that we have a chance of persisting the bluetooth ↵ | Mathieu Trudel-Lapierre | 2014-09-22 | 2 | -1/+8 |
| | | | | | | | | state across reboots. | ||||
| * | Update for gnome-fallback | Ted Gould | 2014-02-26 | 1 | -1/+2 |
| | | |||||
| * | Putting the upstart directory in its own directory so it doesn't fight | Ted Gould | 2014-02-19 | 4 | -13/+21 |
| | | |||||
| * | Add onlyshowin | Ted Gould | 2014-02-19 | 2 | -0/+2 |
| | | |||||
| * | Start condition cleanup and respawn limits | Ted Gould | 2014-02-14 | 1 | -4/+2 |
|/ | |||||
* | Releasing 0.0.6+14.04.20140207-0ubuntu1 | CI bot | 2014-02-07 | 1 | -0/+10 |
| | |||||
* | Adding acceptance tests and merge review policies | CI bot | 2014-02-07 | 0 | -0/+0 |
| | |||||
* | Adding acceptance tests and merge review policies. | Ted Gould | 2014-01-31 | 2 | -0/+43 |
|\ | | | | | Approved by PS Jenkins bot, Charles Kerr. | ||||
| * | Adding merge review policy | Ted Gould | 2014-01-31 | 1 | -0/+19 |
| | | |||||
| * | Adding basic acceptance tests | Ted Gould | 2014-01-31 | 1 | -0/+24 |
| | | |||||
* | | Releasing 0.0.6+14.04.20140124-0ubuntu1 (revision 79 from ↵ | Automatic PS uploader | 2014-01-24 | 1 | -0/+24 |
|\ \ | | | | | | | | | | | | | lp:indicator-bluetooth). Approved by PS Jenkins bot. | ||||
| * | | Releasing 0.0.6+14.04.20140124-0ubuntu1, based on r79 | Automatic PS uploader | 2014-01-24 | 1 | -0/+24 |
|/ / | |||||
* | | Use unity-control-center if it is available. Fixes: ↵ | Robert Ancell | 2014-01-22 | 2 | -2/+5 |
|\ \ | |/ |/| | | | | | https://bugs.launchpad.net/bugs/1257505. Approved by Ted Gould, PS Jenkins bot. | ||||
| * | Only run unity-control-center under unity | Robert Ancell | 2014-01-22 | 1 | -1/+1 |
| | | |||||
| * | Recommend unity-control-center before gnome-control-center | Robert Ancell | 2014-01-14 | 1 | -1/+1 |
| | | |||||
| * | Use unity-control-center if it is available | Robert Ancell | 2014-01-10 | 2 | -2/+5 |
|/ | |||||
* | Switching DBus service to an Upstart Job. | Charles Kerr | 2013-12-18 | 5 | -12/+65 |
|\ | | | | | Approved by Iain Lane, PS Jenkins bot, Ted Gould. | ||||
| * | sync with trunk | Charles Kerr | 2013-12-18 | 4 | -7/+37 |
| |\ | |/ |/| | |||||
* | | Gets us a little closer to the spec in two ways: | Charles Kerr | 2013-12-06 | 4 | -7/+37 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Indicator Visibility On the desktop, the indicator's header icon is visible whenever a default adapter is available (whether the adapter is powered or not) and the user's preference settings call for a visible Bluetooth indicator. On the phone, the indicator's header icon is visible whenever a default adapter is available *and* the adapter is powered. 2. Header Icon If Bluetooth is off, the header icon now uses the "bluetooth-disabled" icon. If Bluetooth is on, it now uses the "bluetooth-active" icon. If Bluetooth is on and has a connected device, it now uses the "bluetooth-paired" icon. Fixes: https://bugs.launchpad.net/bugs/1126108. Approved by PS Jenkins bot, Lars Uebernickel. | ||||
| * | | mark the 'Bluetooth' menuitem for translation | Charles Kerr | 2013-12-06 | 1 | -1/+1 |
| | | | |||||
| * | | change the bluetooth.supported property whenever bluez' default adapter ↵ | Charles Kerr | 2013-12-06 | 1 | -0/+2 |
| | | | | | | | | | | | | changes its object path. | ||||
| * | | support header icon states as per the spec -- different icons for disabled, ↵ | Charles Kerr | 2013-12-06 | 1 | -3/+9 |
| | | | | | | | | | | | | enabled, and enabled-with-connected-devices | ||||
| * | | add a 'connected' property as a simple hook to whether or not we have any ↵ | Charles Kerr | 2013-12-06 | 2 | -1/+23 |
| | | | | | | | | | | | | connected bluetooth devices | ||||
| * | | on the desktop, show a bluetooth indicator if the hardware supports ↵ | Charles Kerr | 2013-12-06 | 1 | -2/+2 |
|/ / | | | | | | | bluetooth and if the user has chosen for the indicator to be visible. | ||||
| * | remove NotShowIn=Unity from the main .desktop file | Charles Kerr | 2013-12-18 | 1 | -1/+0 |
| | | |||||
| * | add a second .desktop file to be installed in ↵ | Charles Kerr | 2013-12-18 | 2 | -1/+21 |
| | | | | | | | | /usr/share/upstart/xdg/autostart with Hidden=true | ||||
| * | Switching DBus service to an Upstart Job. | Charles Kerr | 2013-12-06 | 4 | -12/+46 |
|/ | |||||
* | Releasing 0.0.6+14.04.20131029.1-0ubuntu1 (revision 75 from ↵ | Automatic PS uploader | 2013-10-29 | 1 | -2/+18 |
|\ | | | | | | | | | lp:indicator-bluetooth). Approved by PS Jenkins bot. | ||||
| * | Releasing 0.0.6+14.04.20131029.1-0ubuntu1, based on r75 | Automatic PS uploader | 2013-10-29 | 1 | -2/+18 |
|/ | |||||
* | Adding a phone_greeter profile. | Ted Gould | 2013-10-28 | 1 | -0/+4 |
|\ | | | | | Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | Adding a phone_greeter profile | Ted Gould | 2013-10-28 | 1 | -0/+4 |
|/ | |||||
* | explicitly instantiate GVariants to avoid leaking them. See the description ↵ | Charles Kerr | 2013-10-25 | 2 | -11/+11 |
|\ | | | | | | | | | in bug #1244468 for before & after C code and more information. Fixes: https://bugs.launchpad.net/bugs/1244468. Approved by Lars Uebernickel, PS Jenkins bot. | ||||
| * | don't leak implicitly-created GVariants | Charles Kerr | 2013-10-24 | 2 | -11/+11 |
|/ | |||||
* | Desktop menu: mark "Visible" menu item label as translatable. Fixes: ↵ | Lars Uebernickel | 2013-10-24 | 1 | -1/+1 |
|\ | | | | | | | | | https://bugs.launchpad.net/bugs/1242038. Approved by PS Jenkins bot, Charles Kerr. | ||||
| * | Desktop menu: mark "Visible" menu item label for translation | Lars Uebernickel | 2013-10-21 | 1 | -1/+1 |
|/ | |||||
* | Define "ubiquity" indicator profile, reusing the greeter object. (LP: ↵ | Dmitrijs Ledkovs | 2013-10-18 | 2 | -0/+10 |
|\ | | | | | | | | | #1241539). Fixes: https://bugs.launchpad.net/bugs/1241539. Approved by Lars Uebernickel, PS Jenkins bot. | ||||
| * | Define "ubiquity" indicator profile, reusing the greeter object. (LP: | Dmitrijs Ledkovs | 2013-10-18 | 2 | -0/+10 |
|/ | | | #1241539) | ||||
* | Releasing 0.0.6+13.10.20131016-0ubuntu1 (revision 70 from ↵ | Automatic PS uploader | 2013-10-16 | 1 | -0/+12 |
|\ | | | | | | | | | lp:indicator-bluetooth). Approved by PS Jenkins bot. | ||||
| * | Releasing 0.0.6+13.10.20131016-0ubuntu1, based on r70 | Automatic PS uploader | 2013-10-16 | 1 | -0/+12 |
|/ |