Skip to content
Snippets Groups Projects
  1. Jul 27, 2023
  2. Jun 27, 2023
  3. Jun 19, 2023
  4. Jun 15, 2023
  5. Jun 14, 2023
  6. Jun 06, 2023
  7. Jun 05, 2023
  8. 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
  9. Jun 01, 2023
  10. May 30, 2023
  11. May 19, 2023
  12. May 16, 2023
  13. 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
  14. Apr 26, 2023
  15. 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
  16. 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
  17. Apr 13, 2023
  18. Apr 07, 2023
  19. Apr 06, 2023
  20. Apr 05, 2023
  21. Mar 23, 2023
    • Sébastien Blin's avatar
      wizardview: use videopreview if webengine · 8adb4aa1
      Sébastien Blin authored and Andreas Traczyk's avatar Andreas Traczyk committed
      MediaPlayer is crashing on snap for an unknown reason. For now,
      the easiest thing is to use the webengine component as it's already
      used pretty everywhere and snap is built with.
      
      GitLab: #1037
      Change-Id: Ida24f0401bbd5c6a861a7229fb51135652722561
      8adb4aa1
  22. Mar 22, 2023
  23. Mar 09, 2023
  24. Mar 03, 2023
  25. Mar 02, 2023
Loading