summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lib: Add debug when pairing is successfulBastien Nocera2021-12-021-0/+2
* lib: Remove bluetooth_client_dump_device()Bastien Nocera2021-11-303-72/+0
* lib: Remove test-client test applicationBastien Nocera2021-11-302-310/+0
* lib: Remove bluetooth_client_get_model()Bastien Nocera2021-11-303-21/+0
* lib: Remove bluetooth_client_get_device()Bastien Nocera2021-11-303-22/+0
* settings: Port to GListModel APIBastien Nocera2021-11-301-201/+88
* lib: Remove unused bluetooth_settings_row_new()Bastien Nocera2021-11-302-14/+0
* lib: Fix "proxy" property descriptionBastien Nocera2021-11-301-1/+1
* lib: Make row's "proxy" property construct-onlyBastien Nocera2021-11-301-2/+2
* lib: Add helper to create row from BluetoothDeviceBastien Nocera2021-11-302-0/+76
* settings: Port obexpush code to use new GListModelBastien Nocera2021-11-301-43/+36