Skip to content
  1. Mar 18, 2024
  2. Mar 14, 2024
  3. Mar 12, 2024
  4. Mar 11, 2024
  5. Mar 08, 2024
  6. Mar 06, 2024
  7. Mar 02, 2024
  8. Feb 28, 2024
  9. Feb 24, 2024
  10. Feb 23, 2024
  11. Feb 22, 2024
  12. Feb 21, 2024
  13. Feb 20, 2024
  14. Feb 19, 2024
  15. Feb 18, 2024
  16. Feb 17, 2024
  17. Feb 16, 2024
  18. Feb 15, 2024
  19. Feb 14, 2024
  20. Feb 13, 2024
  21. Feb 12, 2024
  22. Feb 05, 2024
  23. Feb 02, 2024
  24. Jan 22, 2024
  25. Jan 18, 2024
  26. Jan 17, 2024
  27. Jan 13, 2024
    • Bastien Nocera's avatar
      ci: Fix missing glib2-devel dependency · 0065e868
      Bastien Nocera authored
      /usr/bin/gdbus-codegen --c-generate-autocleanup all --interface-prefix org.bluez --body --output lib/bluetooth-client-glue.c ../lib/bluetooth-client.xml
      Traceback (most recent call last):
        File "/usr/bin/gdbus-codegen", line 53, in <module>
          from codegen import codegen_main
        File "/usr/share/glib-2.0/codegen/codegen_main.py", line 29, in <module>
          from . import dbustypes
        File "/usr/share/glib-2.0/codegen/dbustypes.py", line 22, in <module>
          from . import utils
        File "/usr/share/glib-2.0/codegen/utils.py", line 22, in <module>
          import packaging.version
      ModuleNotFoundError: No module named 'packaging'
      0065e868
  28. Jan 10, 2024
    • Florian Müllner's avatar
      client: Remove device before emitting signal · 685b6df5
      Florian Müllner authored
      Otherwise any code that uses the items from the devices model
      in response to the signal will still get the removed device.
      
      While there are ways to deal with this on the caller side, it is
      less confusing when the model has already been updated at the time
      the signal is emitted. For the `device-added` signal this is already
      the case, as the item is added before emitting the signal.
      685b6df5