Skip to content
Snippets Groups Projects
  1. Aug 07, 2017
  2. Aug 03, 2017
  3. Aug 02, 2017
  4. Jul 28, 2017
  5. Jul 25, 2017
  6. Jul 20, 2017
  7. Jul 19, 2017
  8. Jul 18, 2017
  9. Jul 17, 2017
  10. Jul 13, 2017
  11. Jul 09, 2017
  12. Jul 06, 2017
    • Guillaume Roguez's avatar
      connect to daemon ContactAdded signal · c956c7d2
      Guillaume Roguez authored and Adrien Béraud's avatar Adrien Béraud committed
      Daemon ContactAdded signal is used to add/update contact information
      like if it "trusted" by user or by peer (i.e. 'confirmed' property).
      Create new Contact method using this signal and add it
      to account daemon contacts list.
      
      Change-Id: I76a3fdd9b92380c16e205ca437e25d977f0b1c11
      c956c7d2
  13. Jul 04, 2017
  14. Jun 22, 2017
  15. Jun 14, 2017
  16. Jun 12, 2017
  17. Jun 06, 2017
    • Guillaume Roguez's avatar
      cm: replace BLANK() by default ctor · 2b578f00
      Guillaume Roguez authored
      
      Replace ContactMethod::BLANK() by ContactMethod::ContactMethod(),
      the default constructor.
      
      This is the general way to construct a instance with "defaults"
      behaviours, like BLANK tries to do.
      
      Also removes the nasty usage of BLANK:
      - it returns a constant instance
      - the code uses it with a const_cast<>, removing the only protection!
      No sense and extremly dangerous to operate with such global and
      non protected instance.
      
      Side effect: Call::peerContactMethod() returns a nullptr
      and not a valid and !!mutable!! global const instance if no cm exists.
      
      Change-Id: I8a29eacad657b76a7670055f27afeb6db98d78dc
      Reviewed-by: default avatarOlivier Soldano <olivier.soldano@savoirfairelinux.com>
      2b578f00
    • Guillaume Roguez's avatar
      profilemodel: fix nullptr access · 24e642a6
      Guillaume Roguez authored
      
      my previous patch [cm: replace BLANK() by default ctor]
      causes a nullptr access in ProfileModelPrivate::slotAccountAdded()
      There is a call to acc->contactMethod() that returns a nullptr.
      
      I really tried to understand this call and its impact...
      ... no success!
      Removing the line seems to have no effect during tests on Gnome client.
      
      LRC is magic!
      
      Change-Id: Icdd33989e5d90bfb93227d82354643269fe944ff
      Reviewed-by: default avatarOlivier Soldano <olivier.soldano@savoirfairelinux.com>
      24e642a6
  18. Jun 05, 2017
  19. Jun 01, 2017
  20. May 31, 2017
    • Nicolas Jager's avatar
      PersonModel : implementation of BannedContactModel · 04bd4a97
      Nicolas Jager authored
      - add a new class BannedContactModel. This model loads at start of the
      client a list from the daemon to figure which ContactMethods are
      banned.
      
      - it updates the list (for now, we can only ban) when a peer is banned.
      
      [Guillaume: fix typo in ci msg]
      
      Change-Id: I2367c8918dd4f743ebbce2b0c1c90e5fde71c45b
      04bd4a97
  21. May 30, 2017
  22. May 29, 2017
  23. May 26, 2017
  24. May 25, 2017
  25. May 24, 2017
Loading