Skip to content
Snippets Groups Projects
  1. Dec 19, 2024
    • ovari's avatar
      misc: unify terminology · 5352ded3
      ovari authored and Adrien Béraud's avatar Adrien Béraud committed
      Are you sure you → Do you really → Do you
      by a password → with a password
      confirmExtensionReset: OK → Reset
      confirmExtensionUninstall: OK → Uninstall
      confirmRmConversation → confirmLeaveConversation
      
      Change-Id: I8e61197a19fb61f3d362d76b1a6d676dcb842b75
      GitLab: #1730
      5352ded3
  2. Aug 21, 2024
  3. Jan 03, 2024
  4. Oct 24, 2023
  5. Jul 31, 2023
  6. Jul 28, 2023
  7. Jun 14, 2023
  8. Apr 14, 2023
  9. Mar 06, 2023
  10. Feb 17, 2023
    • Andreas Traczyk's avatar
      mainapp: dynamically load views · 14ae0006
      Andreas Traczyk authored
      Introduces the ViewCoordinator component to promote dynamic view loading and reduce coupling between components.
      
      The following objects are now created and destroyed as needed:
      - SettingsView
      - WizardView
      - dialogs
      
      Further refactoring will be required in order to do the same with the ConversationView, which now parents the ChatView and the CallStackView.
      
      Gitlab: #897
      Change-Id: Ice6a0c133e62e1e0c8d7fb99ec2c41234c049b59
      14ae0006
  11. Feb 06, 2023
  12. Feb 03, 2023
  13. Dec 23, 2022
  14. Nov 29, 2022
  15. Nov 19, 2022
    • Sébastien Blin's avatar
      swarmdetailspanel: show for 1:1 · 4a429072
      Sébastien Blin authored
      This allow users to set a color, notification preferences and get
      access to all documents in a conversation.
      
      Change-Id: I8fd4a46c0940afa0436f9c5b91188f87a05c5a2d
      4a429072
  16. Aug 03, 2022
  17. Jul 22, 2022
  18. Jul 05, 2022
  19. May 19, 2022
  20. Mar 23, 2022
  21. Jan 06, 2022
  22. Dec 21, 2021
  23. Nov 12, 2021
  24. Nov 02, 2021
  25. Aug 23, 2021
  26. Aug 13, 2021
  27. Aug 09, 2021
  28. Aug 02, 2021
    • 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
  29. 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
  30. Jul 12, 2021
  31. Jun 11, 2021
  32. Jun 01, 2021
  33. May 07, 2021
  34. Apr 19, 2021
Loading