summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Adapt includes to our usageBastien Nocera2021-12-061-1/+1
* lib: Remove remnants of older _setup_device()Bastien Nocera2021-12-062-9/+0
* lib: Modernise bluetooth_send_to_address()Bastien Nocera2021-12-064-19/+28
* tests: Add tests for bluetooth-utils functionsBastien Nocera2021-12-021-0/+59
* README: UpdateBastien Nocera2021-12-021-9/+3
* lib: Simplify enum types generationBastien Nocera2021-12-023-64/+3
* lib: Remove BluetoothStatus enum typeBastien Nocera2021-12-025-21/+4
* lib: Remove BluetoothColumn enum typeBastien Nocera2021-12-025-43/+4
* lib: Move constants inside the C sourceBastien Nocera2021-12-022-30/+30
* tests: Add first test for bluetooth-utilsBastien Nocera2021-12-022-0/+27
* 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
* tests: Add test for _connect_service() APIBastien Nocera2021-12-021-0/+24
* lib: Use GListModel in _set_trusted()Bastien Nocera2021-12-021-10/+8
* tests: Add test for _set_trusted() APIBastien Nocera2021-12-021-0/+24
* 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
* tests: Verify values after wait_for_condition()Bastien Nocera2021-12-021-0/+2
* tests: Print test name before running it out-of-processBastien Nocera2021-12-021-0/+1
* tests: Add a timeout in wait_for_condition()Bastien Nocera2021-12-011-2/+7
* tests: Use "props" property to access GObject propertiesBastien Nocera2021-11-301-27/+27
* tests: Port pairing test to GListModel APIBastien Nocera2021-11-301-10/+7
* tests: Remove GtkTreeModel specific sections of testsBastien Nocera2021-11-301-40/+0
* ci: Add missing test dependenciesBastien Nocera2021-11-301-0/+2
* tests: Return correct exitcode for skipped testsBastien Nocera2021-11-301-2/+2
* ci: Fail CI when tests are skippedBastien Nocera2021-11-302-0/+26
* ci: Export build logsBastien Nocera2021-11-301-0/+4
* lib: Remove bluetooth_client_dump_device()Bastien Nocera2021-11-304-72/+4
* lib: Remove test-client test applicationBastien Nocera2021-11-302-310/+0
* lib: Remove bluetooth_client_get_model()Bastien Nocera2021-11-304-22/+5
* lib: Remove bluetooth_client_get_device()Bastien Nocera2021-11-304-22/+4
* sendto: Port to GListStore BluetoothClient APIBastien Nocera2021-11-301-35/+22
* 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
* lib: Add default-adapter-address propertyBastien Nocera2021-11-301-1/+15
* lib: Stop tracking default adapter in GtkTreeModelBastien Nocera2021-11-301-117/+28