Skip to content
Snippets Groups Projects
  1. Feb 03, 2022
    • Andreas Traczyk's avatar
      wix-installer: register jami protocol · f319c954
      Andreas Traczyk authored
      Add some registry keys and values for the URL protocol via the WiX
      installer.
      
      Gitlab: #655
      Change-Id: Ibc857cfea2db4ff5a20ca3e71e057990527a4054
      f319c954
    • Andreas Traczyk's avatar
      main: use IPC to terminate secondary client during re-install(win) · 5613a81a
      Andreas Traczyk authored
      To coordinate the MSI installer with Jami's close-to-tray feature,
      a custom action was used to kill QtWebEngineProcess and Jami, prior
      to the file installation step. The close-to-tray feature makes it
      so the only way to terminate the app is via the systray context
      menu.
      
      This patch harnesses the IPC mechanism used by the run-guard, and
      adds a command-line option('--term') used to signal the secondary
      process and provoke graceful termination.
      
      The benefits are:
      - the app can save data before closing
      - system tray icons aren't left dangling after updates
      - QtWebEngineProcess is guaranteed to be terminated during install
      
      Gitlab: #654
      Gitlab: #543
      Change-Id: I79421eeab49c9ec0826010af99a364471bb81d1a
      5613a81a
  2. Feb 01, 2022
  3. Jan 31, 2022
  4. Jan 28, 2022
  5. Jan 27, 2022
  6. Jan 25, 2022
  7. Jan 24, 2022
  8. Jan 21, 2022
  9. Jan 19, 2022
  10. Jan 18, 2022
    • Amin Bandali's avatar
      misc: unset QT_STYLE_OVERRIDE · a2a6e761
      Amin Bandali authored and Sébastien Blin's avatar Sébastien Blin committed
      * src/main.cpp (main): unset QT_STYLE_OVERRIDE.  Some distros, like
      Zorin OS, set QT_STYLE_OVERRIDE to force a particular Qt style.
      This has been fine with Qt5 even when using our own Qt package
      which may not have that style/theme available.  However, with Qt6,
      attempting to override to a nonexistent style seems to result in the
      main window simply not showing.  So here we unset this variable, also
      because jami-qt currently has the Material style hard-coded anyway.
      https://bugreports.qt.io/browse/QTBUG-99889
      
      Change-Id: Ic261b46baf79cf36491578ff969b398b95363c94
      a2a6e761
  11. Jan 17, 2022
  12. Jan 11, 2022
  13. Jan 10, 2022
    • Sébastien Blin's avatar
      mainapplication: fix fullscreen management · 0a7a6643
      Sébastien Blin authored
      Remove all references to appWindow.isFullScreen and uses visibility
      Store latest state to keep previous states when passing the call
      in fullscreen or a media player. Fix also fullscreen's transition
      on media messages
      
      Change-Id: I1b141fc052aa607561275faf231504f48b3c49b8
      0a7a6643
  14. Jan 06, 2022
  15. Jan 05, 2022
    • Aline Gondim Santos's avatar
      conf: fix participant menu focus · fcd8a907
      Aline Gondim Santos authored
      Superposing a MouseArea and a hover in a child
      component may cause focus problems.
      This replaces MouseArea for a HoverHandler
      in the participant moderator menu.
      
      Change-Id: Ic4eb763c79f04198d3a2a2f24636fb2a09dca172
      GitLab: #601
      fcd8a907
  16. Jan 04, 2022
  17. Jan 03, 2022
  18. Dec 30, 2021
  19. Dec 27, 2021
  20. Dec 23, 2021
    • Sébastien Blin's avatar
      mainapplication: fix destruction ordering · 83f68573
      Sébastien Blin authored
      Every models (like UtilsAdapter for example) owns a pointer of
      LRCInstance. So, when the MainApplication is destroyed, the QmlEngine
      and all structures owning a pointer of LRCInstance MUST be destroyed
      before LRCInstance to avoid any segfault
      
      GitLab: #631
      Change-Id: Id30aaca325fe7172188bba468acd73525e62a34a
      83f68573
Loading