Skip to content
Snippets Groups Projects
  1. Aug 24, 2022
    • Sébastien Blin's avatar
      jamiidentifier: minor fixes · 8e2d1e5c
      Sébastien Blin authored
      + Fix bottom margin
      + Add copy icon from media-resources
      + Wrap ID in read only
      + remove fieldLayoutWidth/fieldLayoutHeight
      
      GitLab: #770
      Change-Id: I65743ca488d3bc601ac7d74d920d0944f03e0ace
      8e2d1e5c
  2. Jul 29, 2022
    • Fadi Shehadeh's avatar
      wizard: implement new wizard details · 41c21dac
      Fadi Shehadeh authored and Sébastien Blin's avatar Sébastien Blin committed
      This changes many things:
      + Except the backup page, all pages were re-designed
      + Heavily modify buttons and line edits with new components style
      + Update switches themes
      + Re-work username
      + Add future components
      + Update strings
      + Update PhotoBoothView
      
      GitLab: #769
      GitLab: #770
      GitLab: #766
      Change-Id: Ic97d36cf8c86c4242013bf71a524887f7ce56f8f
      41c21dac
  3. May 19, 2022
  4. May 11, 2022
    • Sébastien Blin's avatar
      smartlist: update design for swarm · 820ef309
      Sébastien Blin authored
      + Clear search bar on highlighted
      + Add title in the smartlist on creation
      + Remove last interaction on swarm creation
      + RecordBox update design and avoid white buttons on white videos
      + Ellipsize title in Middle to keep +X
      
      Change-Id: Ib19831e2291e3fc94eacd6cd65012eebcb310faa
      820ef309
    • 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
  5. Apr 05, 2022
  6. Jan 06, 2022
  7. Dec 21, 2021
  8. Aug 23, 2021
  9. Aug 16, 2021
    • Ming Rui Zhang's avatar
      materialLineEdit: ui simplification · a811b966
      Ming Rui Zhang authored
      materialLineEdit should be a rather simple component and
      any futher changes should be in another component such as
      UsernameLineEdit.
      
      Change-Id: I7d284c6fa87653468e64fd42874f8042a58d99cf
      a811b966
    • Ming Rui Zhang's avatar
      wizardview: line edit enter key submits · 37fd2514
      Ming Rui Zhang authored
      Add enter key event handle for lineEdits in wizardview
      
      Gitlab: #470
      
      Change-Id: I41948196742068cd0a03ff37efe93982410e91ce
      37fd2514
    • Ming Rui Zhang's avatar
      keyEvent: replace the unclear StandardKey comparisons · 77b8f285
      Ming Rui Zhang authored
      StandardKey.MoveToNextLine, StandardKey.MoveToPreviousLine
      and StandardKey.InsertParagraphSeparator maybe confusing and
      better to be replaced by direct key comparisons
      
      Change-Id: I13361a43437214b9368d01a97b2e542f57835964
      77b8f285
    • Ming Rui Zhang's avatar
      profilepage: improvments on ui · 6ceba6a7
      Ming Rui Zhang authored
      1. Remove the "Select file" button during the camera picture-taking process
      2. Add missing cancel (x) button during the first step of the camera picture-taking process
      3. Disable all interactive components when the account creation is unfinished
      
      Gitlab: #486
      Change-Id: I91e279052aecdd9327f59e9a1377c344d9052323
      6ceba6a7
  10. Aug 12, 2021
    • Andreas Traczyk's avatar
      misc: refactor materialbutton · 9914d496
      Andreas Traczyk authored
      A button component should have implicit dimensions based on it's
      content item. This patch provides implicit dimensioning around the
      content item so that non-fixed size buttons can be made by not
      specifying the preferredWidth property.
      
      Change-Id: Idc30eb1d9a33d8dd4b416e1060b45593b4fc4cba
      9914d496
  11. Aug 05, 2021
  12. Jul 29, 2021
  13. Jul 19, 2021
    • Andreas Traczyk's avatar
      avatars: add clear feature to photobooth · ab4c68ad
      Andreas Traczyk authored
      A property is provided to notify of changes to the content of the
      current account's stored avatar. If one is stored, then a button
      used to clear the avatar becomes available.
      
      Gitlab: #473
      Change-Id: I37640acaea3ca43e5abd14678d68b4eeebb3829e
      ab4c68ad
  14. Jul 14, 2021
  15. Jul 12, 2021
    • Andreas Traczyk's avatar
      swarm: simplify and update avatar update mechanism · 4bda3306
      Andreas Traczyk authored
      Implements a leaner avatar caching system. The avatar component
      listens for uid filtering its id, which may be:
      - conversation id
      - account id
      - contact uri
      
      In response to the uid change, a the image source is updated with
      a new image url invoking a fresh QQuickImageProvider query. With
      this design, only the avatarregistry's uid mapping needs to be
      updated when profiles are changed, and no longer should specific
      avatar components receive manual source updates.
      
      Gitlab: #466
      Change-Id: Ie5313f5c187a0977ca51b890dd92187480a42537
      4bda3306
  16. May 27, 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. Nov 18, 2020
  20. Oct 30, 2020
  21. Oct 23, 2020
  22. Sep 28, 2020
  23. Sep 16, 2020
  24. Sep 15, 2020
  25. Sep 11, 2020
  26. Sep 10, 2020
    • Ming Rui Zhang's avatar
      wizardview: logic refinement for account creation and minor UI changes · 2e0e250a
      Ming Rui Zhang authored
      1. Add spinner button and logic when waitting for account created to
      prevent reclicking the buttons
      
      2. Add back button when creating accounts in main view.
      
      3. Fix the look up username bug
      
      4. Change some buttons to blue styled
      
      5. Change back button to back arrow
      
      6. Add autofocus when entering certain page
      
      Gitlab: #59
      Change-Id: I3cada8c07a6605f091001db75a2913cde379c41b
      2e0e250a
  27. Sep 03, 2020
    • Ming Rui Zhang's avatar
      wizardview: UI refinement · 346b255c
      Ming Rui Zhang authored
      Partially optimized the wizardview related UI code and UI performance.
      Note: Since some common components are changed, UI changes in settings
      view are also required to keep the original style.
      
      Gitlab: #59
      Change-Id: Ib77868bac3a6479700e81f3361b67a8403725661
      346b255c
  28. Aug 28, 2020
  29. Aug 25, 2020
Loading