aboutsummaryrefslogtreecommitdiff
path: root/src/killswitch.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix build warningsRobert Tari2020-12-221-0/+4
|
* desktop.vala: Do not hide the indicatorRobert Tari2020-12-211-1/+1
| | | | fixes #15
* 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.
* 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.