- Nov 04, 2024
-
-
Andreas Traczyk authored
This avoids merge modules which may crush system runtimes files. We've had several issues packaging vc_redist binaries also, so this seems to a better option for now. Gitlab: #1865 Change-Id: I9ac3d3a1945136d7f78cf5be2de5d05cf377e126
-
Andreas Traczyk authored
Switches formatter to one not dependant on JDK - https://github.com/DotJoshJohnson/vscode-xml - { "xmlTools.xmlFormatterImplementation": "v2", "xmlTools.splitAttributesOnFormat": true, } Gitlab: #1453 Gitlab: #1865 Change-Id: I82e65d3097ac366f7873ac4c0e1d5beed3ee486e
-
Andreas Traczyk authored
Gitlab: #1873 Change-Id: I239566f4cfa4dfbdfd08ccc496aa0bc206ece855
-
- Apr 14, 2023
-
-
Andreas Traczyk authored
This is a big time saver in the context of CI testing where we only need to supply some env vars instead. It would also be nice to also have the env vars filled out for CMake-generated project runtime configs to prevent unnecessary deployment for development builds, but that's not done in this commit. Change-Id: I338827cb87c9fc71c9a6b4b3076b22aa7cf7cfa3
-
- Oct 07, 2022
-
-
Andreas Traczyk authored
- Removes the explicit "(BETA)" from the msi installer. - Changes BETA to Beta in the about menu. Change-Id: Ifbf300ef1c39a4648f6a235cf3a17a89145d2152
-
Andreas Traczyk authored
Change-Id: I32680db1ca81db77b8c49550531ecac992897a47
-
- Apr 07, 2022
-
-
Change-Id: I663f4c7d736d62063f897d9551fc2e97ad5360ef
-
- Feb 03, 2022
-
-
Andreas Traczyk authored
Add some registry keys and values for the URL protocol via the WiX installer. Gitlab: #655 Change-Id: Ibc857cfea2db4ff5a20ca3e71e057990527a4054
-
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
-
- Dec 08, 2020
-
-
Ming Rui Zhang authored
Change-Id: Ifb63abe89b397e8f728053116711efc889e803c0
-
- Oct 09, 2020
-
-
Change-Id: If5392c0c113d0e1e0a590b2ae72e2e6d8fdcf26a
-
- Sep 30, 2020
-
-
Gitlab: #122 Change-Id: Ica199d18bb95ad98a3ac15bc083f2c5eeb953216
-
- Sep 24, 2020
-
-
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
-
- Aug 31, 2020
-
-
Ming Rui Zhang authored
In vc redist folder, there are two vc redist executables that can be deployed by qt windows deploy. Update the filter so that both can be avoided to be deployed. Gitlab: #49 Change-Id: Ia79923dd2a7487833884812e2f5c7536cc30b24e
-
- Aug 03, 2020
-
-
Sébastien Blin authored
Change-Id: I32bfdd2a618aa7ac6181da2697e241667b010aab
-