Skip to content
Snippets Groups Projects
  1. Jan 29, 2021
    • Amin Bandali's avatar
      dialogs: fix about dialog's "draw" signal handler · 89c24fd2
      Amin Bandali authored
      According to the GTK docs, the handler is supposed to have a gboolean
      return type and return FALSE to propagate the event further.  With the
      previous function signature, on some setups (such as Fedora 31 and 32)
      the about dialog would show up as a black rectangle or be invisible.
      
      Change-Id: I3d0d343df58b08f8cc2e7a9f97710dacc63f1c41
      Unverified
      89c24fd2
  2. Jan 27, 2021
  3. Jan 25, 2021
  4. Jan 22, 2021
  5. Jan 19, 2021
  6. Jan 18, 2021
  7. Jan 11, 2021
  8. Jan 07, 2021
  9. Jan 04, 2021
  10. Dec 28, 2020
  11. Dec 24, 2020
  12. Dec 22, 2020
  13. Dec 21, 2020
  14. Dec 14, 2020
  15. Dec 11, 2020
  16. Dec 08, 2020
  17. Nov 30, 2020
  18. 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
  19. Nov 23, 2020
  20. Nov 16, 2020
  21. Nov 12, 2020
  22. Nov 10, 2020
  23. 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
  24. Nov 04, 2020
  25. Nov 03, 2020
  26. Nov 02, 2020
  27. Oct 27, 2020
  28. Oct 26, 2020
  29. 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
  30. Oct 19, 2020
  31. Oct 15, 2020
Loading