Skip to content
Snippets Groups Projects
  1. Nov 07, 2023
  2. Nov 03, 2023
  3. Nov 02, 2023
  4. Oct 30, 2023
  5. Oct 20, 2023
  6. Sep 29, 2023
  7. Sep 28, 2023
  8. Sep 12, 2023
  9. Jul 27, 2023
  10. Jun 27, 2023
  11. Jun 19, 2023
  12. Jun 15, 2023
  13. Jun 14, 2023
  14. Jun 06, 2023
  15. Jun 05, 2023
  16. 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
  17. Jun 01, 2023
  18. May 30, 2023
  19. May 19, 2023
  20. May 16, 2023
  21. 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
  22. Apr 26, 2023
  23. Apr 17, 2023
    • Maxim Cournoyer's avatar
      packaging: Only rebuild source tarball when tarballs manifest changes. · 72a266dc
      Maxim Cournoyer authored
      This partially reverts commit 6e0a30024bd5d0f24f8c16960a56b02737bf0131
      from the former jami-project repository ("build: Improvements to the
      generation of the release tarballs."), which caused the source tarball
      to always be rebuilt, even in the absence of changes.
      
      This gets in the way when testing the various packaging targets, so
      revert it.
      
      * extras/packaging/gnu-linux/Makefile (release-tarball): Do not always
      clear the tarballs.manifest file.  The purge-release-tarballs target
      can be used for that.
      
      Change-Id: I30ebda8dc258d0c95c6cf7e02a814627ac5b812b
      72a266dc
  24. Apr 14, 2023
    • Andreas Traczyk's avatar
      packaging: windows: optionally skip windeployqt · 66e0e214
      Andreas Traczyk authored
      This is a big time saver in the context of CI testing where we only need to supply some env vars instead.
      
      It would also be nice to also have the env vars filled out for CMake-generated project runtime configs to prevent unnecessary deployment for development builds, but that's not done in this commit.
      
      Change-Id: I338827cb87c9fc71c9a6b4b3076b22aa7cf7cfa3
      66e0e214
    • Andreas Traczyk's avatar
      misc: remove `--force` when calling qmlformat · 9e9b368d
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      It doesn't work with JS arrow function syntax.
      
      Gitlab: #1059
      Change-Id: I7da9c8ee7a2cb470aeb76cf4d1d0937e621eb221
      9e9b368d
  25. Apr 13, 2023
  26. Apr 07, 2023
  27. Apr 06, 2023
  28. Apr 05, 2023
Loading