Skip to content
Snippets Groups Projects
  1. Jul 18, 2022
  2. May 19, 2022
  3. Jan 06, 2022
  4. Dec 21, 2021
  5. 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
  6. 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
  7. Aug 23, 2021
  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. Apr 07, 2021
  10. 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
  11. Dec 07, 2020
  12. Oct 23, 2020
  13. Oct 08, 2020
    • Andreas Traczyk's avatar
      misc: remove HoverableRadiusButton · 191697b8
      Andreas Traczyk authored
      Change-Id: I0cbefdf530a7fe5d67a67795f3006a993ad6c742
      191697b8
    • 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
  14. Sep 15, 2020
  15. Sep 10, 2020
  16. Sep 03, 2020
    • Andreas Traczyk's avatar
      mainview: support close to systray · 84dec083
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      - Introduces a C++/Qml common mechanic for accessing system settings
      - Refactors a good chunk of application wide settings management code
      - Refactors the onboarding and quit-suppression logic
      - Makes a first stab at cleaning the Qml object registration
      - Removes some 'ClientWrapper' use
      - Fixes some file name spelling errors and inconsistencies
      
      Gitlab: #51
      Gitlab: #53
      Change-Id: I3dd1085aca72a38827ec004e347bd91106be2bcb
      Unverified
      84dec083
  17. Sep 02, 2020
  18. Sep 01, 2020
  19. Aug 21, 2020
  20. Aug 03, 2020
Loading