Skip to content
Snippets Groups Projects
  1. Apr 07, 2022
    • Amin Bandali's avatar
      deleteaccountdialog: disable delete button when it's clicked · 2c854276
      Amin Bandali authored
      This is so that the user cannot accidentally click Delete again and
      delete another account.  Also, show a BusyIndicator spinning wheel
      when Delete is clicked, so as to give the user visual feedback that
      something is happening.
      
      Also, set the account Id, best name, and whether it's a SIP account
      from outside when opening the dialog, so that they don't automatically
      change when the next account is selected if the user confirms the
      deletion of the current account.
      
      GitLab: #711
      Change-Id: I4e93deb4f74257387884edc62d76a5b3cb58d845
      2c854276
  2. Jan 06, 2022
  3. Dec 21, 2021
  4. Sep 14, 2021
    • Ming Rui Zhang's avatar
      settings: refactor for SettingsView - stage one · a196513d
      Ming Rui Zhang authored
      1. Add account config QML properties and use them
         in settings directly to avoid manual update
      2. Rough clean up for video/audio settings
      3. Remove settingsAdapter entirely and split the
         responsibility
      
      Change-Id: Icf81b91d5a3a0dd9f2a52824159cd222367b801f
      a196513d
  5. Aug 30, 2021
    • Ming Rui Zhang's avatar
      settingsview: LinkedDevices view refactor · 66edc82b
      Ming Rui Zhang authored
      1. Remove deviceModel from AccountAdapter
      2. Use QSortFilterProxyModel to make sure that
         current device is always on top and the rest are
         in alphabetical order
      3. Elide device name properly in DeviceItemDelegate
      
      Change-Id: Ic66a11fb4a4a8cca65916653e0981b15c939bce6
      66edc82b
  6. Aug 23, 2021
  7. 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
  8. 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
  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 14, 2021
  11. May 14, 2021
  12. May 07, 2021
  13. Apr 07, 2021
  14. Mar 25, 2021
  15. Mar 03, 2021
  16. Dec 15, 2020
  17. Dec 07, 2020
  18. Nov 18, 2020
  19. Nov 04, 2020
  20. Oct 30, 2020
  21. Oct 23, 2020
  22. Oct 09, 2020
  23. Oct 08, 2020
  24. Sep 30, 2020
  25. Sep 29, 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 22, 2020
  28. Sep 17, 2020
  29. Sep 16, 2020
  30. Sep 15, 2020
Loading