Skip to content
Snippets Groups Projects
  1. Apr 24, 2020
    • George Kiagiadakis's avatar
      object-manager: implement the 'installed' signal and improve state management · 9f1b46ee
      George Kiagiadakis authored
      The 'installed' signal can be used to know that there are no
      known objects that are being prepared internally, so the object
      manager is ready to use.
      
      This also improves internal state management so that the 'objects-changed'
      signal cannot be fired earlier than it should. Previously there
      were corner cases with complex proxy features, as the object manager
      relied on the fact that after a core 'sync' it is safe to assume
      that all proxies are augmented... that's not always the case.
      9f1b46ee
  2. Apr 23, 2020
  3. Apr 22, 2020
  4. Apr 21, 2020
  5. Apr 14, 2020
  6. Feb 19, 2020
  7. Feb 11, 2020
    • George Kiagiadakis's avatar
      proxy/core: refactor object creation · 9330208a
      George Kiagiadakis authored
      * core no longer exposes create_remote/local_object
      * node, device & link have constructor methods
        to enable the create_remote_object functionality
      * added WpImplNode to wrap pw_impl_node and allow creating
        "local" node instances
      * added WpSpaDevice to wrap spa_device and allow creating
        "local" device instances
      * exporting objects in all cases now happens by requesting
        FEATURE_BOUND from the proxy, eliminating the need for WpExported
      * replaced WpMonitor by new, simpler code directly in module-monitor
      * the proxy type lookup table in WpProxy is gone, we now
        use a field on the class structure of every WpProxy subclass
        and iterate through all the class structures instead; this is
        more flexible and extensible
      9330208a
  8. Jan 22, 2020
  9. Jan 13, 2020
  10. Nov 07, 2019
  11. Nov 06, 2019
  12. Aug 27, 2019
  13. Aug 26, 2019
  14. Aug 25, 2019
  15. Jul 25, 2019
  16. Jul 10, 2019
  17. Jun 20, 2019
  18. Jun 19, 2019
  19. Jun 18, 2019
  20. Jun 17, 2019
Loading