Skip to content
Snippets Groups Projects
  1. Aug 09, 2021
  2. Jul 16, 2021
  3. Jul 14, 2021
    • Sébastien Blin's avatar
      generalsettings: add file transfer settings · 417a0fe0
      Sébastien Blin authored
      + Auto accept files from trusted sources (default: true)
      + Auto accept files from untrusted sources (default: false)
      + Size limit (default: 20Mb)
      
      Change-Id: I0e1068e3996786b23ba9a7797d02b7f8bb0f89d1
      GitLab: #160
      417a0fe0
  4. Jul 09, 2021
    • Andreas Traczyk's avatar
      lrcinstance: remove custom setter/getter for currentAccountId · 285316dd
      Andreas Traczyk authored
      Using a custom getter setter cause the setting of the value to
      require manual changed signal emission and in addition to being
      error prone, this prevents the changed signal from being emitted
      upon initial selection. Some excess workaround code may be removed
      in following commits.
      
      This patch also refactors the banned contact signaling as part of
      an accountadapter connection cleanup.
      
      Change-Id: I73fb751001e53e086adc7a6a8d706671c2878a77
      285316dd
  5. Jun 25, 2021
  6. Jun 11, 2021
    • Sébastien Blin's avatar
      swarm: first implementation to follow api changes · 3d71bfa8
      Sébastien Blin authored and Andreas Traczyk's avatar Andreas Traczyk committed
      - use QString for interactionId
      
      - swarm conversations: use loadConversationMessages and
      subscribe to newMessagesAvailable signal
      
      - avoid displaying "merge" and empty "data transfer" messages
      
      - link composing status
      
      Change-Id: Ic524bb786b2ff0471f03b1bb02d41d6da38e716a
      3d71bfa8
  7. May 31, 2021
  8. May 28, 2021
  9. May 25, 2021
    • Mohamed Chibani's avatar
      sip-regitration: fix expiration time max limit · 4c6514e5
      Mohamed Chibani authored and Sébastien Blin's avatar Sébastien Blin committed
      The current registration expired max limit was set too low. The max
      limit as per RFC-3261 is ((2**32)-1). Since this is a user setting,
      it's best to give control to the user. However, a max limit set to
      1 week should be reasonable.
      
      Gitlab: #532
      
      Change-Id: I61b05de2adbbb177ac2e83d85e7f72ab42347554
      4c6514e5
  10. May 14, 2021
  11. Apr 09, 2021
  12. Apr 02, 2021
  13. Mar 26, 2021
  14. Mar 25, 2021
  15. Mar 22, 2021
  16. Jan 15, 2021
  17. Jan 07, 2021
  18. Dec 07, 2020
  19. Nov 18, 2020
  20. Oct 30, 2020
  21. Sep 10, 2020
  22. Sep 03, 2020
    • Andreas Traczyk's avatar
      mainview: support close to systray · 84dec083
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      - Introduces a C++/Qml common mechanic for accessing system settings
      - Refactors a good chunk of application wide settings management code
      - Refactors the onboarding and quit-suppression logic
      - Makes a first stab at cleaning the Qml object registration
      - Removes some 'ClientWrapper' use
      - Fixes some file name spelling errors and inconsistencies
      
      Gitlab: #51
      Gitlab: #53
      Change-Id: I3dd1085aca72a38827ec004e347bd91106be2bcb
      Unverified
      84dec083
  23. Aug 25, 2020
  24. Aug 21, 2020
  25. Aug 03, 2020
Loading