Skip to content
Snippets Groups Projects
  1. Jan 15, 2024
  2. Jan 03, 2024
  3. Nov 27, 2023
  4. Jul 04, 2023
  5. May 23, 2023
  6. May 16, 2023
  7. May 11, 2023
    • Sébastien Blin's avatar
      i18n: support RTL languages · e073c6f8
      Sébastien Blin authored and Aline Gondim Santos's avatar Aline Gondim Santos committed
      This patch introduces some mechanisms to fully support RTL languages:
      1. RTL detection via UtilsAdapter::isRTL() checking the locale name
      2. Using QML mirroring when needed based on UtilsAdapter.isRTL
      3. Inverting panels in DualPaneView and JamiListView when needed
      with SinglePane support
      
      Moreover, lot of anchors are added to automatically manage layout
      updates.
      
      GitLab: #235
      Change-Id: I40c245f2d7fae96d796c53505af5403f5e813e7f
      e073c6f8
  8. Apr 14, 2023
  9. Apr 04, 2023
  10. Mar 23, 2023
  11. Mar 15, 2023
  12. Mar 10, 2023
    • Andreas Traczyk's avatar
      misc: save split view states · 9ff32433
      Andreas Traczyk authored
      This commit simplifies the view coordinator and restructures the main view stack to not include a split view.
      
      This removes workaround logic for single pane view support that was previously in the view coordinator.
      
      The main view is now a stack that may contain both single and dual pane views.
      
      The ListSelectionView further specializes DualPaneView to add an index-based or custom selection mechanism.
      
      Gitlab: #902
      Change-Id: I81c9fe579b95c8d4774c3e491a16d7600323c40c
      9ff32433
  13. Mar 01, 2023
  14. Feb 28, 2023
  15. Feb 17, 2023
    • Andreas Traczyk's avatar
      mainapp: dynamically load views · 14ae0006
      Andreas Traczyk authored
      Introduces the ViewCoordinator component to promote dynamic view loading and reduce coupling between components.
      
      The following objects are now created and destroyed as needed:
      - SettingsView
      - WizardView
      - dialogs
      
      Further refactoring will be required in order to do the same with the ConversationView, which now parents the ChatView and the CallStackView.
      
      Gitlab: #897
      Change-Id: Ice6a0c133e62e1e0c8d7fb99ec2c41234c049b59
      14ae0006
  16. Feb 06, 2023
  17. Feb 05, 2023
  18. Jan 31, 2023
  19. Dec 27, 2022
  20. Nov 02, 2022
  21. Oct 20, 2022
    • Aline Gondim Santos's avatar
      camera: fix closing · c0315bbc
      Aline Gondim Santos authored
      - camera stays open after call with dbus
      - camera stays open after call to account on same device
      
      Change-Id: I2f2adf37b681009adfced6fe4d02d326b9408866
      GitLab: #858
      c0315bbc
  22. Oct 14, 2022
  23. Oct 07, 2022
  24. Sep 23, 2022
  25. Aug 24, 2022
  26. Aug 15, 2022
  27. Aug 11, 2022
  28. 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
  29. May 19, 2022
  30. Apr 05, 2022
  31. 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
  32. Jan 21, 2022
  33. Jan 06, 2022
Loading