Skip to content
Snippets Groups Projects
  1. Nov 02, 2023
  2. Jun 06, 2023
  3. Jun 05, 2023
  4. 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
  5. Jun 01, 2023
  6. May 30, 2023
  7. 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
  8. Apr 13, 2023
  9. Apr 07, 2023
  10. Apr 05, 2023
  11. Jan 06, 2023
  12. Dec 15, 2022
  13. Dec 06, 2022
    • Aline Gondim Santos's avatar
      windows: add support for system theme · 956b7f7d
      Aline Gondim Santos authored
      Use registry
      "HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion
      /Themes/Personalize/AppsUseLightTheme"
      to check if system theme is supported and if it is dark or
      light.
      
      Removes "EnableDarkTheme" in favor of "AppTheme".
      
      Requires Windows SDK version 10.0.18362.0 to build with
      system theme support.
      
      Note: This does not watch for changes in system theme in
      runtime as the support for it requires Windows Runtime
      version 10.0.10240.0.
      
      GitLab: #723
      
      Change-Id: Ice8f7936a90535f47dc1870d4f18215e062684ba
      956b7f7d
  14. Nov 17, 2022
  15. Oct 07, 2022
  16. Jun 23, 2022
  17. Apr 07, 2022
  18. Mar 08, 2022
  19. Dec 23, 2021
  20. Dec 22, 2021
  21. Dec 21, 2021
  22. Nov 15, 2021
  23. Jul 29, 2021
    • Ming Rui Zhang's avatar
      test: enhance the google unit tests of the client · e2dbc33a
      Ming Rui Zhang authored
      1. Move JAMI_DATA_HOME, JAMI_CONFIG_HOME, JAMI_CACHE_HOME
         setup into individual test main entry
      2. Use google test assertion macros instead of Qt
      3. Add QT_QPA_FONTDIR to avoid QFont warnings
      4. Tests will now fail if the env variables cannot be set
      
      Change-Id: I63f6498d26b646d8ebc60799d8797fd5f13b54f9
      e2dbc33a
  24. Jun 30, 2021
  25. Jun 29, 2021
    • Maxim Cournoyer's avatar
      Rename dring to jamid, ring to jami. · a7e7105c
      Maxim Cournoyer authored and Sébastien Blin's avatar Sébastien Blin committed
      Automated via the following command:
      
        $ git grep -l dring | grep -v '.ts$' | xargs sed -i
        's/dring/jamid/g'
        $ git ls-files | xargs sed -i 's,bin/jamid.lib,bin/jami.lib,g'
        $ git ls-files | xargs sed -i 's,src/jamid,src/jami,g'
        $ git ls-files | xargs sed -i 's,-mutejamid,-mutejami,g'
        $ git checkout docker
      
      Change-Id: I030209b60817372f866055daadb4d0a1c1e2e9df
      a7e7105c
  26. Jun 08, 2021
  27. May 04, 2021
  28. Apr 14, 2021
  29. Dec 17, 2020
  30. Oct 23, 2020
  31. Aug 19, 2020
    • Andreas Traczyk's avatar
      misc: expose vs env vars to qmake command execution on windows · 512168c4
      Andreas Traczyk authored
      This patch prevents client build failure on systems without the
      specific build toolchain path in the system or user path environment
      variable.
      
      It so happens that qmake needs the paths for the ms build toolchain,
      so we pass them to the executing subprocess.
      
      Gitlab: #581
      Change-Id: Id5dcaead487d0c128c9fb04ca22d79438531b0c0
      512168c4
  32. Aug 13, 2020
  33. Aug 12, 2020
  34. Aug 03, 2020
Loading