Skip to content
Snippets Groups Projects
  1. Jul 29, 2021
  2. Jul 28, 2021
  3. Jul 27, 2021
  4. Jul 26, 2021
  5. Jul 23, 2021
  6. 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
  7. Jul 20, 2021
  8. Jul 19, 2021
  9. Jul 16, 2021
  10. Jul 15, 2021
  11. Jul 14, 2021
  12. Jul 13, 2021
  13. 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
  14. Jul 09, 2021
    • Andreas Traczyk's avatar
      lrcinstance: remove custom setter/getter for currentAccountId · 285316dd
      Andreas Traczyk authored
      Using a custom getter setter cause the setting of the value to
      require manual changed signal emission and in addition to being
      error prone, this prevents the changed signal from being emitted
      upon initial selection. Some excess workaround code may be removed
      in following commits.
      
      This patch also refactors the banned contact signaling as part of
      an accountadapter connection cleanup.
      
      Change-Id: I73fb751001e53e086adc7a6a8d706671c2878a77
      285316dd
    • 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
  15. Jul 08, 2021
  16. Jul 06, 2021
Loading