Skip to content
Snippets Groups Projects
  1. May 31, 2023
  2. May 30, 2023
  3. May 27, 2023
  4. May 26, 2023
  5. May 25, 2023
  6. May 24, 2023
  7. May 23, 2023
  8. May 22, 2023
  9. May 19, 2023
  10. May 18, 2023
  11. May 17, 2023
  12. May 16, 2023
  13. May 15, 2023
    • Sébastien Blin's avatar
      qt6: fix DropShadow · 9a363447
      Sébastien Blin authored
      Change-Id: I8bab1ea3560a584074bed9644a2c40ed51009208
      9a363447
    • 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
      misc: bump daemon · 07527be3
      Sébastien Blin authored
      Change-Id: I44673b296f0a6e20d8f15a0bf93d8ff0bf640b03
      07527be3
Loading