Skip to content
Snippets Groups Projects
  1. Apr 01, 2021
  2. Mar 29, 2021
  3. Mar 25, 2021
  4. Mar 22, 2021
  5. Mar 18, 2021
  6. Mar 16, 2021
  7. Mar 15, 2021
  8. Mar 11, 2021
  9. Mar 10, 2021
  10. Mar 01, 2021
  11. Feb 22, 2021
  12. Feb 15, 2021
  13. Feb 08, 2021
  14. Feb 05, 2021
  15. Feb 02, 2021
  16. Feb 01, 2021
  17. Jan 26, 2021
  18. Jan 25, 2021
  19. Jan 18, 2021
  20. Jan 15, 2021
  21. Jan 14, 2021
  22. Jan 12, 2021
    • Kateryna Kostiuk's avatar
      fix build for macOS 10.13 · 05851d58
      Kateryna Kostiuk authored
      This patch fix compile error: 'value' is unavailable: introduced
      in macOS 10.14 when building for macOS 10.13
      
      Change-Id: I1825c138d102531460759869426904a7da464a58
      05851d58
  23. 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
    • Andreas Traczyk's avatar
      api: use optional conversation info references · e9c4c4ee
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      getConversationFromUid is frequently called to construct ui
      elements and should not return a copy of the conversation object.
      The consumer must now check getConversation* return value against
      std::nullopt.
      
      Change-Id: I3f3738ac057ade818385c96a0745f7284c781826
      e9c4c4ee
    • Andreas Traczyk's avatar
      api: use id strings instead of Info refs in signals · 7f197733
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      If signals are to be consumed from a queue, then at least one copy
      is required, and potentially beefy custom types shouldn't be
      marshalled between threads without good reason. It is more sensible
      to use conversation Id parameters, as consumers can likely make
      good use only the Id, and may query for an Info structure at any
      time if needed.
      
      Change-Id: I5151c8ac006857c6510258332647e52ce16821af
      7f197733
  24. Jan 05, 2021
  25. Jan 04, 2021
  26. Dec 30, 2020
  27. Dec 28, 2020
  28. Dec 22, 2020
  29. Dec 21, 2020
  30. Dec 19, 2020
  31. Dec 18, 2020
  32. Dec 17, 2020
Loading