Skip to content
Snippets Groups Projects
  1. May 19, 2022
  2. May 11, 2022
    • Sébastien Blin's avatar
      photoboothview: implement new design · 68e8ad46
      Sébastien Blin authored
      Implement new design. Now the photobooth got a modal for
      preview. This uses the RecordBox item which is simplified
      into a popup instead weird Pathes
      
      Change-Id: Id95c90f853870605ecf21c33217381092ca1a709
      68e8ad46
  3. Jan 06, 2022
  4. Dec 21, 2021
    • Ming Rui Zhang's avatar
      settingsview: ui fixes · 1b259f9a
      Ming Rui Zhang authored and Sébastien Blin's avatar Sébastien Blin committed
      1. JamiSwitch add tooltip (wip)
      2. PushButton add preferredHeight/preferredWidth (bug?)
      3. UsernameLineEdit use ResponsiveImage
      4. SettingsView fix settings menu
      5. Move LogsView to window
      6. ToggleSwitch use JamiSwitch
      
      Change-Id: I07a455639e88550a7f0e40963550f8f842827370
      1b259f9a
    • Ming Rui Zhang's avatar
      misc: Qt 6.2.0 initial migration · be41f0e7
      Ming Rui Zhang authored and Sébastien Blin's avatar Sébastien Blin committed
      Remove unsupported QtQuick One component and it will be
      added back in the following patches
      
      Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
      be41f0e7
  5. Dec 02, 2021
  6. Aug 23, 2021
  7. Aug 05, 2021
  8. Jul 29, 2021
  9. Jul 09, 2021
  10. Jun 07, 2021
  11. May 28, 2021
  12. May 27, 2021
  13. 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
  14. 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
  15. Dec 07, 2020
  16. Nov 17, 2020
  17. Oct 23, 2020
  18. Oct 08, 2020
Loading