Skip to content
Snippets Groups Projects
  1. Mar 23, 2022
  2. 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
  3. Feb 23, 2022
  4. Feb 16, 2022
  5. Feb 11, 2022
  6. Feb 08, 2022
    • Aline Gondim Santos's avatar
      call: add window share button · 05d929cd
      Aline Gondim Santos authored
      This adds a windows sharing button in addition to the sharing options.
      This button is only available for linux systems and must be enabled
      for others (MacOS, Windows) once their windows sharing are functional.
      
      Change-Id: If378a23bc504fd3813382e84a41d914448707616
      GitLab: #668
      05d929cd
  7. Feb 01, 2022
  8. Jan 28, 2022
  9. Jan 21, 2022
  10. Jan 11, 2022
  11. Jan 06, 2022
  12. Dec 21, 2021
  13. Dec 16, 2021
  14. Dec 13, 2021
  15. Dec 06, 2021
  16. Dec 01, 2021
  17. Nov 30, 2021
  18. Nov 12, 2021
    • Aline Gondim Santos's avatar
      conference: improve participant overlay · 3380a267
      Aline Gondim Santos authored
      - In another participant video, if I am moderator, I will see local state at bottom and moderator state on top;
      - In another participant video, if I am NOT moderator, I will see only one state at bottom representing both local and moderator;
      - In my own video, if I am NOT moderator, I will have my local state at bottom left and moderator state top left with a tooltip but no action;
      - In my own video, if I am moderator, I will have my local state at bottom left and moderator state top left with an action.
      
      Change-Id: I649d4aeefdd15aa3b554d78948849804ad94a9cd
      GitLab: #593
      3380a267
  19. Nov 08, 2021
  20. Nov 01, 2021
  21. Oct 27, 2021
  22. Oct 21, 2021
  23. Oct 07, 2021
  24. Oct 01, 2021
  25. Sep 14, 2021
    • Ming Rui Zhang's avatar
      settings: refactor for SettingsView - stage one · a196513d
      Ming Rui Zhang authored
      1. Add account config QML properties and use them
         in settings directly to avoid manual update
      2. Rough clean up for video/audio settings
      3. Remove settingsAdapter entirely and split the
         responsibility
      
      Change-Id: Icf81b91d5a3a0dd9f2a52824159cd222367b801f
      a196513d
  26. Aug 30, 2021
    • Ming Rui Zhang's avatar
      settingsview: add line edit commits · 804ff2ac
      Ming Rui Zhang authored
      1. Line edit commits for all SettingsMaterialLineEdit
      2. LinkDeviceDialog & NameRegistrationDialog refactor
      3. Line edit commits for SettingSpinBox
      4. Clean up for SettingsMaterialLineEdit, SettingSpinBox
         and SettingsComboBox
      
      Change-Id: I025735ca8d1241e31655e859ac9ce5431985ce0c
      804ff2ac
    • Ming Rui Zhang's avatar
      settingsview: LinkedDevices view refactor · 66edc82b
      Ming Rui Zhang authored
      1. Remove deviceModel from AccountAdapter
      2. Use QSortFilterProxyModel to make sure that
         current device is always on top and the rest are
         in alphabetical order
      3. Elide device name properly in DeviceItemDelegate
      
      Change-Id: Ic66a11fb4a4a8cca65916653e0981b15c939bce6
      66edc82b
  27. Aug 23, 2021
  28. Aug 16, 2021
    • Ming Rui Zhang's avatar
      profilepage: improvments on ui · 6ceba6a7
      Ming Rui Zhang authored
      1. Remove the "Select file" button during the camera picture-taking process
      2. Add missing cancel (x) button during the first step of the camera picture-taking process
      3. Disable all interactive components when the account creation is unfinished
      
      Gitlab: #486
      Change-Id: I91e279052aecdd9327f59e9a1377c344d9052323
      6ceba6a7
  29. Aug 13, 2021
  30. Aug 09, 2021
Loading