Skip to content
Snippets Groups Projects
  1. Jun 01, 2021
  2. May 27, 2021
  3. 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
  4. May 25, 2021
  5. 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
  6. May 14, 2021
  7. May 07, 2021
  8. Apr 30, 2021
  9. Apr 22, 2021
  10. Apr 15, 2021
  11. Apr 09, 2021
  12. Mar 26, 2021
  13. 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
  14. Feb 03, 2021
  15. Jan 15, 2021
  16. Jan 04, 2021
  17. Dec 11, 2020
  18. Dec 07, 2020
  19. 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
  20. Oct 23, 2020
  21. 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
    • Andreas Traczyk's avatar
      misc: fix image button svg rendering and cleanup button components · 5d8256fb
      Andreas Traczyk authored
      - provides a base component for rendering scaled svg images
      - simplifies the normal/hovered/pressed state transitions
      - uses color overlay to factor out image source changes for
        checked states
      - fixes sizing inconsistencies and visual bugs
      - removes manual background color changes and minimizes the use
        of MouseArea components
      - removes the unused HoverableGradienButton component
      
      Gitlab: #14
      Change-Id: I06357d3cc6d8d04d9d1f062753dc39223a64d4f6
      5d8256fb
  22. Oct 02, 2020
  23. Sep 26, 2020
  24. Sep 24, 2020
  25. Sep 16, 2020
  26. Sep 15, 2020
  27. Sep 14, 2020
    • Albert  Babí Oller's avatar
      mainview: call flow review · be70e36b
      Albert Babí Oller authored
      - incoming / outgoing call UI management
      - add system native notifications
      - incoming call page same model as outgoing
      - UserInfoCallPage is used to display common information for incoming / outgoing calls
      
      Gitlab: #32
      Change-Id: If33196a30c51698b4edad55cb8f718066034e422
      be70e36b
  28. Sep 10, 2020
  29. Aug 31, 2020
  30. Aug 25, 2020
  31. Aug 21, 2020
Loading