aboutsummaryrefslogtreecommitdiff
path: root/src/killswitch.vala
Commit message (Collapse)AuthorAgeFilesLines
* if /dev/rfkill doesn't exist or isn't writable, then try to handle bluetooth ↵Charles Kerr2013-10-111-0/+7
| | | | toggles simply by toggling bluez Adapters' Powered property
* copyediting: whitespace, type inferenceCharles Kerr2013-08-061-1/+1
|
* add some extra commentsCharles Kerr2013-08-061-2/+7
|
* silence g_message scaffoldingCharles Kerr2013-08-051-1/+0
|
* edit killswitch for readability and to remove the iowatch in dispose()Charles Kerr2013-08-051-21/+31
|
* fully implement the bluez/device backend. in the desktop profile, add ↵Charles Kerr2013-08-051-4/+3
| | | | menuitems for the devices.
* improve documentation on Killswitch, Bluetooth, and BluezCharles Kerr2013-08-011-8/+15
|
* add a bluetooth backend to track bluetooth being enabled, being hard/soft ↵Charles Kerr2013-08-011-0/+147
blocked, and its devices.