Skip to content
Snippets Groups Projects
  1. Sep 28, 2018
  2. Sep 27, 2018
  3. Sep 21, 2018
  4. Sep 19, 2018
  5. Sep 04, 2018
  6. Aug 10, 2018
  7. Jul 27, 2018
    • Sébastien Blin's avatar
      ringnotify: rewrite notification system · cc4e824b
      Sébastien Blin authored and Andreas Traczyk's avatar Andreas Traczyk committed
      
      Ring will now use three types of notifications:
      
      1. Call notifications: opened when an incoming call is here
      and closed at the end of the call.
      2. Request notifications: opened when a new trust request
      arrives and closed when the user accepts/refuse/block or
      just open the conversation.
      3. Chat notifications: arrives with new interactions and if
      the current conversation is different or the client not focused. Closed
      by Gnome or when the conversation is opened.
      
      Change-Id: I5e5abf20507bac8bb37c429bc929c671fe66bd6b
      Gitlab: #868
      Reviewed-by: default avatarAndreas Traczyk <andreas.traczyk@savoirfairelinux.com>
      cc4e824b
  8. Jul 06, 2018
  9. Jul 05, 2018
  10. Jun 08, 2018
  11. Jun 06, 2018
  12. Jun 05, 2018
  13. Jun 01, 2018
  14. Apr 11, 2018
    • Hugo Lefeuvre's avatar
      Prettify buttons, minor UI changes · 54d0671c
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      Change-Id: I4a0c4acaf1cb9afc4735bfb1278088a8e2ba3bb2
      Reviewed-by: default avatarSébastien Blin <sebastien.blin@savoirfairelinux.com>
      54d0671c
    • Hugo Lefeuvre's avatar
      fix: make download directory dialog modal · 7e100896
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      The Download folder button (Settings/General) is implemented as a
      FileChooserButton, which makes the ChooseFolder dialog non-modal by
      default. While this can be meaningful in many cases, it is a very
      confusing feature for Ring users.
      
      In this patch, we:
      a) Stop using FileChooserButton (it is very difficult to have modal
         dialogs with this class)
      
      b) Instead opt for a classical button with dedicated callback handling
         dialog stuff
      
      In order to make the dialog modal, a reference to the main window is
      needed by the callback. Since the GeneralSettingsView inherits from
      GtkScrolledWindow, this reference is not stored by default into the
      class. In order to address this issue we implement a property system
      and store the main window reference into the private variables of the
      class.
      
      Change-Id: I8ea4fb7fa32d289abffc44ee80215f08c155cbd6
      Tuleap: #1852
      Reviewed-by: default avatarSébastien Blin <sebastien.blin@savoirfairelinux.com>
      7e100896
  15. Mar 15, 2018
  16. Mar 12, 2018
  17. Mar 07, 2018
  18. Feb 28, 2018
  19. Jan 10, 2018
    • Nicolas Jager's avatar
      edit tabs · 3e4055b2
      Nicolas Jager authored
      - hide the tabs if there is no contact request.
      
      Change-Id: Id1b06bfb6e286b670f2f284bc6616f6324de1583
      3e4055b2
  20. Dec 04, 2017
  21. Nov 27, 2017
  22. Nov 03, 2017
  23. Nov 02, 2017
  24. Oct 16, 2017
  25. Sep 22, 2017
  26. Sep 21, 2017
  27. Aug 01, 2017
  28. Jul 26, 2017
  29. Jul 25, 2017
  30. Jul 20, 2017
  31. Jul 17, 2017
    • Sébastien Blin's avatar
      chatview: improve ui for combobox_cm · cba03951
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      If a contact have multiple cm, we should show the combobox_cm, but if
      they only have one cm, the combobox should be a label instead of a
      combobox.
      
      Change-Id: I0b5bbdec4873352f5138daabd698249304af10f6
      cba03951
Loading