- May 30, 2024
-
-
GitLab: #1563 Change-Id: Ie4ec46bbd7adb0fb0abf9da29224d7b87bcf0aa7
-
Adrien Beraud authored
Change-Id: I3abcdfa8d6a32eedbfd99ab0302d18b5bad6dae6
-
- May 29, 2024
-
-
Andreas Traczyk authored
Don't use a post build step, as it's only needed for packaging. Change-Id: I1be4e7ac8042e1f211b4eeb15bc869e16eda1682
-
Sébastien Blin authored
GitLab: #1629 Change-Id: I74a651728c6d2d9c55b39772a11090d60231b3d5
-
Sébastien Blin authored
Change-Id: I555d6722fae688ba25c4eb2266088aeec0240528
-
Sébastien Blin authored
Change-Id: Id4f6d28423104965827d6b130533412dd918d536
-
Sébastien Blin authored
We do not need to write an empty profile since the daemon fully manages the profile. Just update it from cache when new profile is detected GitLab: #1627 Change-Id: I31035f0666925d13f339f387e614f148b0eece8b
-
Sébastien Blin authored
getContacts() is called before sync is finished. This should be done like conversations, after first initializing. This fix the presence showing after sync. GitLab: #1627 Change-Id: I4ec9b7e34b5bd93b9ae4437e6c6719dbc3b78a98
-
- May 27, 2024
-
-
Jenkins authored
Change-Id: I1a004c1d7b2ad51eb3e59951f9e7158bc312c313
-
Sébastien Blin authored
Change-Id: I64e7b601bbadc9055da912a7d6fe2304aa7a5169
-
- May 24, 2024
-
-
Sébastien Blin authored
Change-Id: I2c515128f5d2958f2e8e598f0bfd92d2ec5f1d1b
-
In the current implementation, the chatViewContainer of callStackView is not destroyed for a swarm conference call because there are no signals for call changes.This patch ensures chatViewContainer is used when there is no call. GitLab: #1625 Change-Id: Iefc39b747d92543244d30aa987eda134ff0a03f3
-
- May 22, 2024
-
-
Sébastien Blin authored
Change-Id: I38901aa3e8b5db4ec14c70f9b6df65a4f43eaad4
-
- May 21, 2024
-
-
Sébastien Blin authored
Change-Id: I32e83c2ccf82be78fbdd6e9932105228dd6dee8b
-
- May 20, 2024
-
-
Jenkins authored
Change-Id: Ic221ee76c9b9310edea106aea28203a36fbe0617
-
- May 17, 2024
-
-
François-Simon Fauteux-Chapleau authored
GitLab: #1607 Change-Id: I49062e2e02b4d8f39221243dcef49298117e2f9e
-
- May 15, 2024
-
-
Andreas Traczyk authored
In response to an issue that would cause a lost window when minimizing to tray on a system without a systray, commit 316750ad introduced a bug for versions of Qt that would return null icon geometry even when the icon was visible. Subsequently, this was byspassed with commit f25e66aa which only applied to GNU/Linux systems, leaving the hack inplace for Windows and macOS where the bug had not originally occured. This commit: - makes the "MinimizeOnClose" option always visible - uses Qt's built-in method for "isSystemTrayIconVisible" - changes the default "MinimizeOnClose" setting to true Gitlab: #1623 Change-Id: I3b99c7fb952eedea63ae9c12d207ceb3c9bd4988
-
- May 13, 2024
-
-
Sébastien Blin authored
Change-Id: I38b4f45cb3220bc52ab227976acd65a6c2d1ef93
-
- May 08, 2024
-
-
Change-Id: If177414fbb4223432e5c5769ef51a1b3ad745ce5
-
- May 06, 2024
-
-
Jenkins authored
Change-Id: I63bea7d1001aefca8bbb1f8b4556841599fa7e88
-
- Apr 30, 2024
-
-
Kateryna Kostiuk authored
MacOS 11 is required from qt 6.5 Change-Id: I4cde10a3dccffe5d2b4778ceda5db9d3a20dd447
-
Sébastien Blin authored
Change-Id: If11353d884129b98652dabae6068d4dfd5222786
-
Change-Id: I3dc28375adfc9fa20d162f46d8c46f54a28dca7e
-
Change-Id: Id7fdb845446cf226061a8eef3523698c1a4967cd
-
- Apr 29, 2024
-
-
Jenkins authored
Change-Id: I3323e91f731240c5fc2219b3260d46705291d369
-
- Apr 26, 2024
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: I44793c0aca9850e210be9f616598c4473d0261ba
-
- Apr 25, 2024
-
-
François-Simon Fauteux-Chapleau authored
The function which is responsible for muting the camera when accepting a call in audio assumes that the call's mediaList has already been initialized, but this wasn't actually the case. This caused a bug where the 'Accept in audio' button behaved exactly like the 'Accept in video' button. GitLab: #1621 Change-Id: I26251f51862cf5cd9b6d4daaf15270943c0e3c4e
-
- Apr 19, 2024
-
-
François-Simon Fauteux-Chapleau authored
This is necessary because we use the core20 base snap, which is built from Ubuntu 20.04 and therefore doesn't have a recent enough version of PipeWire available by default. Change-Id: Id039ec446f4b3f0e89b9ec27f37f81cfd6b3587e
-
- Apr 16, 2024
-
-
Change-Id: I593de1332807a18464d4bbff51346980e90f1117
-
Sébastien Blin authored
Change-Id: I8ac570f0ad859b2ea2ee83ca8fe3927848148ff3
-
Change-Id: I507637344e781273974fac2482e67556b4473ed3
-
- Apr 15, 2024
-
-
This commit replaces a StackLayout with a Loader allowing us to load initial and ongoing call views dynamically based on the current conversation's call state. This may fix several issues related to conversation loading including a possible uncaught binding loop based on observing CurrentConversation.id changes. - small header clean up Change-Id: Idfc723d8b39f19aafb026c19f26590910b5c26cd
-
- Apr 11, 2024
-
-
- adds a task to toggle testing configuration - removes the test run launch configuration (now a task) - adds macOS support and fixes gtest CMake integration - removes the IPC launch configuration as it doesn't work correctly without delaying the client Change-Id: I89e1f3abd0e050e0bcf205f1331596c660dd0d34
-
The RPM automatic dependency generator adds provides for all libraries under %{_libdir}. When vendoring libraries you must disable this behaviour, otherwise other packages that link against Qt will not pull in the distro qt packages if jami-libqt is already installed Change-Id: I3f0a018ea12be7f29d04ca4441cbfdebc2efb909
-
- Apr 10, 2024
-
-
Andreas Traczyk authored
- specifies some include paths - enforces LF eol - encourages clang-format use - adds a comment regarding the IPC task Note: currently GNU/Linux-specific Change-Id: Ib208aca33026bf1c15a3ef18020805ceb20aa55f
-
Andreas Traczyk authored
This is a good start, but will need to be adapted for other platforms and improved over time. Change-Id: Ib64046e852c3aa9cc9b492d0af8cee33ee1ff5de
-
- Apr 09, 2024
-
-
Andreas Traczyk authored
The `test` option is not used in non-debug builds. Change-Id: I25eef5b414f987ae4acc435213173f8c78390866
-
Andreas Traczyk authored
This commit adds configurable size to the handle, as it will likely be made transparent soon. Gitlab: #1611 Change-Id: I1574089d57b5993b59e29732e6a0c573ef91f606
-
- Apr 08, 2024
-
-
Andreas Traczyk authored
Change-Id: I799e8f66e2008323817c73292f94e8c625564d67
-
Andreas Traczyk authored
Change-Id: I800aad6362be0124a33904b834ff8e04b560d6a8
-