- Mar 07, 2022
-
-
Andreas Traczyk authored
+ Reduce the complexity of, and refactor the video management code. + Replace the directrenderer pipeline with one that permits clients to map and provide a custom video buffer. Note: this removes the "useAVFrame" path for now. Gitlab: #500 Also jami-client-qt#536 Change-Id: Ia326c452c7887086acc75e8eb52fa24b7f4cf25b
-
- Mar 02, 2022
-
-
Andreas Traczyk authored
+ Removes the signal/slot relay mechanism(Note: Signals can be connected to signals and don't need a relay slot as long as the signature is the same). + renames startedDecoding to decodingStarted and the same for stoppedDecoding. Depends on: https://review.jami.net/c/jami-daemon/+/21147 Gitlab: #500 Also jami-client-qt#536 Change-Id: I02746137efeefa24f8ac65bde073f230b58c1e9c
-
- Feb 28, 2022
-
-
Jenkins authored
Change-Id: I7b1be79b029654b9960a60507b36f742bb184395
-
- Feb 21, 2022
-
-
Jenkins authored
Change-Id: Iecc1b8b2afae012f3bf073c21d1674d6b0b186c0
-
- Feb 16, 2022
-
-
Sébastien Blin authored
Be able to change all the details we want Change-Id: Ic06b25d1595e61e285431a6d9cd4d0963488e5cb
-
- Feb 14, 2022
-
-
Jenkins authored
Change-Id: I0d374efce72138a7777d1303ab75f6558ef95d3d
-
- Feb 11, 2022
-
-
Set application container as path for audio/video recordings in the chat. jami-client-qt#672 Change-Id: I39ad0a72fc36b7dc2c5a3d50da5fa2c9b6fa78bc
-
- Feb 07, 2022
-
-
Jenkins authored
Change-Id: I2d8ee62f84ad689d9cd35b679f47aa41bfa3d451
-
- Feb 02, 2022
-
-
Sébastien Blin authored
Change-Id: I06a24efad889587b16f63d137d34e9f8f5786033
-
- Jan 31, 2022
-
-
Jenkins authored
Change-Id: Ib8cec0adadf76a34106f9a6b38fdda7edb0be5ff
-
- Jan 28, 2022
-
-
Sébastien Blin authored
Change-Id: I6e94fc7017a356212a13f6b0fcb0e4cf64abdaaa
-
Sébastien Blin authored
Change-Id: I628ce5a793e8fb8285c73e5a9f24dc2fc2e647f0
-
- Jan 27, 2022
-
-
Sébastien Blin authored
Change-Id: I897e49cd131d3cbffef9fb1d5c9be3c0bc9bcb3f GitLab: #495
-
- Jan 24, 2022
-
-
Jenkins authored
Change-Id: I7171dd8aa0b9767951042409fe4fcc1381e494ab
-
- Jan 19, 2022
-
-
Sébastien Blin authored
This avoid any potential crash. Also do some cleanup Change-Id: I92acdb6fe1f55b7061fbe73aac06bd60b4d3216e
-
Sébastien Blin authored
It should return uri or registeredName Change-Id: I2e4f3013c6ab9e89538f8a9cd9ab0ba658a4e9fa
-
- Jan 17, 2022
-
-
Jenkins authored
Change-Id: I81d4519c5f4bc3bc7b2fb9194b2e1689b1b0d430
-
- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I68bc32a75ba870955a238e2dda9de8579a5e4011
-
- Jan 03, 2022
-
-
Jenkins authored
Change-Id: Id5d6dab58f17414e36c97ede750a691705b88127
-
- Dec 30, 2021
-
-
Sébastien Blin authored
Change-Id: Id0a23dc290e699bbf33cf87857ea92551df9da04
-
Sébastien Blin authored
From the documentation: To use the type T in QVariant, using Q_DECLARE_METATYPE() is sufficient. To use the type T in queued signal and slot connections, qRegisterMetaType<T>() must be called before the first connection is established. I don't really understand why it was working with Qt 5.15, but the code was not working with Qt 6, so add qRegisterMetaType to fix signals. Moreover, previous qRegisterMetaType<> in ContactModel was misplaced. jami-client-qt#601 Change-Id: I309de4b980d961ac352529419f895be369a87433
-
Sébastien Blin authored
Change-Id: I534716ec60cf3456a028c7cc926be7fe4b4a79d6
-
Sébastien Blin authored
When a user has a lot of contacts, the memory is filled with profiles that aren't even shown. So, avoid to store the avatar into profileInfos and let the client manages this part to reduce memory usage. Change-Id: I33340436059153293e0c5c739d2b9d963935401a
-
- Dec 28, 2021
-
-
Sébastien Blin authored
Change-Id: I93ca7b6b66d650c3c3d361d9ce073ae028c8723d
-
- Dec 27, 2021
-
-
Jenkins authored
Change-Id: I3b36f696c7a1ebc78938b4e1afab516c4cbeea99
-
- Dec 23, 2021
-
-
Andreas Traczyk authored
Change-Id: I8c115b95ee46af8809e00f48e64b3e9796e78a27
-
- Dec 22, 2021
-
-
Change-Id: I9b73a37139d4ed2b185ffa3f6237979b8b143d71
-
- Dec 20, 2021
-
-
Jenkins authored
Change-Id: Ia1e89ec1291c58920368d5112e6a4d39c4810be4
-
- Dec 13, 2021
-
-
Sébastien Blin authored
Change-Id: Ibc8b5d095052c0a8167defbb131e78449321d908
-
- Dec 06, 2021
- Dec 02, 2021
-
-
Sébastien Blin authored
Change-Id: I6e324b3d9e283a05d959ec33620d9e2e29066353
-
signal from CallManager was not correctly caught and emitted to the client, so the SmartInfos weren't displayed. Change-Id: I365a401fc754a5895ff62531547b0ab8fb6cf087
-
Sébastien Blin authored
Change-Id: I88872aeeb2ed5ef6fbd34e481035053784f21f70 GitLab: jami-project#1312
-
- Dec 01, 2021
-
-
GitLab: jami-project#1294 Change-Id: Icf117d50b9ad3e6cf0d329252be371c3a856e96b
-
- Nov 24, 2021
-
-
Change-Id: I4a1722f6942ca55a7095998153dfd64b186fdb25
-
- Nov 22, 2021
-
-
Jenkins authored
Change-Id: Ib93644b4b434da0bfea186fb9e78b32b8bd4c3cc
-
- Nov 17, 2021
-
-
Sébastien Blin authored
Change-Id: I895121e4f936227632debd575fef852f6b94b7eb
-
- Nov 16, 2021
-
-
Change-Id: I7f2bf6038d1b9313bd86f9b0a39b2573b97038a1
-