Skip to content
Snippets Groups Projects
  1. Mar 07, 2022
    • Andreas Traczyk's avatar
      video: refactor pipelines · 98b07d46
      Andreas Traczyk authored
      + Reduce the complexity of, and refactor the video management code.
      + Replace the directrenderer pipeline with one that permits clients
        to map and provide a custom video buffer.
      
      Note: this removes the "useAVFrame" path for now.
      
      Gitlab: #500
      Also jami-client-qt#536
      
      Change-Id: Ia326c452c7887086acc75e8eb52fa24b7f4cf25b
      98b07d46
  2. Mar 02, 2022
  3. Feb 28, 2022
  4. Feb 21, 2022
  5. Feb 16, 2022
  6. Feb 14, 2022
  7. Feb 11, 2022
  8. Feb 07, 2022
  9. Feb 02, 2022
  10. Jan 31, 2022
  11. Jan 28, 2022
  12. Jan 27, 2022
  13. Jan 24, 2022
  14. Jan 19, 2022
  15. Jan 17, 2022
  16. Jan 06, 2022
  17. Jan 03, 2022
  18. Dec 30, 2021
    • Sébastien Blin's avatar
      misc: clean warnings · 593f2234
      Sébastien Blin authored
      Change-Id: Id0a23dc290e699bbf33cf87857ea92551df9da04
      593f2234
    • Sébastien Blin's avatar
      dbus: Q_DECLARE_METATYPE must be called with qRegisterMetaType<> · 90305b7a
      Sébastien Blin authored
      From the documentation:
      
          To use the type T in QVariant, using Q_DECLARE_METATYPE() is
          sufficient. To use the type T in queued signal and slot
          connections, qRegisterMetaType<T>() must be called before the
          first connection is established.
      
      I don't really understand why it was working with Qt 5.15, but the
      code was not working with Qt 6, so add qRegisterMetaType to fix
      signals.
      Moreover, previous qRegisterMetaType<> in ContactModel was
      misplaced.
      
      jami-client-qt#601
      
      Change-Id: I309de4b980d961ac352529419f895be369a87433
      90305b7a
    • Sébastien Blin's avatar
      preferences: remove unused shortcut API · af653f14
      Sébastien Blin authored
      Change-Id: I534716ec60cf3456a028c7cc926be7fe4b4a79d6
      af653f14
    • Sébastien Blin's avatar
      profiles: do not constantly load contact's avatar · 36784c93
      Sébastien Blin authored
      When a user has a lot of contacts, the memory is filled with
      profiles that aren't even shown.
      So, avoid to store the avatar into profileInfos and let
      the client manages this part to reduce memory usage.
      
      Change-Id: I33340436059153293e0c5c739d2b9d963935401a
      36784c93
  19. Dec 28, 2021
  20. Dec 27, 2021
  21. Dec 23, 2021
  22. Dec 22, 2021
  23. Dec 20, 2021
  24. Dec 13, 2021
  25. Dec 06, 2021
  26. Dec 02, 2021
  27. Dec 01, 2021
  28. Nov 24, 2021
  29. Nov 22, 2021
  30. Nov 17, 2021
  31. Nov 16, 2021
Loading