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. Oct 01, 2024
    • ovari's avatar
      misc: unify terminology · c5548698
      ovari authored and François-Simon Fauteux-Chapleau's avatar François-Simon Fauteux-Chapleau committed
      smart quotes {“,”,’}
      remove spaces in keyboard shortcuts, eg Ctrl + F → Ctrl+F
      add participant → invite member
      A(n) [type] error occurred while [attempting to] {verb} {noun}.
      avatar → profile picture
      ban → block
      join in… → join with…
      mute camera → stop camera
      plugin → extension
      request → invitation
      unmute camera → start camera
      
      GitLab: #1730
      Change-Id: Ied169aea3b15b341ff467bc838c70da6a3d5050f
      c5548698
  3. Jan 03, 2024
  4. Nov 17, 2023
  5. Aug 21, 2023
  6. Aug 01, 2023
  7. May 23, 2023
    • Andreas Traczyk's avatar
      misc: fix clazy warnings · 05a09a82
      Andreas Traczyk authored
      Fix some warnings, and possible some bugs related to bad QObject::connects.
      
      Gitlab: #938
      Change-Id: Id4ca9a48b929e7c59df8cf20c6df3504c7971b4c
      05a09a82
  8. Apr 14, 2023
  9. Apr 07, 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. Oct 12, 2022
  13. Jul 29, 2022
    • Fadi Shehadeh's avatar
      wizard: implement new wizard details · 41c21dac
      Fadi Shehadeh authored and Sébastien Blin's avatar Sébastien Blin committed
      This changes many things:
      + Except the backup page, all pages were re-designed
      + Heavily modify buttons and line edits with new components style
      + Update switches themes
      + Re-work username
      + Add future components
      + Update strings
      + Update PhotoBoothView
      
      GitLab: #769
      GitLab: #770
      GitLab: #766
      Change-Id: Ic97d36cf8c86c4242013bf71a524887f7ce56f8f
      41c21dac
  14. May 19, 2022
  15. Apr 26, 2022
  16. Jan 06, 2022
  17. Dec 21, 2021
  18. Aug 23, 2021
  19. 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
  20. 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
  21. Apr 07, 2021
  22. Mar 26, 2021
  23. Mar 25, 2021
    • Ming Rui Zhang's avatar
      misc: qml module import clean up · fcb56bfb
      Ming Rui Zhang authored
      The main reason for this change is to remove the misusage
      of QQuick one in ElidedTextLabel and useless QQuick one
      module import
      
      Change-Id: Ie296c0f7a90c6ec26ab85bcf3d8b75393463fbed
      fcb56bfb
  24. Mar 22, 2021
  25. Feb 03, 2021
  26. Dec 07, 2020
  27. Oct 23, 2020
  28. Oct 08, 2020
  29. Sep 17, 2020
  30. Sep 15, 2020
  31. Sep 10, 2020
    • Andreas Traczyk's avatar
      qml interop: remove clientwrapper · ae058405
      Andreas Traczyk authored
      The clientwrapper class masks granular object registration within
      qml, and encourages code duplication between viewmodels(adapters)
      and code lasagnafication and the misuse of declarative Qml.
      
      Change-Id: I85fef214363e62e54fc0681282323ea4861000d6
      Gitlab: #66
      ae058405
    • Aline Gondim Santos's avatar
      settings: code clean up · c5687508
      Aline Gondim Santos authored and Aline Gondim Santos's avatar Aline Gondim Santos committed
      Correct Layout and Anchors emplacement
      Erase inutile code
      Fix binding loop warnings
      Replace magic numbers by JamiTheme values
      Remove multiline comments from qml files
      
      Change-Id: Icdde094750ccc39fa3b3c9fb9368f8609eb8981d
      Gitlab: #5
      c5687508
Loading