Skip to content
Snippets Groups Projects
  1. Aug 16, 2021
    • Ming Rui Zhang's avatar
      keyEvent: replace the unclear StandardKey comparisons · 77b8f285
      Ming Rui Zhang authored
      StandardKey.MoveToNextLine, StandardKey.MoveToPreviousLine
      and StandardKey.InsertParagraphSeparator maybe confusing and
      better to be replaced by direct key comparisons
      
      Change-Id: I13361a43437214b9368d01a97b2e542f57835964
      77b8f285
    • Ming Rui Zhang's avatar
      profilepage: improvments on ui · 6ceba6a7
      Ming Rui Zhang authored
      1. Remove the "Select file" button during the camera picture-taking process
      2. Add missing cancel (x) button during the first step of the camera picture-taking process
      3. Disable all interactive components when the account creation is unfinished
      
      Gitlab: #486
      Change-Id: I91e279052aecdd9327f59e9a1377c344d9052323
      6ceba6a7
  2. Aug 13, 2021
  3. Aug 12, 2021
  4. Aug 11, 2021
  5. Aug 09, 2021
  6. Aug 06, 2021
    • Andreas Traczyk's avatar
      misc: add a qml adapter class to represent the current conversation · 6b3bf514
      Andreas Traczyk authored
      Provides observable property representations of a conversation info
      structure. Is updated when the selected conversation Id changes.
      
      This object is only exposed in this commit, and will be used in
      subsequent commits to introduce a more declarative approach in the
      UI code.
      
      Change-Id: I25be0f6b82cf9341b67fbf04fdeb04bffbf8ab24
      6b3bf514
  7. Aug 05, 2021
  8. Aug 03, 2021
  9. 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
  10. Jul 29, 2021
  11. Jul 28, 2021
  12. Jul 27, 2021
  13. Jul 26, 2021
  14. Jul 23, 2021
  15. 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
  16. Jul 20, 2021
  17. Jul 19, 2021
Loading