- Nov 01, 2023
-
-
GitLab: jami-daemon#485 Change-Id: I148f19eb76a526a5ab38c5f4a83f45ea66e348e4
-
Sébastien Blin authored
There was no way to differentiate a 1:1 incoming call and a call from a swarm, because username couldn't be checked. Now, create conversation only if it's a 1:1 call Change-Id: I0094967914b4888d083b9adc1d2b11de467d6f48
-
- Oct 31, 2023
-
-
Andreas Traczyk authored
Change-Id: I6d3cdfb30e148c0e74fcd1b69b2f1d317425d691
-
Positionning the menu, change reply icon, close menu when click a second time on the button, and add animation for all menu's buttons Change-Id: I8567a74ba53de214305cbcf432541803d921f60e
-
- Oct 30, 2023
-
-
Jenkins authored
Change-Id: If3dbab4b02784722ee2b7785bcf14be58d0fd615
-
Sébastien Blin authored
Change-Id: Ica84f3169cfe95be9097dce50e311d1e09f65723
-
Kateryna Kostiuk authored
Change-Id: I359cf1cd538a87f12f0e931b8b2948cf1c721cce
-
It works with a Pimpl which the right pttlistener.cpp depending on the platform you are on (macOs, windows or X11). It is a global PTT which listen to key events during calls. If the global PTT is not supported, a local PTT is set. jami-project#1402 Change-Id: I8399800966c737bb8e8a656ecbb6af7ac7cdde8c
-
Sébastien Blin authored
Change-Id: I0b64db0a418e9992dcafa053c762e153a65515b8
-
- Oct 26, 2023
-
-
Sébastien Blin authored
Change-Id: I98294ccfb1ae68b45260f3e66bdce3e179ee55a9
-
Change-Id: I9a07dccc7bb4a17c0ce3046906f922d5ace35f8a
-
- Oct 25, 2023
-
-
GitLab: #1369 Change-Id: I863d13dc924e3e0d12dd92f9fb2b8d48bad051f4
-
Liam Coursodon authored
GitLab: #1388 Change-Id: Ia38dbd15b176afcaf7c03b6612695ee5b6e89723
-
- Oct 24, 2023
-
-
GitLab: #1388 Change-Id: Ia168dce60ffdafa1ab4d08905c46f47f98625916
-
Sébastien Blin authored
Change-Id: I3d6a777d5b482f0810144780c333a292ce0e3f5c
-
Andreas Traczyk authored
Change-Id: Icde3c4f5dbb54c2ae93712434f5d08def4e3c3bb
-
- Oct 23, 2023
-
-
Jenkins authored
Change-Id: Id0905136d6091270819b9ae8b37d3e9be5d9c1dc
-
GitLab: #1334 Change-Id: I71930584b3f5e0925ba8f5f42fff669ff9237dd1
-
Change-Id: Idf922df701cdf2efc2d167362dca021897d8e2e5
-
- Oct 20, 2023
-
-
Sébastien Blin authored
Change-Id: I2da6a821b25c3a5ae26ba8f59f3dc8b6656751b5
-
- Oct 19, 2023
-
-
Sébastien Blin authored
Change-Id: I20cbebf0bea67385b08fa879884ce2a7f8634d52
-
Change-Id: I58aee3397e46025a79321e2a54211f72d299077e
-
- Oct 18, 2023
-
-
Andreas Traczyk authored
Prevents breaking the UI. Gitlab: #1370 Change-Id: I6bad222c2a05dc66402bc8f86e17f9a6d4d99c99
-
- Oct 17, 2023
-
-
Liam Coursodon authored
Change-Id: If2bb725a0be137a55a29cd7592726c4f2c718c8a
-
Aline Gondim Santos authored
Change-Id: I85967917eae6d69f534aebeaae998454a9a6a4c0
-
Liam Coursodon authored
Change-Id: Ied676c0bcea675735274362ecc35de504c4c7fa9
-
GitLab: #1369 Change-Id: I1bd9dfab7526a9cd0d84205817ab4eae951dba90
-
- Oct 16, 2023
-
-
Jenkins authored
Change-Id: I5f6e1f01940f43a6e4d8ffd8c497a848ed981971
-
Liam Coursodon authored
PopUp: Add shadow on the SharePopup Change-Id: I3829fb651116e2ce8da05e71ecb61a67356748c7
-
- Oct 13, 2023
-
-
Liam Coursodon authored
GitLab: #1334 Change-Id: Ic0e2a4b08db7228e4a4bdab665f53adfa581e16c
-
- Oct 11, 2023
-
-
GitLab: #1334 Change-Id: Ie32b6278fb28381524936baabf09ee3cbba04eb6
-
Gitlab: #1378 Change-Id: I0249a87fba240eb65165fc79bdbc0ffb55f00af8
-
- Oct 10, 2023
-
-
GitLab: #1334 Change-Id: Ibe19091076f3b041517f32684a248700c0fce7ff
-
- Oct 09, 2023
-
-
Jenkins authored
Change-Id: I2a892bc8ee46e169865397d771d3e9d233468911
-
- Oct 05, 2023
-
-
Andreas Traczyk authored
Also reverts waiting on the msiexec process + error checking. Change-Id: Icfd8c349087d1b9f84c95d855b68b7ef2e45b3ab
-
Andreas Traczyk authored
Change-Id: Ia78ee9a1946d79b68b0761642b37f90a77182a68
-
- Oct 03, 2023
-
-
Andreas Traczyk authored
This commit fixes several issues: - the update confirmation dialog getting stuck in the open state - secondary attempts to download an update possibly causing a crash - poor error information presented in the case of missing content - unhandled errors during MSI package installation Gitlab: #1367 Change-Id: Ia8855b8268ab13b8e1cbbb15de75d41f593f947a
-
Andreas Traczyk authored
Change-Id: I8a3fe51e2d868f25c482b1a57bea82bc976a457a
-
Andreas Traczyk authored
Previously, managed views were always stored in a dictionary using non-unique keys. This commit adds a method to the ViewManager component allowing for automatic unique key generation if the base key (QML component path) is the same. This is used for dialogs because we need to possibly open nested modal dialogs. Gitlab: #1367 Change-Id: I94e0ef0e0ae79689445be0409dd902dc74554e43
-
Change-Id: I910ab554c463a3d91c48c297c6c1ed48202283f9
-