Skip to content
Snippets Groups Projects
  1. Mar 30, 2022
  2. Mar 29, 2022
    • Andreas Traczyk's avatar
      cmake(Windows): force structured and standard C++ exception model · b0409a8e
      Andreas Traczyk authored
      CMake doesn't add this flag and it must be done manually. This
      was not caught early as reconfiguring adds the flag for some
      reason. It's to be determined if this is expected behavior. I hope
      not, it's just confusing.
      
      + Add the `/EHsc` flag
      + remove CMAKE_BUILD_TYPE from configure step in helper script
      + remove useless Window definitions from qtwrapper that are defined
        in the parent CMakeLists.txt
      
      Gitlab: #504
      Change-Id: I8b03d81cae7ebed6a31cb69642db2f9f09a0c91b
      b0409a8e
  3. Mar 23, 2022
  4. Mar 17, 2022
  5. Mar 07, 2022
    • Andreas Traczyk's avatar
      video: refactor pipelines · 98b07d46
      Andreas Traczyk authored
      + Reduce the complexity of, and refactor the video management code.
      + Replace the directrenderer pipeline with one that permits clients
        to map and provide a custom video buffer.
      
      Note: this removes the "useAVFrame" path for now.
      
      Gitlab: #500
      Also jami-client-qt#536
      
      Change-Id: Ia326c452c7887086acc75e8eb52fa24b7f4cf25b
      98b07d46
  6. Dec 30, 2021
  7. Dec 23, 2021
  8. Dec 22, 2021
  9. Oct 06, 2021
  10. Aug 24, 2021
    • FuchtelJockel's avatar
      build: add emoji.css · 747a45a0
      FuchtelJockel authored
      without it jami-client-gnome won't build
      
      Change-Id: Ife26e5820a20740f6972bb70346e14e0489d6ba0
      747a45a0
  11. Jun 28, 2021
  12. Jun 23, 2021
  13. Jun 11, 2021
    • Kateryna Kostiuk's avatar
      swarm: initial implementation · 846f46ca
      Kateryna Kostiuk authored and Sébastien Blin's avatar Sébastien Blin committed
      - load conversations
      - add conversation
      - send messages
      - load messages
      - receive message
      - remove contact
      - calls
      - file transfer
      
      This patch does not add support for:
      - remove message
      - resend messageq
      - clear all history
      
      Change-Id: Ie00f53a095e50a9b35a0a1cf9a79d1735214a84f
      846f46ca
  14. Apr 07, 2021
  15. Mar 25, 2021
  16. Mar 16, 2021
  17. Jan 26, 2021
  18. Jan 07, 2021
    • Andreas Traczyk's avatar
      conversations: use collection proxy for filtered and sorted views · 3443dc66
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      Provides a STL container proxy class with methods for generating
      sorted and filtered views of the underlying data similar to
      qsortfilterproxymodel.
      
      This helps to prevent excessive copying and reduces the complexity
      of the code used to manage conversation list filtering/sorting.
      The container mutations occur on references and the copy-ctor +
      copy assignment operators are now deleted for the conversation
      Info type.
      
      Change-Id: I50b01e3c427563d8e32402f97dec79c8dcc865cf
      3443dc66
  19. Dec 15, 2020
  20. Nov 10, 2020
  21. Oct 21, 2020
  22. Oct 16, 2020
  23. Oct 14, 2020
  24. Aug 19, 2020
  25. Aug 13, 2020
  26. Jul 14, 2020
  27. Jul 07, 2020
  28. Nov 28, 2019
  29. Oct 22, 2019
  30. Sep 05, 2019
  31. Aug 22, 2019
  32. Jul 26, 2019
  33. Jul 18, 2019
  34. Jul 17, 2019
  35. Dec 12, 2018
    • Sébastien Blin's avatar
      refacto: remove unused models from LRC · b5eff5f3
      Sébastien Blin authored
      A lot of old models is now migrated to another part of the code.
      This patch is the first to remove unused code from all clients.
      In this patch, lot of models are now in the new account settings
      or in the smartlist or just unused.
      
      Change-Id: I46ab85b33332f615a911aaaf07507af0f2d2a178
      Gitlab: #358
      b5eff5f3
  36. Dec 06, 2018
Loading