| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | agent: add proper support for AuthorizeService | Muhammad | 2026-03-10 | 1 | -0/+26 |
| | | | | | Signed-off-by: Muhammad <thevancedgamer@mentallysanemainliners.org> | ||||
| * | agent: Add support for PIN and passkeys on Lomiri | Muhammad | 2025-07-22 | 1 | -1/+1 |
| | | | | | | | | | * Passkey/PIN display is slightly wonky right now, BlueZ doesn't call the Cancel() method once pairing is done, so you have to swipe away the notification manually. But apart from that, everything else works. Signed-off-by: Muhammad <thevancedgamer@mentallysanemainliners.org> | ||||
| * | agent: use signals to register agent to BlueZ | Muhammad Asif | 2025-06-24 | 1 | -1/+1 |
| | | | | | Signed-off-by: Muhammad Asif <thevancedgamer@mentallysanemainliners.org> | ||||
| * | ayatana-indicator-bluetooth: add initial pairing agent | Muhammad Asif | 2025-06-23 | 1 | -0/+40 |
| | | | | | | Co-authored-by: Robert Tari <robert@tari.in> Signed-off-by: Muhammad Asif <thevancedgamer@mentallysanemainliners.org> | ||||
| * | src/*.vala: Follow-up fix for dd2f32e2 (fixing GPL-3 license texts in file ↵ | Mike Gabriel | 2020-10-30 | 1 | -2/+2 |
| | | | | | headers). | ||||
| * | src/*.vala: Fix license headers having been a mix of GPL and LGPL license ↵ | Mike Gabriel | 2020-10-30 | 1 | -2/+2 |
| | | | | | text fragments. Adapt to GPL-3, fully. | ||||
| * | src/bluez.vala: Make BLUEZ_BUSNAME 'const string' (not 'static const string'). | Robert Tari | 2020-10-26 | 1 | -1/+1 |
| | | |||||
| * | in bluez.vala, silence a startup g_warning by calling ↵ | Charles Kerr | 2016-02-14 | 1 | -8/+15 |
| | | | | | init_bluez_state_vars() before we start listening for org.bluez on the bus | ||||
| * | in bluez.vala, update our state properties when org.bluez vanishes from the bus | Charles Kerr | 2016-02-14 | 1 | -3/+10 |
| | | |||||
| * | in bluez.vala, create a symbolic name for bluez' busname | Charles Kerr | 2016-02-14 | 1 | -4/+5 |
| | | |||||
| * | (trivial) remove trailing whitespace | Charles Kerr | 2016-02-14 | 1 | -2/+2 |
| | | |||||
| * | in bluez.vala, watch for org.bluez to be owned/unowned on the system bus | Charles Kerr | 2016-02-14 | 1 | -11/+34 |
| | | |||||
| * | Check for NULL when getting cached properties Address and UUIDs | Robert Ancell | 2015-09-28 | 1 | -4/+7 |
| | | |||||
| * | Remove unused argument in DBus interface | Robert Ancell | 2015-08-07 | 1 | -3/+3 |
| | | |||||
| * | Support Bluez 5 | Robert Ancell | 2014-12-11 | 1 | -235/+173 |
| | | | | | | | | | | When enabling/disabling and setting discoverability we now do this for all adapters. This requires us to remove the "Set Up New Device" item since gnome-bluetooth no longer has a bluetooth wizard stand alone application. Instead we rely on the unity-control-center panel for device setup. | ||||
| * | Toggle rfkill again so that we have a chance of persisting the bluetooth ↵ | Mathieu Trudel-Lapierre | 2014-09-22 | 1 | -1/+1 |
| | | | | | state across reboots. | ||||
| * | change the bluetooth.supported property whenever bluez' default adapter ↵ | Charles Kerr | 2013-12-06 | 1 | -0/+2 |
| | | | | | changes its object path. | ||||
| * | add a 'connected' property as a simple hook to whether or not we have any ↵ | Charles Kerr | 2013-12-06 | 1 | -1/+20 |
| | | | | | connected bluetooth devices | ||||
| * | make org.bluez.Adapter's set_property() call nonblocking | Charles Kerr | 2013-10-14 | 1 | -17/+6 |
| | | |||||
| * | if killswitch exists and is valid, prefer its use over toggling ↵ | Charles Kerr | 2013-10-14 | 1 | -11/+13 |
| | | | | | org.bluez.Adapter's Powered property | ||||
| * | if /dev/rfkill doesn't exist or isn't writable, then try to handle bluetooth ↵ | Charles Kerr | 2013-10-11 | 1 | -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 Kerr | 2013-10-10 | 1 | -0/+2 |
| | | | | | hardware, used by ubuntu-system-settings | ||||
| * | copyediting: whitespace, type inference | Charles Kerr | 2013-08-06 | 1 | -22/+18 |
| | | |||||
| * | copyediting: fix lines that wrap | Charles Kerr | 2013-08-06 | 1 | -13/+25 |
| | | |||||
| * | copyediting: fix indentation in Service, fix copyright & author comments in ↵ | Charles Kerr | 2013-08-05 | 1 | -0/+2 |
| | | | | | bluez, service, main | ||||
| * | copyediting: readability + grouping related methods together | Charles Kerr | 2013-08-05 | 1 | -71/+106 |
| | | |||||
| * | silence g_message scaffolding | Charles Kerr | 2013-08-05 | 1 | -1/+1 |
| | | |||||
| * | fully implement the bluez/device backend. in the desktop profile, add ↵ | Charles Kerr | 2013-08-05 | 1 | -39/+249 |
| | | | | | menuitems for the devices. | ||||
| * | initial support for individual devices in Bluetooth class | Charles Kerr | 2013-08-03 | 1 | -5/+47 |
| | | |||||
| * | improve documentation on Killswitch, Bluetooth, and Bluez | Charles Kerr | 2013-08-01 | 1 | -2/+5 |
| | | |||||
| * | add a bluetooth backend to track bluetooth being enabled, being hard/soft ↵ | Charles Kerr | 2013-08-01 | 1 | -0/+97 |
| | | | | | blocked, and its devices. | ||||
| * | Use GnomeBluetooth instead of bluez directly | Robert Ancell | 2012-12-04 | 1 | -180/+0 |
| | | |||||
| * | Check device class | Robert Ancell | 2012-10-11 | 1 | -0/+5 |
| | | |||||
| * | Fix visible toggle | Robert Ancell | 2012-10-11 | 1 | -0/+4 |
| | | |||||
| * | Abstract out bluez more | Robert Ancell | 2012-10-11 | 1 | -5/+134 |
| | | |||||
| * | Get killswitch working | Robert Ancell | 2012-10-11 | 1 | -0/+42 |
