Skip to content
Snippets Groups Projects
  1. Jul 29, 2022
    • Fadi Shehadeh's avatar
      wizard: implement new wizard details · 41c21dac
      Fadi Shehadeh authored and Sébastien Blin's avatar Sébastien Blin committed
      This changes many things:
      + Except the backup page, all pages were re-designed
      + Heavily modify buttons and line edits with new components style
      + Update switches themes
      + Re-work username
      + Add future components
      + Update strings
      + Update PhotoBoothView
      
      GitLab: #769
      GitLab: #770
      GitLab: #766
      Change-Id: Ic97d36cf8c86c4242013bf71a524887f7ce56f8f
      41c21dac
  2. Jul 22, 2022
  3. Jul 21, 2022
    • Fadi Shehadeh's avatar
      JamiIdentifier · 8fb34e34
      Fadi Shehadeh authored and Sébastien Blin's avatar Sébastien Blin committed
      - created the jamiIdentifier
      - possibility to share and copy to clipboard
      - contains the identifier or in best case the username
      
      Change-Id: Ib4578c872100253a1392e938dcd731d9118da5da
      GitLab: #770
      8fb34e34
  4. Jul 19, 2022
  5. May 19, 2022
  6. May 03, 2022
  7. Apr 26, 2022
  8. Mar 23, 2022
  9. 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
  10. Feb 01, 2022
  11. Jan 11, 2022
    • Andreas Traczyk's avatar
      mainapplication: isolate window mode logic in a top-level component · b0fd8032
      Andreas Traczyk authored
      Logic for fullscreen/windowed mode switching is scattered within
      the main ApplicationWindow and other components. Ideally,
      components that need to transition to fullscreen, can make a dumb
      request to module in charge of making the necessary checks and
      carrying out the mode change.
      
      This patch introduces the LayoutManager used to isolate this logic.
      
      Change-Id: I0e5b932617d2b88eda1533f25a5d55fc1c66c438
      b0fd8032
  12. Dec 21, 2021
  13. Nov 04, 2021
  14. Oct 27, 2021
  15. Oct 21, 2021
  16. Oct 07, 2021
  17. Oct 06, 2021
  18. Aug 23, 2021
  19. Aug 13, 2021
  20. Aug 09, 2021
  21. Aug 05, 2021
  22. Jul 29, 2021
  23. Jul 21, 2021
    • Andreas Traczyk's avatar
      resources: remove unused images and icons · 1a61af02
      Andreas Traczyk authored
      gen-resources.py should be used to generate resources.qrc and
      JamiResources.qml. Steps to add an image resource:
      - add the resource file to the appropriate path under resources/
      - run gen-resources.py
      - use the newly available resource
      
      Note: only icons and images will be represented by Qml properties.
      
      The resource file generation may be made to run during CMake
      configuration in a subsequent commit.
      
      Some unused components were also removed during the refactor.
      
      Gitlab: #477
      Change-Id: I8e7f13d465031666be2bbadd5f29f9afc94d210d
      1a61af02
  24. Jul 14, 2021
    • Sébastien Blin's avatar
      generalsettings: add file transfer settings · 417a0fe0
      Sébastien Blin authored
      + Auto accept files from trusted sources (default: true)
      + Auto accept files from untrusted sources (default: false)
      + Size limit (default: 20Mb)
      
      Change-Id: I0e1068e3996786b23ba9a7797d02b7f8bb0f89d1
      GitLab: #160
      417a0fe0
  25. Jul 12, 2021
    • Ming Rui Zhang's avatar
      messagewebview: QML invition page implementation · b3d853a0
      Ming Rui Zhang authored
      Gitlab: #469
      
      Change-Id: I661185530ee3703527fd85a7022b42a3bcb7f579
      b3d853a0
    • Andreas Traczyk's avatar
      swarm: simplify and update avatar update mechanism · 4bda3306
      Andreas Traczyk authored
      Implements a leaner avatar caching system. The avatar component
      listens for uid filtering its id, which may be:
      - conversation id
      - account id
      - contact uri
      
      In response to the uid change, a the image source is updated with
      a new image url invoking a fresh QQuickImageProvider query. With
      this design, only the avatarregistry's uid mapping needs to be
      updated when profiles are changed, and no longer should specific
      avatar components receive manual source updates.
      
      Gitlab: #466
      Change-Id: Ie5313f5c187a0977ca51b890dd92187480a42537
      4bda3306
  26. Jul 09, 2021
    • Ming Rui Zhang's avatar
      messagewebview: chatview message bar qml replacement - logic completion · f8d5ab7f
      Ming Rui Zhang authored
      Functionalities checklist:
        1. Emoji picker refinement
        2. DropArea on messageWebView
        3. Record box
        4. Send message button visibility
        5. TextArea paste (can paste image, files directly)
        6. TextArea content draft
        7. TextArea - Enter key -> Send message
        8. TextArea - Shift + Enter key -> New line
        9. TextArea - Composing indicator
        10. TextArea - Placeholder text
      
      Change-Id: I115ad2927b74264dd396aa55b77a8f003dcd746b
      f8d5ab7f
    • Ming Rui Zhang's avatar
      messagewebview: chatview message bar qml replacement - ui · 14620f8b
      Ming Rui Zhang authored
      1. New emoji picker by customizing emoji.js
      2. New message bar ui (textarea, buttons, tooltips)
      3. New pending files transfer container
      4. Use MaterialToolTip for all PushButton
      
      Change-Id: I05d0531c65c019ced42b04668a780919c8a4fac3
      14620f8b
  27. Jun 02, 2021
Loading