Skip to content
Snippets Groups Projects
  1. Aug 16, 2021
  2. 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
  3. Aug 05, 2021
  4. Jul 29, 2021
  5. Jun 07, 2021
  6. 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
  7. Dec 07, 2020
  8. Oct 23, 2020
  9. Oct 08, 2020
    • 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
  10. Sep 17, 2020
  11. Sep 10, 2020
    • Ming Rui Zhang's avatar
      settings: fix username registration · c2411af6
      Ming Rui Zhang authored
      Make username registration line edit a common component
      
      Gitlab: #56
      Change-Id: Icb5dc1c8acc6d56f699f9a1cc4ebee6976f5eae1
      c2411af6
    • 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
    • Aline Gondim Santos's avatar
      settings: code clean up · c5687508
      Aline Gondim Santos authored and Aline Gondim Santos's avatar Aline Gondim Santos committed
      Correct Layout and Anchors emplacement
      Erase inutile code
      Fix binding loop warnings
      Replace magic numbers by JamiTheme values
      Remove multiline comments from qml files
      
      Change-Id: Icdde094750ccc39fa3b3c9fb9368f8609eb8981d
      Gitlab: #5
      c5687508
  12. 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
  13. Sep 02, 2020
  14. Aug 28, 2020
  15. Aug 25, 2020
Loading