Commit graph

1153 commits

Author SHA1 Message Date
Gaelle Braud
9ec465763f Update participant identification in removal/admim-toggle inside rooms (cherry pick 929feffc6f5f343fde931ce4c4dfccab0eb26f23 from quanta/master) 2026-03-06 16:15:55 +01:00
Gaelle Braud
836fe17a35 Fix premature exit of testing loop (cherry pick e340fa823695e89aecc59844b690805ec63a3656 from quanta/master) 2026-03-06 16:15:51 +01:00
Gaelle Braud
574a9b505f Fix crash in chat list delegate destruction during model update (cherry pick from quanta/master c108d42d9c1292556fc79d48830ad90cf6815925) 2026-03-06 10:49:51 +01:00
Gaelle Braud
992e682963 hide vertical tab buttons texts until the associated image is ready for the first time 2026-03-06 10:49:46 +01:00
Jehan Monnier
12dfd2403f update oidc client secret auth 2026-03-04 16:56:45 +01:00
Jehan Monnier
3240f0f757 fix oidc connector scope parsing in case of QT >= 9.0 2026-03-04 16:56:45 +01:00
Jehan Monnier
5a956ff655 remove login_hint as most of the time it's unrelated to sip username 2026-03-04 16:56:45 +01:00
Gaelle Braud
d7202a15b8 update translations 2026-03-04 16:56:45 +01:00
Gaelle Braud
7dbe238f17 SafeConnection premature destruction in ParticipantDeviceList and ParticipantList (cherry pick from quanta) 2026-03-04 16:21:50 +01:00
Gaelle Braud
adbc31da57 never add chat room to chat list if has conference info 2026-03-04 16:16:05 +01:00
Gaelle Braud
7ba39b4be1 reset lists data if core is not On 2026-03-04 11:40:37 +01:00
Gaelle Braud
3c7eb3d428 update translations 2026-03-03 14:55:53 +01:00
Gaelle Braud
ab9d78a89e change ephemeral api from SDK update 2026-03-03 14:51:54 +01:00
gaelle
a1ae4c02f7 fix glitching images on buttons 2026-03-03 14:51:54 +01:00
gaelle
6500f09ef1 try fix for non showing notification on Windows 2026-03-03 14:51:54 +01:00
gaelle
ed89a81fd7 use display name for message notification sender 2026-03-03 14:51:54 +01:00
gaelle
34a4c99e2c update SDK to 5.4.92 2026-03-03 14:51:54 +01:00
Gaelle Braud
84c8f66c61 update translations 2026-03-03 13:39:54 +01:00
Gaelle Braud
e23afaf0de add debug for sso issue and display error on request failed 2026-03-03 13:39:46 +01:00
Gaelle Braud
91534868b6 update translations 2026-03-02 10:52:15 +01:00
Gaelle Braud
f4fac9479b add more debug for non showing notification and try hack 2026-03-02 10:51:56 +01:00
Gaelle Braud
ffc4b3113d remove warning 2026-03-02 10:51:20 +01:00
Gaelle Braud
3da106d4d2 add auto check for update on start config setting 2026-03-02 10:26:32 +01:00
Gaelle Braud
9acbcbf6c3 Fix crash in app state change 2026-02-27 13:33:12 +01:00
Gaelle Braud
6153d45457 update translations 2026-02-26 15:57:17 +01:00
Gaelle Braud
bf0c036360 Add debug for disappearing notification on Windows 2026-02-26 15:57:17 +01:00
Gaelle Braud
fbb9f7bc63 display exact matching result on the top of the suggestions list #LINQT-2433 2026-02-26 13:53:53 +01:00
Gaelle Braud
ea4948c9e6 try not to steal focus with notification window 2026-02-26 13:53:53 +01:00
Gaelle Braud
5781e1c1c9 Rich text for info popup description (needed for displaying links) 2026-02-26 13:53:53 +01:00
Gaelle Braud
7feb4177da do not add chatroom if it does not match the filter #LINQT-2431 2026-02-26 13:53:53 +01:00
Gaelle Braud
c0d3e44296 either call leave if call is related to a conference or pause if not #AL-34 2026-02-26 13:53:53 +01:00
Peio Rigaux
5aa3dc6350 Updated Qt version to 6.10.2 2026-02-26 12:29:00 +01:00
Peio Rigaux
ba82083be2 Force QT version in CI scripts 2026-02-25 15:44:03 +01:00
Gaelle Braud
c3ca45f331 fix typo 2026-02-25 11:37:53 +01:00
Gaelle Braud
e6c32f01eb fix crash on null window 2026-02-25 10:51:19 +01:00
Gaelle Braud
249e2118ef stick to Qt 6.10 minimum version
Update translations
2026-02-25 10:43:36 +01:00
Gaelle Braud
df0a911fe4 Change app install and min Qt versions 2026-02-25 10:13:11 +01:00
Gaelle Braud
1c15d83174 Update CHANGELOG 2026-02-25 10:02:04 +01:00
Gaelle Braud
7069d57ce7 fix crash when no call associated to conference 2026-02-25 10:02:04 +01:00
Gaelle Braud
7c84741442 Fix attempt for image not displaying immediatly 2026-02-25 10:02:04 +01:00
Gaelle Braud
6f15bde0ce always align chat message text to the left
disable focus for notification windows
2026-02-25 10:02:03 +01:00
Gaelle Braud
4e9b38de66 update SDK to 5.4.88 2026-02-24 15:17:26 +01:00
Gaelle Braud
a8606068ea Improve ui to access chat header buttons when window is at its minimum width 2026-02-24 15:13:27 +01:00
Gaelle Braud
a124d581e0 fix crash on restart due to null main window 2026-02-24 15:02:02 +01:00
Gaelle Braud
d6df08168d Make the beginResetModel/mList.clear()/endResetModel sequence atomic
Delete raw pointer lists after items are added to the lists
2026-02-24 15:00:39 +01:00
Sylvain Berfini
e2c0f622e6 Updated translations from Weblate 2026-02-24 10:35:16 +00:00
Gaelle Braud
7919c38ed1 Make the beginResetModel/mList.clear()/endResetModel sequence atomic in Event Log and Chat lists
delete event log list to avoid core residual leading to SafeConnections not destroyed
2026-02-24 09:26:47 +01:00
Gaelle Braud
a6ad090c06 fix crash when no conference organizer 2026-02-23 18:44:15 +01:00
Gaelle Braud
d60a9b6f2b Make the chat sending text area take all the space available in splitview #LINQT-2382 2026-02-23 14:41:21 +01:00
Gaelle Braud
35c3420526 Chat list fixes:
Force chat list to update when updating proxy sourceModel (otherwise list can be empty)
Clear mList before anything else when updating chat list (may fix chat connection crash)
2026-02-23 10:54:59 +01:00