aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* on the desktop, show a bluetooth indicator if the hardware supports bluetooth...Charles Kerr2013-12-061-2/+2
* Releasing 0.0.6+14.04.20131029.1-0ubuntu1 (revision 75 from lp:indicator-blue...Automatic PS uploader2013-10-291-2/+18
|\
| * Releasing 0.0.6+14.04.20131029.1-0ubuntu1, based on r75Automatic PS uploader2013-10-291-2/+18
|/
* Adding a phone_greeter profile.Ted Gould2013-10-281-0/+4
|\
| * Adding a phone_greeter profileTed Gould2013-10-281-0/+4
|/
* explicitly instantiate GVariants to avoid leaking them. See the description i...Charles Kerr2013-10-252-11/+11
|\
| * don't leak implicitly-created GVariantsCharles Kerr2013-10-242-11/+11
|/
* Desktop menu: mark "Visible" menu item label as translatable. Fixes: https://...Lars Uebernickel2013-10-241-1/+1
|\
| * Desktop menu: mark "Visible" menu item label for translationLars Uebernickel2013-10-211-1/+1
|/
* Define "ubiquity" indicator profile, reusing the greeter object. (LP: #124153...Dmitrijs Ledkovs2013-10-182-0/+10
|\
| * Define "ubiquity" indicator profile, reusing the greeter object. (LP:Dmitrijs Ledkovs2013-10-182-0/+10
|/
* Releasing 0.0.6+13.10.20131016-0ubuntu1 (revision 70 from lp:indicator-blueto...Automatic PS uploader2013-10-161-0/+12
|\
| * Releasing 0.0.6+13.10.20131016-0ubuntu1, based on r70Automatic PS uploader2013-10-161-0/+12
|/
* When the user chooses to toggle bluetooth on or off, if /dev/rfkill isn't ava...Charles Kerr2013-10-158-80/+129
|\
| * make org.bluez.Adapter's set_property() call nonblockingCharles Kerr2013-10-142-18/+7
| * omit the rfkill killswitch altogether, leaving on/off to bluez via org.bluez....Charles Kerr2013-10-141-1/+1
| * when listening to notify events from bluetooth to update desktop indicator vi...Charles Kerr2013-10-141-1/+1
| * if killswitch exists and is valid, prefer its use over toggling org.bluez.Ada...Charles Kerr2013-10-141-11/+13
| * if /dev/rfkill doesn't exist or isn't writable, then try to handle bluetooth ...Charles Kerr2013-10-116-70/+128
* | Releasing 0.0.6+13.10.20131011-0ubuntu1 (revision 68 from lp:indicator-blueto...Automatic PS uploader2013-10-111-0/+12
|\ \ | |/ |/|
| * Releasing 0.0.6+13.10.20131011-0ubuntu1, based on r68Automatic PS uploader2013-10-111-0/+12
|/
* add an action whose state shows whether or not bluetooth is supported by the ...Charles Kerr2013-10-105-0/+21
|\
| * add an action whose state shows whether or not bluetooth is supported by the ...Charles Kerr2013-10-105-0/+21
|/
* Releasing 0.0.6+13.10.20131004-0ubuntu1 (revision 66 from lp:indicator-blueto...Automatic PS uploader2013-10-041-0/+17
|\
| * Releasing 0.0.6+13.10.20131004-0ubuntu1, based on r66Automatic PS uploader2013-10-041-0/+17
|/
* Update settings URL to settings:///system. Fixes: https://bugs.launchpad.net/...Charles Kerr2013-10-031-1/+1
|\
| * Update settings URL to settings:///systemCharles Kerr2013-10-031-1/+1
|/
* Don't list autogenerated files as translation sources.Sebastien Bacher2013-10-022-3/+4
|\
| * Don't list autogenerated files as translation sourcesSebastien Bacher2013-10-012-3/+4
* | Flip the dependency list so that ubuntu-system-settings doesn't get pulled in.Ted Gould2013-10-011-2/+2
|\ \ | |/ |/|
| * Flip the dependency list so that ubuntu-system-settings doesn't get pulled inTed Gould2013-09-261-2/+2
* | Releasing 0.0.6+13.10.20130930-0ubuntu1 (revision 62 from lp:indicator-blueto...Automatic PS uploader2013-09-301-0/+11
|\ \ | |/ |/|
| * Releasing 0.0.6+13.10.20130930-0ubuntu1, based on r62Automatic PS uploader2013-09-301-0/+11
|/
* Use url-dispatcher instead of invoking system-settings directly. Fixes: https...Charles Kerr2013-09-255-2/+16
|\
| * use url-dispatcher instead of invoking system-settings directly.Charles Kerr2013-09-255-2/+16
|/
* Releasing 0.0.6+13.10.20130924.2-0ubuntu1 (revision 60 from lp:indicator-blue...Automatic PS uploader2013-09-241-0/+13
|\
| * Releasing 0.0.6+13.10.20130924.2-0ubuntu1, based on r60Automatic PS uploader2013-09-241-0/+13
|/
* Handle the change-state event rather than notify["state"] so that there won't...Charles Kerr2013-09-231-3/+3
|\
| * use the change-state signal to handle bluetooth-enabled change requests. h/t ...Charles Kerr2013-09-231-3/+3
|/
* Releasing 0.0.6+13.10.20130913-0ubuntu1 (revision 58 from lp:indicator-blueto...Automatic PS uploader2013-09-131-0/+10
|\
| * Releasing 0.0.6+13.10.20130913-0ubuntu1, based on r58Automatic PS uploader2013-09-131-0/+10
|/
* Adds a title in the header's action state. Fixes: https://bugs.launchpad.net/...Charles Kerr2013-09-112-0/+2
|\
| * add a title to the header's action stateCharles Kerr2013-09-112-0/+2
|/
* Releasing 0.0.6+13.10.20130823-0ubuntu1 (revision 56 from lp:indicator-blueto...Automatic PS uploader2013-08-231-0/+12
|\
| * Releasing 0.0.6+13.10.20130823-0ubuntu1, based on r56Automatic PS uploader2013-08-231-0/+12
|/
* Since we're not using the gnome-bluetooth vapi file, we shouldn't bundle it.Charles Kerr2013-08-232-83/+0
|\
| * remove vapi/gnome-bluetooth-1.0.vapiCharles Kerr2013-08-222-83/+0
* | Don't use deprecated GSimpleActionGroup APIs.Charles Kerr2013-08-232-3/+3
|\ \ | |/ |/|
| * Don't use deprecated GSimpleActionGroup APIs.Charles Kerr2013-08-222-3/+3
|/
* Releasing 0.0.6+13.10.20130812.1-0ubuntu1 (revision 53 from lp:indicator-blue...Automatic PS uploader2013-08-121-0/+12
|\