aboutsummaryrefslogtreecommitdiff
path: root/src/bluez.vala
Commit message (Expand)AuthorAgeFilesLines
* src/*.vala: Follow-up fix for dd2f32e2 (fixing GPL-3 license texts in file he...Mike Gabriel2020-10-301-2/+2
* src/*.vala: Fix license headers having been a mix of GPL and LGPL license tex...Mike Gabriel2020-10-301-2/+2
* src/bluez.vala: Make BLUEZ_BUSNAME 'const string' (not 'static const string').Robert Tari2020-10-261-1/+1
* in bluez.vala, silence a startup g_warning by calling init_bluez_state_vars()...Charles Kerr2016-02-141-8/+15
* in bluez.vala, update our state properties when org.bluez vanishes from the busCharles Kerr2016-02-141-3/+10
* in bluez.vala, create a symbolic name for bluez' busnameCharles Kerr2016-02-141-4/+5
* (trivial) remove trailing whitespaceCharles Kerr2016-02-141-2/+2
* in bluez.vala, watch for org.bluez to be owned/unowned on the system busCharles Kerr2016-02-141-11/+34
* Check for NULL when getting cached properties Address and UUIDsRobert Ancell2015-09-281-4/+7
* Remove unused argument in DBus interfaceRobert Ancell2015-08-071-3/+3
* Support Bluez 5Robert Ancell2014-12-111-235/+173
* Toggle rfkill again so that we have a chance of persisting the bluetooth stat...Mathieu Trudel-Lapierre2014-09-221-1/+1
* change the bluetooth.supported property whenever bluez' default adapter chang...Charles Kerr2013-12-061-0/+2
* add a 'connected' property as a simple hook to whether or not we have any con...Charles Kerr2013-12-061-1/+20
* make org.bluez.Adapter's set_property() call nonblockingCharles Kerr2013-10-141-17/+6
* 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-111-15/+106
* add an action whose state shows whether or not bluetooth is supported by the ...Charles Kerr2013-10-101-0/+2
* 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 b...Charles Kerr2013-08-051-0/+2
* 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 menuite...Charles Kerr2013-08-051-39/+249
* 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 blo...Charles Kerr2013-08-011-0/+97
* 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