Skip to content
Snippets Groups Projects
  1. Dec 02, 2021
  2. Nov 17, 2021
    • Aline Gondim Santos's avatar
      videoInput: use new api · a126eb69
      Aline Gondim Santos authored and Sébastien Blin's avatar Sébastien Blin committed
       - VideoSettings OK
       - PhotoBooth OK
       - Calls - mostly ok, have to test camera unplugin/replugin/multiplecameras
         -> seems to leak, client freezing in calls/conferences
       - Recording - OK
      
      Change-Id: I49362900979d48abf2507ab89fcb261808423445
      Unverified
      a126eb69
  3. Nov 05, 2021
  4. Nov 04, 2021
  5. Oct 28, 2021
  6. Oct 27, 2021
  7. Oct 22, 2021
  8. Oct 21, 2021
  9. Oct 06, 2021
  10. Sep 14, 2021
    • Ming Rui Zhang's avatar
      settings: refactor for SettingsView - stage two · e0737f4b
      Ming Rui Zhang authored
      1. Remove redundant functions in AvAdapter
      2. Add CurrentDevice for video device treatment
         Audio device treatment should be improved in the next
         stage
      3. Add QSortFilterProxyModel to all video list models and
         manage them together to avoid redundant function calls
      4. Video device call action should be responsive to device
         change as well
      
      Gitlab: #508
      
      Change-Id: I3df949a08bc19042b73f033139cd6ab06925c0b6
      e0737f4b
    • 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
    • Andreas Traczyk's avatar
      account-migration: fix dialog avatar loading · 8e1736fd
      Andreas Traczyk authored
      Broken javascript caused the dialog component to fail.
      
      Change-Id: I049f651e2db16749dbdf8f6fe3ee61df05361986
      Gitlab: #524
      8e1736fd
  11. Aug 30, 2021
  12. Aug 23, 2021
  13. Aug 16, 2021
    • Ming Rui Zhang's avatar
      materialLineEdit: ui simplification · a811b966
      Ming Rui Zhang authored
      materialLineEdit should be a rather simple component and
      any futher changes should be in another component such as
      UsernameLineEdit.
      
      Change-Id: I7d284c6fa87653468e64fd42874f8042a58d99cf
      a811b966
    • Ming Rui Zhang's avatar
      wizardview: line edit enter key submits · 37fd2514
      Ming Rui Zhang authored
      Add enter key event handle for lineEdits in wizardview
      
      Gitlab: #470
      
      Change-Id: I41948196742068cd0a03ff37efe93982410e91ce
      37fd2514
    • 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
  14. 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
  15. Aug 05, 2021
  16. Aug 03, 2021
  17. Jul 29, 2021
  18. 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
  19. Jul 20, 2021
  20. 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
  21. Jul 14, 2021
Loading