Skip to content
Snippets Groups Projects
  1. Apr 01, 2022
  2. Mar 30, 2022
  3. 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
  4. Mar 25, 2022
  5. Mar 23, 2022
  6. Mar 22, 2022
  7. Mar 17, 2022
  8. Mar 08, 2022
  9. 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
  10. Mar 02, 2022
  11. Feb 16, 2022
  12. Feb 11, 2022
  13. Feb 02, 2022
  14. Jan 28, 2022
  15. Jan 27, 2022
  16. Jan 19, 2022
  17. Jan 06, 2022
  18. Dec 30, 2021
    • Sébastien Blin's avatar
      misc: clean warnings · 593f2234
      Sébastien Blin authored
      Change-Id: Id0a23dc290e699bbf33cf87857ea92551df9da04
      593f2234
    • Sébastien Blin's avatar
      dbus: Q_DECLARE_METATYPE must be called with qRegisterMetaType<> · 90305b7a
      Sébastien Blin authored
      From the documentation:
      
          To use the type T in QVariant, using Q_DECLARE_METATYPE() is
          sufficient. To use the type T in queued signal and slot
          connections, qRegisterMetaType<T>() must be called before the
          first connection is established.
      
      I don't really understand why it was working with Qt 5.15, but the
      code was not working with Qt 6, so add qRegisterMetaType to fix
      signals.
      Moreover, previous qRegisterMetaType<> in ContactModel was
      misplaced.
      
      jami-client-qt#601
      
      Change-Id: I309de4b980d961ac352529419f895be369a87433
      90305b7a
    • Sébastien Blin's avatar
      preferences: remove unused shortcut API · af653f14
      Sébastien Blin authored
      Change-Id: I534716ec60cf3456a028c7cc926be7fe4b4a79d6
      af653f14
    • Sébastien Blin's avatar
      profiles: do not constantly load contact's avatar · 36784c93
      Sébastien Blin authored
      When a user has a lot of contacts, the memory is filled with
      profiles that aren't even shown.
      So, avoid to store the avatar into profileInfos and let
      the client manages this part to reduce memory usage.
      
      Change-Id: I33340436059153293e0c5c739d2b9d963935401a
      36784c93
  19. Dec 22, 2021
  20. Dec 13, 2021
  21. Dec 06, 2021
  22. Dec 02, 2021
Loading