Skip to content
Snippets Groups Projects
  1. Sep 16, 2022
  2. Jul 25, 2022
  3. May 19, 2022
  4. Jan 06, 2022
  5. Dec 21, 2021
  6. Dec 13, 2021
  7. 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
  8. Aug 23, 2021
  9. 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
  10. 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
  11. 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
  12. Dec 07, 2020
  13. Oct 23, 2020
  14. Sep 29, 2020
  15. Sep 24, 2020
    • Andreas Traczyk's avatar
      misc: implement update system · 3b6bbe77
      Andreas Traczyk authored
      - re-introduce a genericized NetworkManager
      - isolate update logic into a qml accessible class derived from
        NetworkManager
      - fix QtWebEngineProcess missing when re-installing over existing
        version
      - provide a command line option to override the base url
        for testing local and remote updates
      - clean-up manual update-check UI
      
      Gitlab: #101
      Change-Id: I9c8d2badae59ec31cab12d38b8470edf2bcad401
      3b6bbe77
  16. Sep 15, 2020
Loading