Skip to content
Snippets Groups Projects
  1. Nov 21, 2023
  2. Nov 17, 2023
  3. Sep 19, 2023
  4. Jul 04, 2023
  5. Jun 27, 2023
    • Sébastien Blin's avatar
      misc: fix some overlap issues · 5a70c7e7
      Sébastien Blin authored
      + Fix the password entry for linking a new device with password
      + Fix the linked devices page with a lot of devices
      + Fix the add default moderators popup
      
      Change-Id: I1bac4bd8f55dd91825278399fe39f3503e153edb
      GitLab: #886
      5a70c7e7
  6. May 15, 2023
  7. Apr 14, 2023
  8. Feb 06, 2023
  9. Jul 14, 2022
    • Fadi Shehadeh's avatar
      about Jami: window style and content · 3640456e
      Fadi Shehadeh authored
      - added possibility to scroll
      - limited scrollbar height
      - excluded close button from columnlayout
      - managed zoom
      
      Change-Id: I548ff899a5ff47dc37e698807d75343a34ae3f63
      Gitlab: #731
      3640456e
  10. May 19, 2022
  11. Jan 06, 2022
  12. Dec 21, 2021
  13. Aug 23, 2021
  14. Jul 09, 2021
  15. 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
  16. May 07, 2021
  17. 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
  18. Dec 07, 2020
  19. Oct 23, 2020
  20. Sep 16, 2020
Loading