Skip to content
Snippets Groups Projects
  1. Jul 10, 2024
  2. Apr 30, 2024
  3. Mar 22, 2024
  4. Feb 29, 2024
  5. Feb 21, 2024
  6. 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
  7. Dec 20, 2023
  8. Dec 13, 2023
  9. Dec 01, 2023
  10. Nov 29, 2023
  11. Nov 23, 2023
  12. Nov 22, 2023
  13. Nov 21, 2023
  14. Nov 14, 2023
  15. Oct 31, 2023
  16. Oct 30, 2023
  17. Oct 23, 2023
  18. Oct 11, 2023
  19. Oct 10, 2023
  20. Sep 30, 2023
  21. Aug 21, 2023
  22. Aug 01, 2023
  23. Jul 19, 2023
  24. 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
  25. Jul 06, 2023
  26. 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
  27. Apr 21, 2023
  28. Apr 13, 2023
  29. Apr 07, 2023
  30. Apr 06, 2023
  31. Mar 31, 2023
  32. Mar 15, 2023
  33. Mar 10, 2023
  34. Mar 08, 2023
  35. Feb 20, 2023
Loading