Commit graph

1147 commits

Author SHA1 Message Date
Ghislain MARY
536a6b7c68 Detect HID devices (un)plugging dynamically. 2026-02-27 09:50:18 +01:00
Gaelle Braud
f42b529adb display exact matching result on the top of the suggestions list #LINQT-2433 2026-02-26 11:40:13 +01:00
Gaelle Braud
272e986e99 update translations 2026-02-25 17:36:56 +01:00
Gaelle Braud
92f4a92f86 scroll to original message on click on reply message #LINQT-2390 2026-02-25 17:36:56 +01:00
Gaelle Braud
ca0bf41ee7 Update CHANGELOG 2026-02-25 16:14:24 +01:00
Gaelle Braud
24cce26880 try not to steal focus with notification window 2026-02-25 15:25:11 +01:00
Gaelle Braud
8304c64cf6 Rich text for info popup description (needed for displaying links) 2026-02-25 15:22:18 +01:00
gaelle.braud
dd2b09b093 change app version 2026-02-25 15:18:19 +01:00
Gaelle Braud
d207d88a11 do not add chatroom if it does not match the filter #LINQT-2431 2026-02-25 12:47:36 +01:00
Gaelle Braud
37fb24ed61 either call leave if call is related to a conference or pause if not #AL-34 2026-02-25 12:13:56 +01:00
Gaelle Braud
b7aa957075 disable focus for notification windows 2026-02-25 12:13:56 +01:00
Gaelle Braud
1fddae5deb fix crash when no call associated to conference 2026-02-25 09:49:00 +01:00
Gaelle Braud
cef5a85d63 Fix attempt for image not displaying immediatly 2026-02-25 09:45:55 +01:00
Gaelle Braud
0293aedb58 always align chat message text to the left 2026-02-24 17:15:03 +01:00
Gaelle Braud
bae8e6d75a fix master ci 2026-02-24 16:17:03 +01:00
Gaelle Braud
c4d6252a37 fix master ci 2026-02-24 15:33:05 +01:00
Gaelle Braud
447e82097b Improve ui to access chat header buttons when window is at its minimum width 2026-02-24 15:20:04 +01:00
Gaelle Braud
9da9c25dba fix crash on restart due to null main window 2026-02-24 15:20:02 +01:00
Gaelle Braud
fb9f2dd870 Make the beginResetModel/mList.clear()/endResetModel sequence atomic
Delete raw pointer lists after items are added to the lists
2026-02-24 15:20:00 +01:00
Gaelle Braud
5e3668fdeb 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:27 +01:00
Gaelle Braud
adb6c34124 fix crash when no conference organizer 2026-02-23 18:43:24 +01:00
Gaelle Braud
f91b047e8e Make the chat sending text area take all the space available in splitview #LINQT-2382 2026-02-23 14:35:42 +01:00
Gaelle Braud
2ae5bb9cec 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 11:18:39 +01:00
Gaelle Braud
226547d199 Fixes :
invalidate meeting filter when meeting list becomes visible

invalidate meeting filter when meeting removed (try to fix #LINQT-2429)
2026-02-23 11:18:39 +01:00
gaelle
9bc953ca82 Force notification windows to raise when unlocking screen on Windows 2026-02-23 11:16:56 +01:00
Gaelle Braud
56fd5f2de3 do not allow to cancel a passed meeting #LINQT-2389 2026-02-19 12:28:42 +01:00
Gaelle Braud
164d8ab4b1 add try/catch to fileTransferProgressIndication callback in case of crash while downloading attachment 2026-02-19 12:26:10 +01:00
Gaelle Braud
a4602236df fix macos crash on close due to mainwindow being destroyed 2026-02-19 12:03:57 +01:00
Gaelle Braud
9952791f22 update translations 2026-02-19 12:02:57 +01:00
Gaelle Braud
a4b84891a0 hide transfer button in list if call is not connected yet (MANTIS-14330) 2026-02-19 08:53:23 +01:00
Gaelle Braud
a9c7e1f8cc UI fixes:
fix initials function

fix translation and text weight warnings

fix meeting detail layout

fix crash when adding invalid participant to conference

cancel button on conference update loading popup
2026-02-19 08:53:23 +01:00
gaelle
1d2eefe729 disable camera when accepting audio call #LINQT-2422
force automatically_accept_direction to ReceiveOnly on migration

fix enableVideo value
2026-02-18 18:32:27 +01:00
Gaelle Braud
06266a49b1 download folder setting 2026-02-16 15:44:26 +01:00
Gaelle Braud
ffb0bb1d69 x86_64 compilation 2026-02-16 15:44:25 +01:00
gaelle
21eee176d7 Set Text items format to plain text by default #LINQT-2421 2026-02-16 15:44:25 +01:00
Gaelle Braud
5b4828aa56 fix Windows crashes dump upload on BugSplat #LINQT-2384
Try to fix deploy (symbols are not uploaded in deploy, only packaging works with cr)

fix windows ci
2026-02-16 15:44:25 +01:00
Gaelle Braud
8442e37bc2 update SDK to release/5.5 2026-02-16 15:39:04 +01:00
Gaelle Braud
a5cb280c82 support as much emojis as possible for Qt < 6.9.0 2026-02-16 15:27:26 +01:00
Peio Rigaux
7c3bed2bcb Add back Qt 6.8.3 for GNU/Linux and mac, use back precedent macos tag since we don't need macos 14+ anymore 2026-02-13 17:20:27 +01:00
Gaelle Braud
3f53759f86 revert Qt6.10 changes for MacOS compatibility (Qt 6.10 needs MacOS 13 or later)
=> use Qt6.9 as minimum version
2026-02-13 16:14:00 +01:00
gaelle.braud
ce439ac7bf fix notification so it is displayed even if the app is not in front 2026-02-09 10:39:22 +01:00
Gaelle Braud
27b8b726bd add visible focus on button to ease key navigation
allow call from pressing enter in new call search bar if dialer open

fix key navigation in start call popup when several addresses
2026-02-09 10:39:22 +01:00
Gaelle Braud
bbb60d884a fix fetch config with url and do not display confirmation popup if fetching from url or cli 2026-02-09 10:38:09 +01:00
Gaelle Braud
da15f94443 Start call with pressing enter when entering a name/address in the magic search (Mantis-0013965; #ISERE-11) 2026-02-05 18:22:32 +01:00
Gaelle Braud
35ed305af1 Set presence to busy when reset presence when in call (Mantis 0014443) 2026-02-05 16:59:19 +01:00
Gaelle Braud
191b17bc8a do not display non secured message in chatroom if server does not allow encrypted chats 2026-02-05 16:24:49 +01:00
Gaelle Braud
0da2bbbadf update download folder after settings created #LINQT-2402 2026-02-05 15:03:41 +01:00
Gaelle Braud
c4602541f4 Try to handle both fetch-config and call in the same command #LINQT-2306 2026-02-05 15:03:41 +01:00
Gaelle Braud
ca4380bfd0 hide notification content setting 2026-02-02 13:58:36 +01:00
Gaelle Braud
8df5fb833c check if safe connection is being destroyed before trying lock
Add apply button and success/error toast for managing chatroom participants

debug logs
2026-02-02 08:55:57 +01:00