Skip to content
Snippets Groups Projects
  1. Feb 06, 2023
  2. Feb 05, 2023
  3. Feb 03, 2023
  4. Feb 02, 2023
  5. Feb 01, 2023
  6. Jan 31, 2023
  7. Jan 30, 2023
  8. Jan 27, 2023
    • Sébastien Blin's avatar
      misc: fix "Can't find contact..." warning · 8dda44b5
      Sébastien Blin authored
      Scenario, create a swarm with self.
      As a warning, it will show "Can't find contact YOUR_ID  this is a
      bug, please report" because your account is not in your contacts.
      
      Change-Id: I6f49f8fa77132daf00396b62da9ded470df49f98
      8dda44b5
    • Sébastien Blin's avatar
      callmodel: avoid to add empty medias · df639609
      Sébastien Blin authored
      If a user join a conference with video enabled, but without any
      valid camera and try to un-mute/mute in loop, it will add
      new empty medias with incorrect sources causing duplicated participants
      in the conference.
      
      Change-Id: Ifa0dc090ca49ae6f9799f1209f3514cf540365da
      df639609
  9. Jan 25, 2023
  10. Jan 24, 2023
  11. Jan 23, 2023
  12. Jan 20, 2023
  13. Jan 18, 2023
    • Aline Gondim Santos's avatar
      window sharing: track window name change · e1d85b2d
      Aline Gondim Santos authored and Adrien Béraud's avatar Adrien Béraud committed
      If a window changes its name, we should share the parent process windows.
      This can happen with chrome, visual studio code and file explorer for example.
      
      + Fixes non opening SelectScreen window when Jami language changes.
      
      Change-Id: Ib16992dde08e6a9fa191c9fb1cbc4efd304efe6d
      e1d85b2d
  14. Jan 11, 2023
    • Sébastien Blin's avatar
      messagelistmodel: improve moveMessages · 70446275
      Sébastien Blin authored
      + moveMessage was doing useless computation to move messages one
      by one even if blocks are supported
      + beginMoveRows/endMoveRows seems to do weird stuff if all the rows
      should be moved causing some crashes. beginReset in this case
      doesn't trigger this weird behaviour and is more efficient.
      
      Change-Id: Ia4eb3cdbbe74bf9215fb673cb9af571f67225ffe
      70446275
  15. Jan 10, 2023
  16. Jan 09, 2023
  17. Dec 29, 2022
  18. Dec 28, 2022
    • Maxim Cournoyer's avatar
      cmake: Simplify lookup logic for libjami headers. · 041b733c
      Maxim Cournoyer authored and Sébastien Blin's avatar Sébastien Blin committed
      * extras/build/cmake/modules/FindLibJami.cmake: Rename
      LIBJAMI_INCLUDE_DIRS to LIBJAMI_INCLUDE_DIR.  Use find_path to search
      for jami.h directory.
      * CMakeLists.txt: Adjust accordingly.
      * src/libclient/CMakeLists.txt: Likewise.
      * src/libclient/qtwrapper/CMakeLists.txt: Likewise.
      
      Change-Id: I494358f9bfafb41f000daeec4196747b2c184401
      041b733c
  19. Dec 27, 2022
  20. Dec 20, 2022
  21. Dec 16, 2022
  22. Dec 15, 2022
  23. Dec 14, 2022
  24. Dec 13, 2022
Loading