Skip to content
Snippets Groups Projects
  1. May 09, 2018
  2. May 08, 2018
  3. May 07, 2018
  4. May 02, 2018
  5. May 01, 2018
  6. Apr 30, 2018
  7. Apr 23, 2018
  8. Apr 20, 2018
  9. Apr 19, 2018
  10. Apr 17, 2018
  11. Apr 16, 2018
  12. Apr 12, 2018
  13. Apr 09, 2018
  14. Apr 06, 2018
  15. Mar 26, 2018
  16. Mar 23, 2018
  17. Mar 22, 2018
  18. Feb 26, 2018
  19. Feb 22, 2018
  20. Feb 21, 2018
    • Anthony Léonard's avatar
      fix unread msg counter update + dock icon counter · dd85dee1
      Anthony Léonard authored
      
      2 problems were preventing the unread msg counter to work properly:
      - Messages were not marked as read when displayed.
      - Signals announcing status update were not listened to.
      
      Moreover, the one present on dock icon was still listening to old LRC
      mechanisms and is thus removed (until further improvements).
      
      Finally, as the interactionStatusUpdated signal is triggered multiple
      times when many messages are unread, some logic is added to debounce
      it so only one refresh is triggered for a group of update.
      
      Change-Id: Ieaa02d685bbd85d965de5315e8694ccdbd18eff1
      Reviewed-by: default avatarOlivier Soldano <olivier.soldano@savoirfairelinux.com>
      dd85dee1
  21. Feb 19, 2018
  22. Feb 13, 2018
    • Anthony Léonard's avatar
      fix account selection on fresh install · ccb9d427
      Anthony Léonard authored
      
      Fix bug where, at first user creation, Ring was crashing at the end of
      the wizard just before displaying the main user interface. This was
      caused by a preference string set to nil on first start.
      
      Now, when to string is nil, we select the first account of the list as
      this should happen only at first account creation (thus returning the
      right one).
      
      Change-Id: Id3a2c4153d920611a3cc0cbd694f8d96d772330a
      Reviewed-by: default avatarOlivier Soldano <olivier.soldano@savoirfairelinux.com>
      ccb9d427
Loading