Skip to content
Snippets Groups Projects
  1. Aug 05, 2021
    • Ming Rui Zhang's avatar
      wizardview: add tests & small issue fixes · bbdecfaa
      Ming Rui Zhang authored and Andreas Traczyk's avatar Andreas Traczyk committed
      1. Move accountStatusChanged and profileUpdated signals
         out from safeInit.
      2. Add interrupter concept into Utils::oneShotConnect
         to avoid oneShotConnect being triggered after.
      3. Add varieties of tests for wizardview including
         accounts creation tests (SIP, Jami, Rendezvous, Backup)
      4. Remove uncleared stackLayoutIndex
      
      Gitlab: #470
      
      Change-Id: I22c04811110b277eee53610f4ae34c924316a20a
      bbdecfaa
  2. Aug 03, 2021
  3. Aug 02, 2021
    • Jenkins's avatar
      i18n: automatic bump · 06ebd40b
      Jenkins authored
      Change-Id: I0f3951cf470eb1dddd3139a2263874152adfa6ac
      06ebd40b
    • Andreas Traczyk's avatar
      swarm: prevent interacting with read-only conversations · f05ffbce
      Andreas Traczyk authored
      Read-only conversation has:
      - a lock icon in the smartlist item
      - no message send bar in the chat view
      - no call actions available from the chat view header
      - no call actions available from the smartlist context menu
      - no double click to call
      
      Change-Id: I0497b94038b450f0a0a22fc007de1281b7b2214d
      Gitlab: #475
      f05ffbce
  4. Jul 29, 2021
  5. Jul 28, 2021
  6. Jul 27, 2021
  7. Jul 26, 2021
  8. Jul 23, 2021
  9. 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
  10. Jul 20, 2021
  11. Jul 19, 2021
  12. Jul 16, 2021
  13. Jul 15, 2021
  14. Jul 14, 2021
  15. Jul 13, 2021
  16. 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
Loading