aboutsummaryrefslogtreecommitdiff
path: root/src/bluez.vala
Commit message (Collapse)AuthorAgeFilesLines
* if killswitch exists and is valid, prefer its use over toggling ↵Charles Kerr2013-10-141-11/+13
| | | | org.bluez.Adapter's Powered property
* if /dev/rfkill doesn't exist or isn't writable, then try to handle bluetooth ↵Charles Kerr2013-10-111-15/+106
| | | | toggles simply by toggling bluez Adapters' Powered property
* add an action whose state shows whether or not bluetooth is supported by the ↵Charles Kerr2013-10-101-0/+2
| | | | hardware, used by ubuntu-system-settings
* copyediting: whitespace, type inferenceCharles Kerr2013-08-061-22/+18
|
* copyediting: fix lines that wrapCharles Kerr2013-08-061-13/+25
|
* copyediting: fix indentation in Service, fix copyright & author comments in ↵Charles Kerr2013-08-051-0/+2
| | | | bluez, service, main
* copyediting: readability + grouping related methods togetherCharles Kerr2013-08-051-71/+106
|
* silence g_message scaffoldingCharles Kerr2013-08-051-1/+1
|
* fully implement the bluez/device backend. in the desktop profile, add ↵Charles Kerr2013-08-051-39/+249
| | | | menuitems for the devices.
* initial support for individual devices in Bluetooth classCharles Kerr2013-08-031-5/+47
|
* improve documentation on Killswitch, Bluetooth, and BluezCharles Kerr2013-08-011-2/+5
|
* add a bluetooth backend to track bluetooth being enabled, being hard/soft ↵Charles Kerr2013-08-011-0/+97
| | | | blocked, and its devices.
* Use GnomeBluetooth instead of bluez directlyRobert Ancell2012-12-041-180/+0
|
* Check device classRobert Ancell2012-10-111-0/+5
|
* Fix visible toggleRobert Ancell2012-10-111-0/+4
|
* Abstract out bluez moreRobert Ancell2012-10-111-5/+134
|
* Get killswitch workingRobert Ancell2012-10-111-0/+42