aboutsummaryrefslogtreecommitdiff
path: root/src/bluetooth.vala
Commit message (Collapse)AuthorAgeFilesLines
* src/*.vala: Follow-up fix for dd2f32e2 (fixing GPL-3 license texts in file ↵Mike Gabriel2020-10-301-2/+2
| | | | headers).
* src/*.vala: Fix license headers having been a mix of GPL and LGPL license ↵Mike Gabriel2020-10-301-2/+2
| | | | text fragments. Adapt to GPL-3, fully.
* add a 'connected' property as a simple hook to whether or not we have any ↵Charles Kerr2013-12-061-0/+3
| | | | connected bluetooth devices
* if /dev/rfkill doesn't exist or isn't writable, then try to handle bluetooth ↵Charles Kerr2013-10-111-41/+8
| | | | 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/+5
| | | | hardware, used by ubuntu-system-settings
* fully implement the bluez/device backend. in the desktop profile, add ↵Charles Kerr2013-08-051-150/+41
| | | | menuitems for the devices.
* initial support for individual devices in Bluetooth classCharles Kerr2013-08-031-0/+138
|
* improve documentation on Killswitch, Bluetooth, and BluezCharles Kerr2013-08-011-15/+13
|
* add a bluetooth backend to track bluetooth being enabled, being hard/soft ↵Charles Kerr2013-08-011-0/+53
blocked, and its devices.