Skip to content
Snippets Groups Projects
  1. Apr 09, 2024
  2. Feb 22, 2024
  3. Feb 21, 2024
  4. Feb 19, 2024
  5. Jan 26, 2024
    • Andreas Traczyk's avatar
      misc: implement frameless window · 35482fa9
      Andreas Traczyk authored
      Several major changes to the layout have been made.
      - The chat search bar is moved into the message search layout.
      - The Searchbar component is stripped of unused features.
      - Some remaining logic that was used to switch main loader components is removed.
      - ViewCoordinator.getView gets a "force create" parameter and we no longer preload low-cost views.
      
      NOTE: the option to use a frameless window is available within general settings
      
      Gitlab: #1524 (Frameless Window)
      Change-Id: Iec6bdf162cb0335d3ae3d9bd09dd9783991a4a57
  6. Jan 17, 2024
    • Andreas Traczyk's avatar
      misc: improve client app logging · 02456718
      Andreas Traczyk authored
      - introduce a message handler
      - introduce a logging category for the mainapplication object
      - demo the filtering
      
      Gitlab: #652
      Change-Id: Ice1ea380bb330f576a0936e3048eb4c60a06d4e9
      02456718
  7. Jan 03, 2024
  8. Jan 02, 2024
    • Sébastien Blin's avatar
      messagelist: use history given from daemon (except SIP accounts) · 32b76c8d
      Sébastien Blin authored
      With Jami-Daemon >= 14.0.0, the client doesn't need to construct
      itself the history. This part is now handled by the daemon.
      This patch uses the new API:
      + loadConversationMessages->loadConversation
      + SwarmMessageReceived/SwarmMessageUpdated/ReactionAdded/ReactionRemoved
      + remove MessageReceived
      + ConversationLoaded->SwarmLoaded
      
      + No need to use loadConversationUntil, the daemon will load whatever
      the client needs.
      + No need to clear cache, just reset the body and emit data changes
      
      Everything should work like before (even re-translation & changing
      preview preference)
      
      Change-Id: Iaf1fa3e84e8e157ae2d0bec210977f9a34415ebc
      32b76c8d
    • Sébastien Blin's avatar
      misc: fix QML tests · 2d664eac
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      Moreover, add two accounts (for ChatView testing)
      
      Change-Id: Ifb2a45002dd9e86921868257124561764e9b94c5
      2d664eac
  9. Nov 27, 2023
  10. Sep 15, 2023
  11. Jul 31, 2023
    • Liam Coursodon's avatar
      TextEditor: General upgrade · e3a73ac9
      Liam Coursodon authored and Sébastien Blin's avatar Sébastien Blin committed
      Popup take text size according to languagePopup takes size of the text in fonction
      Edition button are now colored when actif
      
      GitLab: #1096
      Change-Id: I4ddfe8de267a0e0582dde602aa2ad42f5cf535e8
      e3a73ac9
  12. Jul 13, 2023
    • Liam Coursodon's avatar
      TextEditor: General upgrade · 83039abc
      Liam Coursodon authored
      Implement new design
      Add multiline button
      Use correct color and implement dark theme
      
      GitLab: #1096
      Change-Id: I5699c81fbc41e50300ca8b32b93ee47cd17ceee1
      83039abc
  13. Jul 07, 2023
  14. Jun 05, 2023
  15. May 12, 2023
  16. May 11, 2023
    • Sébastien Blin's avatar
      i18n: support RTL languages · e073c6f8
      Sébastien Blin authored and Aline Gondim Santos's avatar Aline Gondim Santos committed
      This patch introduces some mechanisms to fully support RTL languages:
      1. RTL detection via UtilsAdapter::isRTL() checking the locale name
      2. Using QML mirroring when needed based on UtilsAdapter.isRTL
      3. Inverting panels in DualPaneView and JamiListView when needed
      with SinglePane support
      
      Moreover, lot of anchors are added to automatically manage layout
      updates.
      
      GitLab: #235
      Change-Id: I40c245f2d7fae96d796c53505af5403f5e813e7f
      e073c6f8
  17. Apr 14, 2023
  18. Mar 23, 2023
  19. Mar 10, 2023
    • Andreas Traczyk's avatar
      misc: save split view states · 9ff32433
      Andreas Traczyk authored
      This commit simplifies the view coordinator and restructures the main view stack to not include a split view.
      
      This removes workaround logic for single pane view support that was previously in the view coordinator.
      
      The main view is now a stack that may contain both single and dual pane views.
      
      The ListSelectionView further specializes DualPaneView to add an index-based or custom selection mechanism.
      
      Gitlab: #902
      Change-Id: I81c9fe579b95c8d4774c3e491a16d7600323c40c
      9ff32433
  20. Mar 01, 2023
  21. Feb 20, 2023
  22. 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
  23. Feb 15, 2023
  24. Feb 06, 2023
  25. Feb 05, 2023
  26. Feb 03, 2023
  27. Dec 27, 2022
  28. Dec 20, 2022
  29. Dec 14, 2022
  30. Dec 06, 2022
  31. Dec 02, 2022
  32. Dec 01, 2022
  33. Nov 30, 2022
  34. Nov 23, 2022
  35. Nov 17, 2022
Loading