Skip to content
Snippets Groups Projects
  1. Mar 23, 2022
  2. Mar 17, 2022
  3. Mar 10, 2022
  4. 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
  5. Feb 23, 2022
  6. Feb 18, 2022
  7. Feb 08, 2022
  8. Jan 28, 2022
    • Sébastien Blin's avatar
      datatransferimage: improve memory usage · 50456675
      Sébastien Blin authored
      + Reduce listview caching' size by 50%
      + use sourceSize to compress images and speedup loading
      + use autoTransform: true to rotate images when needed
      
      Change-Id: Idf1babdc73f43aa6a79b89428c25c5d06856c0ef
      GitLab: #649
      50456675
  9. Jan 21, 2022
  10. Jan 19, 2022
  11. Jan 11, 2022
  12. Jan 10, 2022
    • Sébastien Blin's avatar
      mainapplication: fix fullscreen management · 0a7a6643
      Sébastien Blin authored
      Remove all references to appWindow.isFullScreen and uses visibility
      Store latest state to keep previous states when passing the call
      in fullscreen or a media player. Fix also fullscreen's transition
      on media messages
      
      Change-Id: I1b141fc052aa607561275faf231504f48b3c49b8
      0a7a6643
  13. Jan 06, 2022
  14. Jan 05, 2022
    • Aline Gondim Santos's avatar
      conf: fix participant menu focus · fcd8a907
      Aline Gondim Santos authored
      Superposing a MouseArea and a hover in a child
      component may cause focus problems.
      This replaces MouseArea for a HoverHandler
      in the participant moderator menu.
      
      Change-Id: Ic4eb763c79f04198d3a2a2f24636fb2a09dca172
      GitLab: #601
      fcd8a907
  15. Dec 22, 2021
  16. Dec 21, 2021
  17. Dec 20, 2021
  18. Dec 15, 2021
  19. Dec 13, 2021
  20. Dec 07, 2021
  21. Dec 06, 2021
  22. Dec 02, 2021
Loading