Skip to content
Snippets Groups Projects
  1. Jun 03, 2021
    • Amin Bandali's avatar
      mainapplication: add "Show Jami" tray icon context menu item · 7bb0e06d
      Amin Bandali authored
      On some desktop environments on GNU/Linux, left-clicking on the tray
      icon does not execute the restore action.  In some environments, such
      as Ubuntu and some other GNOME-based environments, double-clicking the
      icon does that, but that's counter-intuitive and not obvious at all to
      the user.  So, we add a 'Show Jami' menu item for the system tray
      context menu, similar to how jami-gnome did, so the user can clearly
      see it as a possible action.
      
      Change-Id: I1e12ba02190c12cf40d293d61e1f023380fbfcf9
      7bb0e06d
    • Andreas Traczyk's avatar
      callactionbar: fix typo in slot name for recording state · 262f3de5
      Andreas Traczyk authored
      Gitlab: #411
      Change-Id: I09b18bb3f4997c38ef94067097efcc73f41b48ca
      262f3de5
  2. Jun 02, 2021
  3. Jun 01, 2021
  4. May 31, 2021
  5. May 28, 2021
  6. May 27, 2021
  7. May 26, 2021
    • Andreas Traczyk's avatar
      calloverlays: cleanup main and participant fadeout mechanisms · 3cca2e70
      Andreas Traczyk authored
      Unfortunately, QQuickMouseArea force accepts all move events by
      design, which makes passthrough events tricky to catch. In-call
      overlays for conference participants should be a layer below the
      main overlay. So, using QML MouseAreas makes correctly implementing
      both overlay fade mechanisms with passthrough for participant menus
      too complex. To properly implement the signal relay mechanism we
      would need to listen to all the child components with MouseAreas
      and relay the positionChanged events to parenting MouseAreas.
      
      To avoid the complexity, we can install an event filter for the
      main overlay and listen to global mouse move events that are
      contained in it's geometry.
      
      Additionally, we can use Control components instead of transparent
      Rectangles to access a hovered property which can be used to
      prevent the fade out, and effectively freeze the visibility of menu
      components.
      
      Gitlab: #420
      Gitlab: #421
      Gitlab: #423
      Change-Id: I7f05d2bc79ad6a8db0951b7b59e52f671fdf4798
      3cca2e70
  8. May 25, 2021
Loading