Skip to content
Snippets Groups Projects
  1. Feb 02, 2023
  2. Feb 01, 2023
  3. Jan 25, 2023
  4. Jan 18, 2023
    • Aline Gondim Santos's avatar
      window sharing: track window name change · e1d85b2d
      Aline Gondim Santos authored and Adrien Béraud's avatar Adrien Béraud committed
      If a window changes its name, we should share the parent process windows.
      This can happen with chrome, visual studio code and file explorer for example.
      
      + Fixes non opening SelectScreen window when Jami language changes.
      
      Change-Id: Ib16992dde08e6a9fa191c9fb1cbc4efd304efe6d
      e1d85b2d
  5. Jan 09, 2023
  6. 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
  7. Aug 03, 2022
  8. 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
  9. Jul 25, 2022
  10. May 19, 2022
  11. Mar 17, 2022
  12. 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
  13. Feb 23, 2022
  14. Feb 08, 2022
  15. Jan 06, 2022
  16. Dec 22, 2021
  17. Dec 21, 2021
  18. Dec 07, 2021
  19. Dec 01, 2021
  20. Aug 23, 2021
  21. Aug 12, 2021
    • Andreas Traczyk's avatar
      misc: refactor materialbutton · 9914d496
      Andreas Traczyk authored
      A button component should have implicit dimensions based on it's
      content item. This patch provides implicit dimensioning around the
      content item so that non-fixed size buttons can be made by not
      specifying the preferredWidth property.
      
      Change-Id: Idc30eb1d9a33d8dd4b416e1060b45593b4fc4cba
      9914d496
  22. Mar 25, 2021
    • Ming Rui Zhang's avatar
      misc: qml module import clean up · fcb56bfb
      Ming Rui Zhang authored
      The main reason for this change is to remove the misusage
      of QQuick one in ElidedTextLabel and useless QQuick one
      module import
      
      Change-Id: Ie296c0f7a90c6ec26ab85bcf3d8b75393463fbed
      fcb56bfb
  23. Mar 22, 2021
  24. Dec 14, 2020
    • Albert  Babí Oller's avatar
      misc: change the way of manipulating window's display screen · 7f7e4b22
      Albert Babí Oller authored and Ming Rui Zhang's avatar Ming Rui Zhang committed
      - avoid using screen number as display number on Linux
      - support for area selection over multiple screens on Linux
      - make getFrame null safe
      - make video-full-screen mode show in the correct screen
      - add the option of "share all screens"
      - use x11 api for unix system for sharing screen areas
      
      Gitlab: #160
      
      Change-Id: Ibe47a4150b6a213950a0533d85e8cd7d5d159482
      7f7e4b22
  25. Dec 07, 2020
  26. Oct 23, 2020
  27. Oct 08, 2020
    • Andreas Traczyk's avatar
      misc: fix image button svg rendering and cleanup button components · 5d8256fb
      Andreas Traczyk authored
      - provides a base component for rendering scaled svg images
      - simplifies the normal/hovered/pressed state transitions
      - uses color overlay to factor out image source changes for
        checked states
      - fixes sizing inconsistencies and visual bugs
      - removes manual background color changes and minimizes the use
        of MouseArea components
      - removes the unused HoverableGradienButton component
      
      Gitlab: #14
      Change-Id: I06357d3cc6d8d04d9d1f062753dc39223a64d4f6
      5d8256fb
  28. Sep 29, 2020
  29. Sep 15, 2020
  30. Sep 10, 2020
    • Aline Gondim Santos's avatar
      settings: code clean up · c5687508
      Aline Gondim Santos authored and Aline Gondim Santos's avatar Aline Gondim Santos committed
      Correct Layout and Anchors emplacement
      Erase inutile code
      Fix binding loop warnings
      Replace magic numbers by JamiTheme values
      Remove multiline comments from qml files
      
      Change-Id: Icdde094750ccc39fa3b3c9fb9368f8609eb8981d
      Gitlab: #5
      c5687508
  31. Aug 03, 2020
Loading