Skip to content
Snippets Groups Projects
  1. Dec 06, 2024
    • Pierre Nicolas's avatar
      docs: update install readme · d3a7df2f
      Pierre Nicolas authored and Adrien Béraud's avatar Adrien Béraud committed
      - Give a hint on how to troubleshoot the contribs build.
      - Add instruction for debugging runtime crashes using GDB.
      
      Change-Id: I6ad931223ce0904fb292a59090d37a2cec422ae8
      d3a7df2f
  2. Oct 02, 2024
  3. Apr 30, 2024
  4. Mar 04, 2024
    • Andreas Traczyk's avatar
      QWK: enforce a min Qt version of 6.6.2 on Windows · 1ef9a851
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      This will prevent a graphical issue present when disabling QWINDOWKIT_ENABLE_WINDOWS_SYSTEM_BORDERS to avoid the Windows 10 top border issue for the frameless window option. This allows us to remove the temp workaround that likely introduces side effects.
      
      Gitlab: #1581
      Change-Id: I36801064d31e2380312d73f88233e8ed9b757403
      1ef9a851
  5. Feb 19, 2024
  6. Feb 06, 2024
    • Liam Coursodon's avatar
      Qt: migration to 6.6.1 · 24edba9a
      Liam Coursodon authored and Sébastien Blin's avatar Sébastien Blin committed
      This commit makes the necessary changes to migrate from Qt 6.5.3 to
      Qt 6.6.1 and fixes the following issues:
      
      - EditedPopup.qml: "layout polish loop" and "recursive rearrange"
        errors (GitLab: #1510) as well as an unreported bug where text was
        clipped instead of elided
      
      - BaseContextMenu.qml: QML warning ("Created graphical object was not
        placed in the graphics scene.")
      
      The daemon is also bumped in order to include a patch for a build issue
      on openSUSE Leap (GitLab: #1552).
      
      GitLab: #1466
      Change-Id: I12df2f84067ebe961368879e08ff7ef275d93395
      24edba9a
  7. Nov 29, 2023
  8. Jul 07, 2023
  9. Jun 08, 2023
  10. May 30, 2023
  11. May 24, 2023
  12. Apr 13, 2023
    • Andreas Traczyk's avatar
      misc: format QML files using the python format script · ae1cde4d
      Andreas Traczyk authored
      + Requires that the Qt path is supplied when calling build.py --init.
      + format.py now also takes a --qt argument to specify the Qt path, used to locate qmlformat.
      + format.py takes a --type argument to specify the type of files to format (qml, cpp, or both).
      
      qmlformat is called with `--normalize` and `--force`.
      
      Gitlab: #1059
      Change-Id: Id9ff4b17018370696792b44f55ed2f4bc8091193
      ae1cde4d
    • Andreas Traczyk's avatar
      misc: use qt path instead of version as parameter in build scripts · a8f48df4
      Andreas Traczyk authored
      This homogenizes the script calling convention with other platforms, and will allow for a cleaner approach when searching for Qt tools (qmlformat).
      
      Gitlab: #1059
      Change-Id: I540ff61bd92186bb5a2998670665631e352852b9
      a8f48df4
  13. Apr 05, 2023
  14. Mar 06, 2023
  15. Dec 20, 2022
    • Sébastien Blin's avatar
      packaging: migrate packaging scripts in client-qt · 3349b7de
      Sébastien Blin authored
      This patch moves already existing packaging scripts from jami-project
      into client-qt.
      Introduced changes are:
      + WITH_SUBMODULE must search in system lib too because for
      packaging client-qt (for rpm) will be built separately, and will
      depend on jami-daemon.
      + Fix appdata.xml (replace old wiki with docs.jami.net)
      + path changes (because we build in client-qt not jami-project).
      
      GitLab: #853
      Change-Id: I1313830d85c8094fcbcc52e22033a2add7b1e89f
      3349b7de
  16. Dec 15, 2022
  17. 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
  18. Nov 17, 2022
    • Amin Bandali's avatar
      build: Import build.py and associated scripts from jami-project. · 355c0e63
      Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
      Bring over the build.py script and its associated scripts from the
      scripts subdirectory of the jami-project.git as of commit
      14a328b88007bff5ea21650fb00f6d4ead14cf02, with small changes to
      simplify and drop unneeded parts and adapt to their new locations.
      
      Change-Id: I500702854e45392a931ff7505e191b966015cd16
      355c0e63
  19. Nov 15, 2022
  20. Nov 03, 2022
  21. Oct 24, 2022
  22. Oct 07, 2022
    • Maxim Cournoyer's avatar
      misc: Rename jami-qt to jami and remove launcher script. · bf4a8c31
      Maxim Cournoyer authored and Amin Bandali's avatar Amin Bandali committed
      Now that there is no longer a second official client (jami-gnome), we
      can remove this uninteresting implementation detail from the name.
      
      Mostly automated via:
      
        $ git grep jami-qt -l | xargs sed 's/jami-qt/jami/g' -i
      
      * src/app/jami: Delete launcher script.
      * CMakeLists.txt: Un-register it from installation.
      
      Change-Id: I5167c29089feb4e64c12d7d01c1ce281e16c0613
      bf4a8c31
  23. Sep 26, 2022
  24. Sep 01, 2022
  25. Jul 29, 2022
  26. May 05, 2022
  27. Apr 07, 2022
  28. Dec 23, 2021
  29. Nov 12, 2021
  30. 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
  31. Jun 08, 2021
  32. May 04, 2021
  33. Apr 22, 2021
  34. Apr 02, 2021
  35. Feb 15, 2021
  36. Feb 03, 2021
    • Albert  Babí Oller's avatar
      packaging: add global installation support for linux · 69db8684
      Albert Babí Oller authored and Albert  Babí Oller's avatar Albert Babí Oller committed
      - avoid using fixed paths and find LRC either when globally installed or located in custom directory
      - add installation rules for binaries, .desktop files, .appdata.xml, logo and doc
      - add support for generating and copying runtime files (webresources and translations)
      - add launcher script (client qt/gnome/kde selector)
      - add uninstall support
      - add missing sources (moderatorlistmodel)
      - update README
      
      Gitlab: #160, #230, #263, #264
      
      Change-Id: I3fee77a917be038072a20c7f99b510f9a8bf65b4
      69db8684
  37. Dec 16, 2020
    • Albert  Babí Oller's avatar
      build: add support for custom lrc installation path · 2d461cc5
      Albert Babí Oller authored and Sébastien Blin's avatar Sébastien Blin committed
      - qmake: add custom lrc path support
      - cmake: add custom lrc path support, check qt version, update dependencies, optional test compilation
      - readme: update flags building with make-ring.py
      - tests: avoid using pandoc
      
      Change-Id: I97dea21ca7c720c2d619c44bfa7dae5290de72f9
      2d461cc5
  38. Dec 04, 2020
Loading