Skip to content
Snippets Groups Projects
  1. Oct 08, 2024
  2. Oct 01, 2024
  3. Aug 20, 2024
    • Alexandre Eberhardt's avatar
      Added a line to thanks volunteers in credits · 630e5e9f
      Alexandre Eberhardt authored
      I added "And the volunteers who contribute to this project!" at the bottom of the credits in the "about Jami" pop-up.
      It's already on the jami-client-android version.
      
      Issue #1689 on gitlab
      
      Change-Id: I59967e5b9e1e7eac0519c9b4960692c14c80dab7
      630e5e9f
  4. Jul 10, 2024
  5. Apr 30, 2024
  6. Mar 22, 2024
  7. Feb 29, 2024
  8. Feb 21, 2024
  9. 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
  10. Dec 20, 2023
  11. Dec 13, 2023
  12. Dec 01, 2023
  13. Nov 29, 2023
  14. Nov 23, 2023
  15. Nov 22, 2023
  16. Nov 21, 2023
  17. Nov 14, 2023
  18. Oct 31, 2023
  19. Oct 30, 2023
  20. Oct 23, 2023
  21. Oct 11, 2023
  22. Oct 10, 2023
  23. Sep 30, 2023
  24. Aug 21, 2023
  25. Aug 01, 2023
  26. Jul 19, 2023
  27. 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
  28. Jul 06, 2023
  29. May 15, 2023
    • Andreas Traczyk's avatar
      chat: preprocess text msgs w/md4c+tidy-html5 · 8db188c5
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      Introduces MessageParser to encapsulate text treatment for raw text messages.
      
      The async parsing sequence is as follows:
      - Markdown -> HTML (md4c)
      - link coloration (tidy-html5)
      - notify UI
      - request link preview info from PreviewEngine for the first link
      - Preview engine uses QtNetwork instead of QtWebengine
      - Linkification is handled by MessageParser instead of linkify.js
      
      QtWebengine is no longer required for message parsing.
      
      Gitlab: #1033
      Gitlab: #855
      Change-Id: Ief9b91aa291caf284f08230acaf57976f80fa05b
      8db188c5
    • Sébastien Blin's avatar
      SettingsPage: update design · 2c97fea1
      Sébastien Blin authored
      - moved view layout from appearance to callSettings
      - changed layoutView from combobox to radio button
      - removed rectangle on radiobutton for theme
      - changed typo of appearance
      - MaterialRadionButton, added icon, color variables, behavior on visibility
      
      Change-Id: I3b088297799c9aeede6fd092d80fdf49cd89ced9
      2c97fea1
  30. Apr 21, 2023
  31. Apr 13, 2023
  32. Apr 07, 2023
  33. Apr 06, 2023
  34. Mar 31, 2023
  35. Mar 15, 2023
  36. Mar 10, 2023
Loading