| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | agent: translate strings | Muhammad | 2026-03-12 | 1 | -14/+16 |
| | | | | | Signed-off-by: Muhammad <thevancedgamer@mentallysanemainliners.org> | ||||
| * | agent: rename passkey to PIN | Muhammad | 2026-03-12 | 1 | -3/+3 |
| | | | | | | | To remove confusion between web passkeys and Bluetooth passkeys Signed-off-by: Muhammad <thevancedgamer@mentallysanemainliners.org> | ||||
| * | agent: add proper support for AuthorizeService | Muhammad | 2026-03-10 | 4 | -2/+98 |
| | | | | | Signed-off-by: Muhammad <thevancedgamer@mentallysanemainliners.org> | ||||
| * | agent: Add support for PIN and passkeys on Lomiri | Muhammad | 2025-07-22 | 3 | -37/+134 |
| | | | | | | | | | * 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 | 3 | -5/+11 |
| | | | | | Signed-off-by: Muhammad Asif <thevancedgamer@mentallysanemainliners.org> | ||||
| * | ayatana-indicator-bluetooth: add initial pairing agent | Muhammad Asif | 2025-06-23 | 5 | -0/+190 |
| | | | | | | Co-authored-by: Robert Tari <robert@tari.in> Signed-off-by: Muhammad Asif <thevancedgamer@mentallysanemainliners.org> | ||||
| * | Add desktop greeter profile | Robert Tari | 2025-05-08 | 3 | -0/+62 |
| | | | | | Fixes https://salsa.debian.org/ubports-team/lomiri/-/issues/44 | ||||
| * | src/desktop.vala: Use blueman-manager for settings on XFCE | Robert Tari | 2023-09-08 | 1 | -1/+5 |
| | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/issues/49 | ||||
| * | src/profile.vala: Send all menu root properties to D-Bus on Lomiri ↵ | Robert Tari | 2023-02-14 | 1 | -3/+3 |
| | | | | | | | regardless of the Bluetooth state fixes https://gitlab.com/ubports/development/core/packaging/ayatana-indicators/ayatana-indicator-bluetooth/-/issues/2 | ||||
| * | src/profile.vala: Add tooltip. | Mike Gabriel | 2022-09-05 | 1 | -0/+1 |
| | | |||||
| * | Hide bluetooth icon on hardware without bluetooth support | Robert Tari | 2022-08-01 | 2 | -3/+15 |
| | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/issues/42 | ||||
| * | src/*.vala: make the switch item & action QMenuModel compatible | Ratchanan Srirattanamet | 2022-06-22 | 2 | -9/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | QMenuModel, inheritting code from GTK, will consider the menu item not "activatable" if the item's "target" [1] doesn't match the corresponding action's parameter. Since we take a boolean as action's parameter (and we can't change action's parameter easily since it's semi-public), we instead have to pass "target". Taking a page from the slider menu items, pass "true" as the target will make QMenuModel considers the item activatable and reflect the right state. And while we're at it, restore the ability to use g_action_change_state to change the state. This allows the clients that still support Canonical's indicator (e.g. Lomiri) to not have to distinguish between that and Ayatana's. This, again, is taken from how the slider menu items work. [1] i.e. the parameter to pass when activating the action. See https://wiki.gnome.org/Projects/GLib/GApplication/DBusAPI#Attributes Related: https://github.com/AyatanaIndicators/qmenumodel/issues/21 | ||||
| * | src/desktop.vala: Fix device section layout | Robert Tari | 2021-12-15 | 1 | -4/+23 |
| | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/issues/35 | ||||
| * | Drop lomiri-url-dispatcher | Robert Tari | 2021-08-28 | 1 | -7/+0 |
| | | |||||
| * | Replace code with libayatana-common functions | Robert Tari | 2021-08-28 | 3 | -42/+17 |
| | | | | | | | | | - CMakeLists.txt: Add libayatana-common build dependency - src/CMakeLists.txt: Add AyatanaCommon package to ayatana-indicator-bluetooth-service - src/phone.vala: Replace local code with libayatana-common functions - src/desktop.vala: Replace local code with libayatana-common functions - vapi/lomiri-url-dispatcher.vapi: Drop file | ||||
| * | Use CMAKE_INSTALL_FULL_*DIR locations for installation | Robert Tari | 2021-08-04 | 1 | -1/+1 |
| | | |||||
| * | src/CMakeLists.txt: Fix loading VAPI file for lomiri-url-dispatcher. | Mike Gabriel | 2021-02-03 | 1 | -1/+1 |
| | | |||||
| * | Finalize incomplete switch to Lomiri URL Dispatcher. | Mike Gabriel | 2021-02-03 | 2 | -2/+2 |
| | | |||||
| * | Show devices in sections | Robert Tari | 2020-12-22 | 1 | -1/+10 |
| | | |||||
| * | Fix build warnings | Robert Tari | 2020-12-22 | 2 | -0/+8 |
| | | |||||
| * | desktop.vala: Do not hide the indicator | Robert Tari | 2020-12-21 | 2 | -4/+7 |
| | | | | | fixes #15 | ||||
| * | src/*.vala: Follow-up fix for dd2f32e2 (fixing GPL-3 license texts in file ↵ | Mike Gabriel | 2020-10-30 | 9 | -18/+18 |
| | | | | | headers). | ||||
| * | src/*.vala: Fix license headers having been a mix of GPL and LGPL license ↵ | Mike Gabriel | 2020-10-30 | 9 | -18/+18 |
| | | | | | text fragments. Adapt to GPL-3, fully. | ||||
| * | Port from autotools to CMake. | Mike Gabriel | 2020-10-26 | 2 | -39/+180 |
| | | |||||
| * | src/*: Switch to new activate state connect approach, rathern than using ↵ | Robert Tari | 2020-10-26 | 2 | -18/+9 |
| | | | | | notify["state"].connect. | ||||
| * | src/bluez.vala: Make BLUEZ_BUSNAME 'const string' (not 'static const string'). | Robert Tari | 2020-10-26 | 1 | -1/+1 |
| | | |||||
| * | src/*: Scope and white-space fixes. | Robert Tari | 2020-10-26 | 4 | -4/+5 |
| | | |||||
| * | Make indicator aware of running inside the MATE desktop environment. | Robert Tari | 2020-10-26 | 1 | -0/+4 |
| | | |||||
| * | Switch from GNOMELOCALEDIR to LOCALEDIR variable name. | Robert Tari | 2020-10-26 | 1 | -1/+1 |
| | | |||||
| * | Make dependency on liburl-dispatcher optional. | Robert Tari | 2020-10-26 | 3 | -3/+27 |
| | | |||||
| * | Switch over from Ubuntu System Indicator to Ayatana System Indicator. | Robert Tari | 2020-10-25 | 4 | -16/+16 |
| | | |||||
| * | Correctly use XDG_CURRENT_DESKTOP | Robert Ancell | 2016-06-07 | 1 | -1/+14 |
| | | |||||
| * | Remove the "browse" action since there is no working backend | Sebastien Bacher | 2016-05-12 | 1 | -0/+5 |
| | | |||||
| * | 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 |
| | | |||||
| * | under unity8 start system-settings instead unity-control-center | Sebastien Bacher | 2015-08-27 | 1 | -1/+3 |
| | | |||||
| * | Remove unused argument in DBus interface | Robert Ancell | 2015-08-07 | 1 | -3/+3 |
| | | |||||
| * | Support Bluez 5 | Robert Ancell | 2014-12-11 | 4 | -541/+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. | ||||
| * | Only run unity-control-center under unity | Robert Ancell | 2014-01-22 | 1 | -1/+1 |
| | | |||||
| * | Use unity-control-center if it is available | Robert Ancell | 2014-01-10 | 1 | -1/+4 |
| | | |||||
| * | mark the 'Bluetooth' menuitem for translation | Charles Kerr | 2013-12-06 | 1 | -1/+1 |
| | | |||||
| * | change the bluetooth.supported property whenever bluez' default adapter ↵ | Charles Kerr | 2013-12-06 | 1 | -0/+2 |
| | | | | | changes its object path. | ||||
| * | support header icon states as per the spec -- different icons for disabled, ↵ | Charles Kerr | 2013-12-06 | 1 | -3/+9 |
| | | | | | enabled, and enabled-with-connected-devices | ||||
| * | add a 'connected' property as a simple hook to whether or not we have any ↵ | Charles Kerr | 2013-12-06 | 2 | -1/+23 |
| | | | | | connected bluetooth devices | ||||
| * | on the desktop, show a bluetooth indicator if the hardware supports ↵ | Charles Kerr | 2013-12-06 | 1 | -2/+2 |
| | | | | | bluetooth and if the user has chosen for the indicator to be visible. | ||||
