Skip to content
Snippets Groups Projects
  1. Apr 26, 2023
  2. Apr 21, 2023
  3. Apr 14, 2023
  4. Apr 11, 2023
  5. Apr 07, 2023
  6. Apr 06, 2023
  7. Mar 30, 2023
  8. Mar 23, 2023
  9. Mar 15, 2023
  10. Mar 10, 2023
    • Andreas Traczyk's avatar
      misc: save split view states · 9ff32433
      Andreas Traczyk authored
      This commit simplifies the view coordinator and restructures the main view stack to not include a split view.
      
      This removes workaround logic for single pane view support that was previously in the view coordinator.
      
      The main view is now a stack that may contain both single and dual pane views.
      
      The ListSelectionView further specializes DualPaneView to add an index-based or custom selection mechanism.
      
      Gitlab: #902
      Change-Id: I81c9fe579b95c8d4774c3e491a16d7600323c40c
      9ff32433
    • Franck Laurent's avatar
      wizardview: Redesign the wizardview · f5f5ae13
      Franck Laurent authored and Sébastien Blin's avatar Sébastien Blin committed
      + back button,
      + material button,
      + welcome page,
      + advanced account settings page
      + margins in all wizardview pages
      
      GitLab: #995
      
      Change-Id: I2cf49b654afa814bbac35cff94d8323fa0d016e8
      f5f5ae13
    • Franck Laurent's avatar
      CallMessageDelegate: fix missed call bubble color · 911a9af0
      Franck Laurent authored
      Change-Id: Ib445cd2b4071b859e877b5192612c46517b475e7
      911a9af0
  11. Mar 09, 2023
  12. Mar 08, 2023
  13. Mar 06, 2023
  14. Mar 02, 2023
  15. Mar 01, 2023
    • Franck Laurent's avatar
      MessageListView: fix message bubble UI · d5064040
      Franck Laurent authored and Sébastien Blin's avatar Sébastien Blin committed
      + redesign the "Scroll to end of conversation"
      + redesign the "bubble / screen ratio"
      + redesign the reply bubbles: color, shape(in & out a message sequence), "In reply To" message
      + change the configurable color of the main user's bubbles
      + show the display name when replying to a transfer message
      + fix incorrectly loaded reply message data by synchronizing to messages loaded request
      + fix reply to an internet link
      + redesign the call bubbles (the new design need to be applied but in another patch)
      
      GitLab: #959
      GitLab: #967
      
      Change-Id: Id646ff875644425b03367838b5b46f2242294563
      d5064040
    • Aline Gondim Santos's avatar
      participantoverlay: fix buttons hover color · 12052317
      Aline Gondim Santos authored
      Change-Id: I981d3db41a2a2fecbece83d1d84f63c48de82888
      GitLab: #996
      12052317
  16. Feb 28, 2023
  17. Feb 23, 2023
  18. Feb 22, 2023
    • Andreas Traczyk's avatar
      videoprovider: remove frame subscription on QVideoSink::destroyed · 2baf76e7
      Andreas Traczyk authored
      We can observe that frame update signals can occur after a VideoOutput component's QVideoSink object has started destruction. The deregistration of the object pointer needs to be synchronized to the object's destruction.
      
      Additionally:
      + scope the frame obj mutex locker around checks for no subs
      + rename (un)registerSink to (un)subscribe
      + subscribe will now remove the previous subscription
      + subscribe with an empty id will unsubscribe
      
      Gitlab: #997
      Change-Id: I21460564e49189b9276f153e8c1fd3a5cc52c6b2
  19. Feb 17, 2023
    • Andreas Traczyk's avatar
      mainapp: dynamically load views · 14ae0006
      Andreas Traczyk authored
      Introduces the ViewCoordinator component to promote dynamic view loading and reduce coupling between components.
      
      The following objects are now created and destroyed as needed:
      - SettingsView
      - WizardView
      - dialogs
      
      Further refactoring will be required in order to do the same with the ConversationView, which now parents the ChatView and the CallStackView.
      
      Gitlab: #897
      Change-Id: Ice6a0c133e62e1e0c8d7fb99ec2c41234c049b59
      14ae0006
  20. Feb 06, 2023
  21. Feb 05, 2023
  22. Feb 03, 2023
Loading