summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* lib: Split UI and non-UI librariesBastien Nocera2022-01-194-33/+74
* lib: Remove adapter power-upBastien Nocera2022-01-181-6/+0
* lib: Add settings widget helper to enable Bluetooth adapterBastien Nocera2022-01-183-0/+21
* lib: Handle empty Icon property stringsBastien Nocera2022-01-171-1/+4
* lib: Use highest numbered adapter as the default oneBastien Nocera2022-01-061-1/+30
* lib: Rename default adapter change typeBastien Nocera2022-01-061-6/+7
* lib: Sort adapters before inserting themBastien Nocera2022-01-061-20/+34
* lib: Fix comment to not mention old APIBastien Nocera2022-01-061-2/+1
* lib: Fix memory leak on coldplugBastien Nocera2022-01-051-1/+2
* lib: Remove unused variableBastien Nocera2022-01-051-2/+0
* lib: Add more debug in the discovery codeBastien Nocera2022-01-051-3/+13
* lib: Correct debug statement in adapter_set_powered()Bastien Nocera2022-01-051-1/+2
* lib: Add more debug when powering up the default adapterBastien Nocera2021-12-161-1/+4
* lib: Make default-adapter-powered property settableBastien Nocera2021-12-161-1/+4
* lib: Simplify adapter_set_powered()Bastien Nocera2021-12-161-3/+12
* settings: Remove "sync" FIXMEBastien Nocera2021-12-151-2/+0
* lib: Update existing adapter reference when bluetoothd restartsBastien Nocera2021-12-151-16/+46
* lib: Add helper to check for the default adapterBastien Nocera2021-12-151-0/+15
* lib: Update device proxies when they changeBastien Nocera2021-12-151-0/+11
* lib: Split off notifying about default-adapter* propsBastien Nocera2021-12-151-5/+11
* lib: Fix adapter never getting powered after it's made defaultBastien Nocera2021-12-151-1/+1
* settings: Make proxy replaceableBastien Nocera2021-12-151-4/+4
* lib: Fix refcounting of BluetoothDevice::proxyBastien Nocera2021-12-151-1/+1
* lib: Add debug to adapter's "notify" callbackBastien Nocera2021-12-151-1/+10
* agent: Avoid agent re-registration warningBastien Nocera2021-12-151-1/+1
* agent: Add debug when unregistering an agentBastien Nocera2021-12-151-1/+3
* lib: Remove last sync callBastien Nocera2021-12-061-6/+53
* tests: Fix bluetooth-utils test buildBastien Nocera2021-12-061-1/+2
* lib: Remove GTK includesBastien Nocera2021-12-063-5/+0
* lib: Remove gtk include, add gio includeBastien Nocera2021-12-061-2/+1
* lib: Remove remnants of older _setup_device()Bastien Nocera2021-12-062-9/+0
* lib: Modernise bluetooth_send_to_address()Bastien Nocera2021-12-063-19/+24
* lib: Simplify enum types generationBastien Nocera2021-12-023-64/+3
* lib: Remove BluetoothStatus enum typeBastien Nocera2021-12-022-19/+0
* lib: Remove BluetoothColumn enum typeBastien Nocera2021-12-022-41/+0
* lib: Move constants inside the C sourceBastien Nocera2021-12-022-30/+30
* lib: Detect Bluetooth LE audio devicesBastien Nocera2021-12-021-0/+14
* lib: Update copyrightBastien Nocera2021-12-023-0/+3
* lib: Fix default-adapter-* properties notificationsBastien Nocera2021-12-021-24/+9
* lib: Remove GtkTreeModel from BluetoothClientBastien Nocera2021-12-022-352/+72
* lib: Remove GtkTreeModel usage when adding devicesBastien Nocera2021-12-021-1/+4
* lib: Use GListModel in _connect_service()Bastien Nocera2021-12-021-8/+9
* lib: Use GListModel in _set_trusted()Bastien Nocera2021-12-021-10/+8
* lib: Use GListModel in _cancel_setup_device()Bastien Nocera2021-12-021-7/+8
* lib: Remove GtkTreeModel usage when selecting new default adapterBastien Nocera2021-12-021-8/+16
* lib: Remove GtkTreeModel usage when populating GListModelBastien Nocera2021-12-021-8/+4
* lib: Use GListModel in _setup_device()Bastien Nocera2021-12-021-7/+8
* lib: Simplify device_notify_cb()Bastien Nocera2021-12-021-12/+1
* lib: Add helper to find a BluetoothDevice for a D-Bus object pathBastien Nocera2021-12-021-0/+18
* lib: Remove sync device removal during setupBastien Nocera2021-12-021-19/+2