Skip to content
Snippets Groups Projects
  1. Feb 16, 2022
  2. Feb 11, 2022
  3. Feb 02, 2022
  4. Jan 28, 2022
  5. Jan 27, 2022
  6. Jan 19, 2022
  7. Jan 06, 2022
  8. 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
  9. Dec 22, 2021
  10. Dec 13, 2021
  11. Dec 06, 2021
  12. Dec 02, 2021
  13. Dec 01, 2021
  14. Nov 24, 2021
  15. Nov 17, 2021
  16. Nov 16, 2021
  17. Nov 15, 2021
  18. Nov 10, 2021
  19. Nov 05, 2021
  20. Nov 04, 2021
  21. Nov 03, 2021
  22. Nov 01, 2021
  23. Oct 29, 2021
  24. Oct 28, 2021
  25. Oct 26, 2021
  26. Oct 21, 2021
  27. Oct 19, 2021
Loading