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. Aug 09, 2022
  3. 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
  4. May 19, 2022
  5. 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
  6. Mar 23, 2022
  7. Jan 06, 2022
  8. Dec 21, 2021
    • Ming Rui Zhang's avatar
      messagelistview: ui fixes · 71b98aed
      Ming Rui Zhang authored and Sébastien Blin's avatar Sébastien Blin committed
      1. Add handler for DataTransferMessageDelegate MouseArea
      2. Fix TextMessageDelegate crash caused by Loader
      3. Fix SBSMessageBase padding when resizing
      4. Use JamiListView for MessageListView
      5. Fix ScrollToBottomButton DropShadow
      6. Fix Typing indicator binding loop
      
      Change-Id: I59b97f3850fceb30f72c64f6cae54889fe4a18db
      71b98aed
    • Ming Rui Zhang's avatar
      misc: component style fixes · 2c7a0e16
      Ming Rui Zhang authored and Sébastien Blin's avatar Sébastien Blin committed
      1. JamiSwitch checked,focused color fixes
      2. Avoid MaterialButton dashed line on focus
      3. Placeholder text color fixes
      
      Change-Id: I9b04f643e3553fc1f493183eb0e30646818362bd
      2c7a0e16
    • 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
  9. Aug 30, 2021
    • Ming Rui Zhang's avatar
      settingsview: add line edit commits · 804ff2ac
      Ming Rui Zhang authored
      1. Line edit commits for all SettingsMaterialLineEdit
      2. LinkDeviceDialog & NameRegistrationDialog refactor
      3. Line edit commits for SettingSpinBox
      4. Clean up for SettingsMaterialLineEdit, SettingSpinBox
         and SettingsComboBox
      
      Change-Id: I025735ca8d1241e31655e859ac9ce5431985ce0c
      804ff2ac
  10. Aug 23, 2021
  11. Aug 16, 2021
  12. 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
  13. Jun 07, 2021
    • Ming Rui Zhang's avatar
      misc: inconsistency adjustment for readonly lineEdit · 5db04d7e
      Ming Rui Zhang authored
      1. Make version number in AboutPopUp selectable
      2. Remove "Copy"/"Paste" options in the context menu when the
         lineEdit is readonly
      3. Make texts in UserProfile selectable
      
      Change-Id: I53b7566841d84cb8ad27298f995f99a2de6384f0
      5db04d7e
  14. Jun 01, 2021
  15. Apr 27, 2021
  16. Apr 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 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
  21. 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
  22. Sep 01, 2020
  23. Aug 25, 2020
  24. Aug 03, 2020
Loading