Skip to content
Snippets Groups Projects
  1. Jan 27, 2021
  2. Jan 25, 2021
  3. Jan 22, 2021
  4. Jan 19, 2021
  5. Jan 18, 2021
  6. Jan 11, 2021
  7. Jan 07, 2021
  8. Jan 04, 2021
  9. Dec 28, 2020
  10. Dec 24, 2020
  11. Dec 22, 2020
    • Amin Bandali's avatar
      various typo fixes · e5e70ca7
      Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
      These were reported by Debian's lintian tool.
      
      Change-Id: I004dd3df2da7a684f9c27d306104661966b19f19
      e5e70ca7
    • Amin Bandali's avatar
      avatarmanipulation: fix recent regression in avatar preview · bad03417
      Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
      The recent 990ffe00 commit did not
      make changes needed for avatarmanipulation due to recent LRC change
      in video threading.  This fixes the regression, and makes the avatar
      preview behave similarly to the 'Settings > Media' video preview, and
      reuses an existing renderer when possible (e.g. when in an ongoing
      call).
      
      Change-Id: I1dfa386318acd7178c1840b79fa173c85128f901
      bad03417
  12. Dec 21, 2020
  13. Dec 14, 2020
  14. Dec 11, 2020
  15. Dec 08, 2020
    • Amin Bandali's avatar
      conversationsview: restore merging ongoing calls with drag-and-drop · ab2d19a4
      Amin Bandali authored
      I removed this in an earlier commit, but turns out this is something
      people depend on, and to my knowledge there is no other way to do this
      for two ongoing calls at the moment.  Perhaps remove later only if we
      have another (better) way of doing the same action.
      
      Change-Id: Ic5f67a9ed59e870ad96a7f02eed87ea529c588ad
      ab2d19a4
  16. Nov 30, 2020
  17. Nov 26, 2020
    • Amin Bandali's avatar
      pixmaps: add and use Jami logo with white text with dark theme · 74b85c04
      Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
      accountcreationwizard, dialogs, mainwindow, welcomeview: use the Jami
      logo with the white text when using a dark theme.
      
      utils/drawing: bring over the logic for detection of dark theme from
      'mainwindow' to here, so that it could also be used by 'dialogs' for
      the about dialog.
      
      dialogs: change from .c to .cpp so we can include utils/drawing;
      remove some unused code; and add my name to the authors list.
      
      GitLab: #1221
      Change-Id: If466427d7fc63bbd1b0fbd739e5b82592001f547
      74b85c04
  18. Nov 23, 2020
  19. Nov 16, 2020
  20. Nov 12, 2020
  21. Nov 10, 2020
  22. Nov 09, 2020
    • Amin Bandali's avatar
      pixmaps: add and use the new Jami logo · c54176f9
      Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
      dialogs: Use a scaled version of the logo, since the new logo's
      dimensions are quite large.
      
      Change-Id: I529120f42fb7aea306a32e6c55b8e837556758ac
      c54176f9
    • Amin Bandali's avatar
      conversationsview: support drag-and-drop to send file · c53cb522
      Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
      Allow dragging and dropping files onto the conversations view on the
      left to send them to a contact.  Handles multiple selected files too.
      Remove old code for merging two ongoing calls with drag-and-drop.
      
      files: add `foreach_file()' containing the logic for converting a
      string containing the URIs into filenames, and calling the provided
      callback on each filename.
      
      chatview: use the new `foreach_file()' from files, much like
      conversationsview does.  Reduces code duplication, and enables
      sending multiple selected files at once as well.
      
      GitLab: #1200
      Change-Id: I87e11abe121db2d1ac7071236f788d77885fb18f
      c53cb522
    • Jenkins's avatar
      i18n: automatic bump · 18c74599
      Jenkins authored and Sébastien Blin's avatar Sébastien Blin committed
      Change-Id: I04578974cfcccfb4e141c11bfe296309179ae351
      18c74599
    • Sébastien Blin's avatar
      chatview: follow lrc change · 8ef97263
      Sébastien Blin authored
      Change-Id: I18c0e6376a2cd70a79e18e559f3929ba92ac68a0
      8ef97263
  23. Nov 04, 2020
  24. Nov 03, 2020
  25. Nov 02, 2020
  26. Oct 27, 2020
  27. Oct 26, 2020
  28. Oct 23, 2020
    • Amin Bandali's avatar
      mainwindow: show notification for missed calls · d7d7f4cc
      Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
      Show a notification for each missed call, and do not show any
      notification for incoming rendezvous calls or for accounts with
      auto-answer.  Also don't show a missed call notification for declined
      calls (using either the notification action or the red hang-up button
      in the incoming call view).
      
      GitLab: #1204
      Depends-On: Ia20d2827f2b2e5400f233875f91a64f3587bca93
      Change-Id: I62fd851908b1517571c32430c42d2dea1b7ab4b2
      d7d7f4cc
  29. Oct 19, 2020
  30. Oct 15, 2020
  31. Oct 14, 2020
Loading