Skip to content
Snippets Groups Projects
  1. Dec 01, 2021
  2. Nov 15, 2021
  3. Nov 04, 2021
  4. Nov 01, 2021
  5. Aug 30, 2021
  6. Aug 23, 2021
  7. Jul 21, 2021
    • Andreas Traczyk's avatar
      resources: remove unused images and icons · 1a61af02
      Andreas Traczyk authored
      gen-resources.py should be used to generate resources.qrc and
      JamiResources.qml. Steps to add an image resource:
      - add the resource file to the appropriate path under resources/
      - run gen-resources.py
      - use the newly available resource
      
      Note: only icons and images will be represented by Qml properties.
      
      The resource file generation may be made to run during CMake
      configuration in a subsequent commit.
      
      Some unused components were also removed during the refactor.
      
      Gitlab: #477
      Change-Id: I8e7f13d465031666be2bbadd5f29f9afc94d210d
      1a61af02
  8. Jun 11, 2021
  9. Jun 02, 2021
  10. Jun 01, 2021
  11. May 27, 2021
  12. 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
  13. May 25, 2021
  14. May 18, 2021
    • Andreas Traczyk's avatar
      fix: in-call chat view opening and closing · c8008c54
      Andreas Traczyk authored
      - fixes the in-call chat view requiring reselection to open
      - fixes the in-call chat view staying open, on top of the principal
        chat view when a call ends
      
      Gitlab: #415
      Gitlab: #416
      Change-Id: Idcfaaf263d5d53451dedf955ce441f0a705309a9
      c8008c54
  15. May 14, 2021
  16. May 07, 2021
  17. Apr 30, 2021
  18. Apr 22, 2021
  19. Apr 15, 2021
  20. Apr 09, 2021
  21. Mar 26, 2021
  22. Mar 25, 2021
    • Ming Rui Zhang's avatar
      misc: qml module import clean up · fcb56bfb
      Ming Rui Zhang authored
      The main reason for this change is to remove the misusage
      of QQuick one in ElidedTextLabel and useless QQuick one
      module import
      
      Change-Id: Ie296c0f7a90c6ec26ab85bcf3d8b75393463fbed
      fcb56bfb
  23. Feb 03, 2021
  24. Jan 15, 2021
  25. Jan 04, 2021
  26. Dec 11, 2020
  27. Dec 07, 2020
  28. Nov 03, 2020
    • Albert  Babí Oller's avatar
      callview: hide mainview window on fullscreen · 9d41a3bc
      Albert Babí Oller authored and Ming Rui Zhang's avatar Ming Rui Zhang committed
      - hide / show mainview window on fullscreen switch in order to avoid undesirable UI transitions or incorrect layout (when working with multiple screens)
      - update and show only on top page of callStackView
      - back button always present on CallOverlay (use close button icon on fullscreen mode)
      
      Gitlab: #135
      
      Change-Id: I0d7c6aac26ba9c899ee97ac58f41f2746dda2148
      9d41a3bc
  29. Oct 23, 2020
  30. Oct 08, 2020
    • Albert  Babí Oller's avatar
      callview: fullscreen to compact view revision · 5a070557
      Albert Babí Oller authored and Andreas Traczyk's avatar Andreas Traczyk committed
      - add "close" icon for fullscreen exit insead of "back arrow"
      - fullscreen exit does not switch to welcome view
      - "toggle fullscreen" centralized in CallStackView
      - avoid using white svg images
      - spelling revision
      
      Gitlab: #135
      
      Change-Id: I871b75aac22d23b33be8e177102fe68bb8bd5e86
      5a070557
Loading