Skip to content
Snippets Groups Projects
  1. Dec 15, 2021
  2. Dec 13, 2021
  3. Dec 06, 2021
  4. Dec 02, 2021
    • Sébastien Blin's avatar
      accessibility: make button readable by screen readers · b34b8cf5
      Sébastien Blin authored
      GitLab: #601
      Change-Id: Ic60d035776c5a3ae9f1e6ee93b283c7c422d39f5
      b34b8cf5
    • Aline Gondim Santos's avatar
      misc: av settings · 218aa35e
      Aline Gondim Santos authored
      + remove "Preview unavailable" and only set preview as invisible if no video device
      + fix preview not starting after branching device
      + resets eudiometer if no videodevice.listsize changes
      + fix preview visibility in recorderbox
      + fix recorderbox closing when changing from conversation to settings
      
      GitLab: #608
      GitLab: #610
      Change-Id: Ie7069934abdf5005ed8360fad20c0de20bdc1a43
      218aa35e
  5. Nov 17, 2021
    • Aline Gondim Santos's avatar
      videoInput: use new api · a126eb69
      Aline Gondim Santos authored and Sébastien Blin's avatar Sébastien Blin committed
       - VideoSettings OK
       - PhotoBooth OK
       - Calls - mostly ok, have to test camera unplugin/replugin/multiplecameras
         -> seems to leak, client freezing in calls/conferences
       - Recording - OK
      
      Change-Id: I49362900979d48abf2507ab89fcb261808423445
      Unverified
      a126eb69
  6. Nov 08, 2021
  7. Nov 04, 2021
  8. Nov 02, 2021
  9. Oct 28, 2021
  10. Oct 27, 2021
  11. Oct 21, 2021
  12. Oct 01, 2021
  13. Sep 16, 2021
  14. Sep 14, 2021
    • Ming Rui Zhang's avatar
      settings: refactor for SettingsView - stage two · e0737f4b
      Ming Rui Zhang authored
      1. Remove redundant functions in AvAdapter
      2. Add CurrentDevice for video device treatment
         Audio device treatment should be improved in the next
         stage
      3. Add QSortFilterProxyModel to all video list models and
         manage them together to avoid redundant function calls
      4. Video device call action should be responsive to device
         change as well
      
      Gitlab: #508
      
      Change-Id: I3df949a08bc19042b73f033139cd6ab06925c0b6
      e0737f4b
    • 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
    • Andreas Traczyk's avatar
      audio-preview: synchronize start/stop calls off the UI thread · f7ce4b69
      Andreas Traczyk authored and Ming Rui Zhang's avatar Ming Rui Zhang committed
      Use QThreadpool to queue the start and stop of the audio device preview.
      
      Gitlab: #522
      Change-Id: I476e754628e0d1e00475c0ead7f1421579683ada
      f7ce4b69
  15. Sep 07, 2021
  16. Sep 03, 2021
  17. 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
    • Ming Rui Zhang's avatar
      listview; remove unused border in ListViewJami · cc440b93
      Ming Rui Zhang authored
      Change-Id: Ie0e704090bf00002d6db9327396485fb32061a98
      cc440b93
  18. Aug 23, 2021
  19. Aug 16, 2021
    • Ming Rui Zhang's avatar
      materialLineEdit: ui simplification · a811b966
      Ming Rui Zhang authored
      materialLineEdit should be a rather simple component and
      any futher changes should be in another component such as
      UsernameLineEdit.
      
      Change-Id: I7d284c6fa87653468e64fd42874f8042a58d99cf
      a811b966
  20. Aug 13, 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. Aug 11, 2021
  23. Aug 09, 2021
  24. Jul 29, 2021
  25. Jul 28, 2021
  26. 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
  27. Jul 19, 2021
  28. Jul 16, 2021
  29. 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
  30. Jul 12, 2021
    • 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
Loading