- 10 May, 2022 1 commit
-
-
Bastien Nocera authored
Escape the device name/alias before using it as a label. Closes: #115
-
- 08 May, 2022 1 commit
-
-
- 07 May, 2022 2 commits
-
-
-
Jordi Mas authored
-
- 25 Mar, 2022 1 commit
-
-
- 24 Mar, 2022 1 commit
-
-
- 18 Mar, 2022 1 commit
-
-
Bastien Nocera authored
-
- 17 Mar, 2022 1 commit
-
-
- 13 Mar, 2022 1 commit
-
-
- 12 Mar, 2022 2 commits
-
-
- 11 Mar, 2022 1 commit
-
-
- 10 Mar, 2022 5 commits
-
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
As supported by bluez in its MIDI plugin.
-
Bastien Nocera authored
-
- 08 Mar, 2022 1 commit
-
-
Ask Hjorth Larsen authored
-
- 05 Mar, 2022 1 commit
-
-
- 04 Mar, 2022 1 commit
-
-
- 02 Mar, 2022 1 commit
-
-
- 28 Feb, 2022 1 commit
-
-
- 26 Feb, 2022 1 commit
-
-
Piotr Drąg authored
-
- 24 Feb, 2022 4 commits
-
-
Bastien Nocera authored
"The latest", always, as we add new functionality to python-dbusmock that we rely on to run our tests.
-
Bastien Nocera authored
-
Bastien Nocera authored
When an adapter is removed while bluetoothd is still running (eg. not crashing as we also want to handle), suppress the emission of device-removed so that front-ends don't think that every device is removed. We implement this by queue device-removed signals until the next mainloop iteration instead of sending it straight away. Closes: gnome-shell#1426 Closes: gnome-shell#5058
-
Bastien Nocera authored
As we will defer device removal slightly.
-
- 23 Feb, 2022 13 commits
-
-
Bastien Nocera authored
Fixes: 49799919
-
-
Bastien Nocera authored
-
Bastien Nocera authored
Fix possible race between UPower and Bluez when creating the BluetoothClient. Bluetooth-DEBUG: Successfully created UpClient Bluetooth-DEBUG: Got initial list of 2 UPower devices Bluetooth-DEBUG: Considering UPower device /org/freedesktop/UPower/devices/mouse_dev_11_22_33_44_55_66 Bluetooth-DEBUG: Could not find bluez device for upower device /org/bluez/hci0/dev_11_22_33_44_55_66 Bluetooth-DEBUG: Considering UPower device /org/freedesktop/UPower/devices/mouse_dev_11_22_33_44_55_67 Bluetooth-DEBUG: Could not find bluez device for upower device /org/bluez/hci0/dev_11_22_33_44_55_67 Bluetooth-DEBUG: Adding adapters from ObjectManager Bluetooth-DEBUG: Inserting adapter :1.2 /org/bluez/hci0 org.bluez.Adapter1 Bluetooth-DEBUG: Setting '/org/bluez/hci0' as the new default adapter Bluetooth-DEBUG: Emptying list store as default adapter changed Bluetooth-DEBUG: Coldplugging devices for new default adapter Bluetooth-DEBUG: Adding device '11:22:33:44:55:66' on adapter '/org/bluez/hci0' to list store Bluetooth-DEBUG: Adding device '11:22:33:44:55:67' on adapter '/org/bluez/hci0' to list store Bluetooth-DEBUG: New default adapter so invalidating all the default-adapter* properties The UpDevices are enumerated before we've even enumerated the Bluetooth adapters, so we don't have any BluetoothDevices to attach the UpDevices to. Wait until we've at least run through setting a default adapter before enumerating the UPower devices.
-
Bastien Nocera authored
Fix a warning when closing the file chooser without selecting a file, using keyboard shortcuts. GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'GtkWindow'
-
When running `bluetooth-sendto` without arguments and selecting some files, the app would try to access memory after the model list returned by gtk_file_chooser_get_files.
-
When running `bluetooth-sendto` without arguments, no window was shown.
-
Bastien Nocera authored
UnboundLocalError: local variable 'timeout' referenced before assignment Fixes: 9fb72c02
-
Bastien Nocera authored
Rather than wait for mainloop.
-
Bastien Nocera authored
-
Bastien Nocera authored
Check whether we've started the test more than ~28 seconds ago to avoid having the whole test time out at the meson level.
-
We have a private property to keep track of this already, let's use it and bail out of _bluetooth_client_set_default_adapter_discovering() if we're already discovering.
-
Bastien Nocera authored
Correctly loop for "timeout" seconds instead of returning after the first iteration of the mainloop.
-