Skip to content
Snippets Groups Projects
  1. Mar 17, 2016
  2. Mar 14, 2016
  3. Mar 04, 2016
    • Emmanuel Lepage Vallée's avatar
      quality: Fix memory leaks · a735b5e5
      Emmanuel Lepage Vallée authored
      There is still some, but most are fixed.
      
      The Person::Address::d_ptr leak a lot of memory. Fixing it
      trigger something in ASAN and assert, this need investigation.
      
      Change-Id: I98b4f18cac7f36a5878f5be6ca17c672d6a3fc72
      Tuleap: #414
      a735b5e5
    • Emmanuel Lepage Vallée's avatar
      history: Fix regression + integer overflow · bed13016
      Emmanuel Lepage Vallée authored
      While not documented, "0" was used as "unlimited hsitory", but
      with the recent change, it became "no history". It may make sense
      to use -1 as unlimited, but that would break compatibility for
      those who imported sflphone configs into Ring.
      
      Also use "long long" as holder for the seconds count. LLVM
      UBSAN asserted on an interget overflow on (32bit) ARMv7.
      
      Change-Id: I7137d7f015fd3b42bd46624fa342a39246f05a59
      Tuleap: #103
      bed13016
  4. Feb 29, 2016
  5. Feb 25, 2016
    • Stepan Salenikovich's avatar
      Load saved TextRecordings from .json files. · dd1cdd30
      Stepan Salenikovich authored
      The main goal of this patch is to be able to recover ContactMethods
      and conversations which have not been added to the users's contacts
      and/or which have no call history. This happens in the case that the
      users only sends chat messages to a ContactMethod.
      
      Note that there is a possibility for more than one file to be
      associated with the same CM, in the case the sha1 of that CM has
      changed (eg: a contact UID has been associated with the CM at some
      point). In this case, the most recent recording is used. However,
      this is a problem which already exists and is unrelated to this patch.
      
      Tuleap: #270
      Change-Id: I5c67be83028af3fc3e1950909574ec947c55c50c
      dd1cdd30
  6. Feb 19, 2016
  7. Feb 18, 2016
  8. Feb 10, 2016
  9. Feb 08, 2016
  10. Feb 05, 2016
  11. Feb 04, 2016
  12. Feb 03, 2016
  13. Feb 01, 2016
    • Alexandre Lision's avatar
      history: restore limit · 4d48cf88
      Alexandre Lision authored
      Ask daemon about current history limit, and add only entries in the
      allowed range
      
      Change-Id: Ifcaf93a3ce2bd5376a2c66f1f309c6848aa829ba
      Tuleap: #103
      4d48cf88
  14. Jan 29, 2016
  15. Jan 28, 2016
  16. Jan 27, 2016
  17. Jan 25, 2016
    • Edric Milaret's avatar
      recentmodel: don't select item on insert · d7bb8b66
      Edric Milaret authored
      There is no reason to select a node when inserting it
      We already do the select on other places
      
      Change-Id: I02ab16bee3a58562e56a435a07bd6a433dacf367
      d7bb8b66
    • Julien Grossholtz's avatar
      media: create and update video media from call details · bc950541
      Julien Grossholtz authored
      We must make sure LRC knows what is the source video for
      each call.
      
      Dbus call "Call details" now contains information about the source
      used for outgoing video data. This patch takes this information
      to fill the Sourcemodel. The sourceModel itself is put into
      a Media::Video related with the call.
      
      Change-Id: I0887a8b9076e23fe33a698e4f3b7d1898b3b3608
      Tuleap: #100
      bc950541
  18. Jan 22, 2016
    • Edric Milaret's avatar
      peopleproxy: do no connect to rowMoved when using Qt · e51587d4
      Edric Milaret authored
      to rowsAboutToBeMoved too
      
      I ve put a guard on the OS but the real problem is about Qt handling
      layoutChanged signal and receiving a duplicate information
      (and no longer valid) because of the rowsMoved forwarding necessary
      to other platforms client (for now)
      
      Change-Id: I30c2e89067e1fc16124d864f6df3406d678e40d5
      Tuleap: #148
      e51587d4
    • Alexandre Lision's avatar
      chat: use peer contact method in recording · ccbb811e
      Alexandre Lision authored
      There was an inconsistency between in call and out of call chat
      messages. In call chat messages set the ContactMethod to that of
      the current account when sending a message to the peer, while out
      of call messages set it to the CM of the peer. The side effect of
      this was that sending an in call chat message would make a CM with
      your own URI (eg: your own RingID) appear in the RecentModel
      because sending a new message executes a setLastUsed() on its CM.
      
      In order to resolve this inconsistency and the related RecentModel
      bug, we now set the CM to that of the peer when sending an in call
      message.
      
      This does not lose any information as the text recording still saves
      the account with which the messages were sent.
      
      Tuleap: #259
      Change-Id: I39921fd902369628f9ee68ba7ccd5667bf7f7803
      ccbb811e
  19. Jan 21, 2016
  20. Jan 20, 2016
  21. Jan 19, 2016
Loading