Skip to content
Snippets Groups Projects
  1. May 25, 2023
  2. May 23, 2023
    • Andreas Traczyk's avatar
      misc: fix clazy warnings · 05a09a82
      Andreas Traczyk authored
      Fix some warnings, and possible some bugs related to bad QObject::connects.
      
      Gitlab: #938
      Change-Id: Id4ca9a48b929e7c59df8cf20c6df3504c7971b4c
      05a09a82
  3. Apr 11, 2023
  4. Apr 04, 2023
    • Sébastien Blin's avatar
      participantsmodel: move to current call · 1ed5bb1e
      Sébastien Blin authored
      Not useful in calladapter as we need to check if it's for the current
      call. Also, fix some race-confitions where the callparticipantsmodel
      was empty (in swarm-call with only the host in general)
      
      #639
      
      Change-Id: I69df1aa9f7d2d5b198c0fdc01e88e36f9c2c0bd7
      1ed5bb1e
  5. Mar 08, 2023
  6. Mar 03, 2023
  7. Feb 06, 2023
  8. Jan 31, 2023
  9. Jan 10, 2023
  10. Dec 30, 2022
  11. Dec 27, 2022
  12. Nov 17, 2022
  13. Nov 02, 2022
  14. Oct 29, 2022
  15. Oct 17, 2022
  16. Oct 06, 2022
  17. Sep 26, 2022
  18. Aug 15, 2022
  19. Aug 11, 2022
  20. Jul 12, 2022
  21. Jul 11, 2022
    • Sébastien Blin's avatar
      conferences: support multistream · 553bd421
      Sébastien Blin authored
      In a conference, with this patch, the user is able to share
      a media while keeping the camera. The mute button for the camera
      only control the camera and we use requestMediaChange to add medias.
      To stop sharing a media, the user will click on the dedicated button.
      If the peer is not compatible with multistream, the behavior will
      be the same as before
      
      jami-project#1429
      Change-Id: If5e0634be6d0d06900ad82554b32a524fd4db36c
      553bd421
    • Sébastien Blin's avatar
      conversationmodel: avoid duplicated requests when receiving a call · 54687078
      Sébastien Blin authored
      Because the call and the conversation's requests are not related,
      we can receive a call before the conversation's request. In this
      case, a duplicate was created when accepting the call.
      Moreover, accepting a call is now separated from accepting a contact,
      like the android client (and accepting a conversation needs an explicit
      action from the user).
      
      Change-Id: I7c3eb34b7e121b63f1b8c99d084a5165054670d5
      54687078
  22. Jun 17, 2022
  23. May 19, 2022
  24. Apr 05, 2022
  25. Mar 09, 2022
  26. Mar 08, 2022
    • Andreas Traczyk's avatar
      video: use QVideoSink/VideoOutput and QVideoFrame instead of QImage · e7cc0497
      Andreas Traczyk authored and Adrien Béraud's avatar Adrien Béraud committed
      Removes the rendermanager and framewrapper objects along with any
      QQuickPaintedItem-based QML render widget classes. This simplifies
      the video widget stack implementation.
      
      The new mechanism uses the VideoOutput component of QtMultimedia.
      By accessing the VideoOutput's QVideoSink object, we update the
      mapped buffer data of a sink's QVideoFrame when new frames are
      published. Updates to frames and component sink subscriptions are
      managed by a new class called VideoProvider.
      
      Gitlab: #500
      Also #536
      
      Change-Id: I2391a32294922ea435ab80ac1f876c004ff6c21e
      e7cc0497
  27. Jan 06, 2022
  28. Nov 19, 2021
  29. Nov 17, 2021
  30. Nov 15, 2021
  31. Nov 04, 2021
  32. Nov 01, 2021
Loading