Skip to content
Snippets Groups Projects
  1. Dec 20, 2021
    • Sébastien Blin's avatar
      smartlist: improve cache cleaning and avoid glitches · 538481a9
      Sébastien Blin authored
      Interaction's cache is cleaned to avoid to store too much informations
      and to refresh preferences for the chatview when necessary.
      However, this was called too much times. We only need to clear cache
      when the settings are changing or if we need to remove a lot of
      conversations. This patch uses the SmartListItem to determine
      what conversation needs to be cleaned.
      
      Change-Id: I731bb9e7d41b140bbc2607800c1a8e0a1eff3244
      538481a9
  2. Nov 25, 2021
  3. 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
  4. Aug 23, 2021
  5. Aug 13, 2021
  6. Jul 09, 2021
    • Andreas Traczyk's avatar
      lrcinstance: remove custom setter/getter for currentAccountId · 285316dd
      Andreas Traczyk authored
      Using a custom getter setter cause the setting of the value to
      require manual changed signal emission and in addition to being
      error prone, this prevents the changed signal from being emitted
      upon initial selection. Some excess workaround code may be removed
      in following commits.
      
      This patch also refactors the banned contact signaling as part of
      an accountadapter connection cleanup.
      
      Change-Id: I73fb751001e53e086adc7a6a8d706671c2878a77
      285316dd
  7. Jun 25, 2021
  8. Jun 02, 2021
  9. May 14, 2021
  10. May 07, 2021
  11. Apr 09, 2021
  12. Apr 07, 2021
  13. Apr 02, 2021
  14. Mar 26, 2021
  15. Mar 25, 2021
  16. Mar 22, 2021
  17. Feb 03, 2021
  18. Jan 07, 2021
  19. Dec 10, 2020
  20. Nov 03, 2020
    • Albert  Babí Oller's avatar
      callview: hide mainview window on fullscreen · 9d41a3bc
      Albert Babí Oller authored and Ming Rui Zhang's avatar Ming Rui Zhang committed
      - hide / show mainview window on fullscreen switch in order to avoid undesirable UI transitions or incorrect layout (when working with multiple screens)
      - update and show only on top page of callStackView
      - back button always present on CallOverlay (use close button icon on fullscreen mode)
      
      Gitlab: #135
      
      Change-Id: I0d7c6aac26ba9c899ee97ac58f41f2746dda2148
      9d41a3bc
  21. Oct 30, 2020
  22. Sep 30, 2020
  23. 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
  24. 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
  25. Sep 18, 2020
  26. Sep 14, 2020
    • Albert  Babí Oller's avatar
      mainview: call flow review · be70e36b
      Albert Babí Oller authored
      - incoming / outgoing call UI management
      - add system native notifications
      - incoming call page same model as outgoing
      - UserInfoCallPage is used to display common information for incoming / outgoing calls
      
      Gitlab: #32
      Change-Id: If33196a30c51698b4edad55cb8f718066034e422
      be70e36b
  27. Sep 10, 2020
Loading