Skip to content
Snippets Groups Projects
  1. Aug 16, 2021
    • 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
  2. Aug 12, 2021
  3. Aug 05, 2021
  4. Jul 29, 2021
  5. Jul 27, 2021
  6. 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
  7. 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
  8. Jul 14, 2021
  9. 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
  10. Jun 07, 2021
  11. May 27, 2021
  12. May 14, 2021
  13. May 06, 2021
    • Andreas Traczyk's avatar
      accountcombobox: cleanup and simplify qml layer · 0d6d94d1
      Andreas Traczyk authored
      - remove some faulty hover state management, excessive text metrics
        objects. Split the code up too and increase declarativeness.
      - fix the rendering of account avatars in the dropdown list
      - make the 'add account' item always visible
      - make the popup modal with transparent overlay
      
      Gitlab: #388
      Change-Id: If0e5f95d1250ee77902c518469878bdb678c8b9d
      0d6d94d1
  14. Apr 09, 2021
  15. 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
  16. Mar 02, 2021
  17. Dec 22, 2020
    • Albert  Babí Oller's avatar
      misc: small ui fixes · eb7332e3
      Albert Babí Oller authored and Albert  Babí Oller's avatar Albert Babí Oller committed
      - fix label override on wizardview
      - set theme dependent color for settings -> chatview label, back arrow
      - avoid using mipmap for media settings checkbox
      
      Gitlab: #192, #220, #221
      
      Change-Id: Ie7ec6048eebde373dbf45cc1df91864ef9cbcee8
      eb7332e3
  18. Dec 11, 2020
  19. Dec 07, 2020
  20. Nov 18, 2020
  21. Oct 30, 2020
  22. Oct 23, 2020
  23. Oct 08, 2020
    • Andreas Traczyk's avatar
      misc: use svg for app logo · 7c4c3e1a
      Andreas Traczyk authored
      Change-Id: I6a9b406ad93fc1144ccaa3c4f9eed3b8fabd256f
      7c4c3e1a
    • 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
  24. Sep 29, 2020
  25. Sep 28, 2020
  26. Sep 25, 2020
    • Albert  Babí Oller's avatar
      misc: refactor account change · a7378554
      Albert Babí Oller authored and Andreas Traczyk's avatar Andreas Traczyk committed
      - UI sensitive to currentAccountId property, remove getCurrAccId from UtilsAdapter
      - centralize signals / functions at MainView and avoid unnecessary propagation between modules
      - name revision (avoid syntax such as "needTo" or "slot..")
      
      Gitlab: #85
      Gitlab: #86
      
      Change-Id: Ie4060df4b64990bdd3f412d0e491080a4cd20092
      a7378554
  27. Sep 18, 2020
  28. Sep 16, 2020
Loading