Skip to content
Snippets Groups Projects
  1. Jan 10, 2024
    • Kateryna Kostiuk's avatar
      macOS: remove QT dSYM files · 677ebe32
      Kateryna Kostiuk authored
      This patch removes Qt dSYM files because their bundle identifiers
      are not accepted by the App Store.
      
      Change-Id: Ie999b8d273172a3810706fc78286fe0ddc81376d
      677ebe32
  2. Jan 03, 2024
  3. Jan 02, 2024
  4. Dec 22, 2023
  5. Dec 04, 2023
  6. Dec 01, 2023
  7. Nov 29, 2023
  8. Nov 27, 2023
  9. Nov 14, 2023
  10. Nov 07, 2023
  11. Nov 03, 2023
  12. Nov 02, 2023
  13. Oct 30, 2023
  14. Oct 20, 2023
  15. Sep 29, 2023
  16. Sep 28, 2023
  17. Sep 12, 2023
  18. Jul 27, 2023
  19. Jun 27, 2023
  20. Jun 19, 2023
  21. Jun 15, 2023
  22. Jun 14, 2023
  23. Jun 06, 2023
  24. Jun 05, 2023
  25. Jun 02, 2023
    • Andreas Traczyk's avatar
      chatview: fix emoji responses under Qt v 6.4.x and up · d94c3083
      Andreas Traczyk authored and Adrien Béraud's avatar Adrien Béraud committed
      Qt.bindings are not supported for properties within when calling createObject anymore. Instead, we can pass component references, or generate bindings post-creation.
      
      Note: in this case, the popup closes and observation is not really needed here.
      
      Gitlab: #1169
      Change-Id: I21c1d95f4ca725c86fcf276834830145587458cc
      d94c3083
  26. Jun 01, 2023
  27. May 30, 2023
  28. May 19, 2023
  29. May 16, 2023
  30. 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
      packaging: migrate from Qt 6.2.3 to 6.4.3 · 4d2c5534
      Sébastien Blin authored
      Python2 is removed from Debian stable/unstable and
      latest Ubuntu. So, we need to use a newest version of
      Qt (here Qt 6.4.3).
      
      Change-Id: I6c8b1eee644aab787d54e467f64011762ffd7548
      4d2c5534
  31. Apr 26, 2023
Loading