Commit graph

382 commits

Author SHA1 Message Date
gaelle
a1ae4c02f7 fix glitching images on buttons 2026-03-03 14:51:54 +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
bf0c036360 Add debug for disappearing notification on Windows 2026-02-26 15:57:17 +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
6f15bde0ce always align chat message text to the left
disable focus for notification windows
2026-02-25 10:02:03 +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
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
Gaelle Braud
8266ce8e6a Fixes :
invalidate meeting filter when meeting list becomes visible

invalidate meeting filter when meeting removed (try to fix #LINQT-2429)

try to resolve crash by disconnecting SafeConnection when destroyed
2026-02-20 16:09:27 +01:00
gaelle
2e46a59396 Force notification windows to raise when unlocking screen on Windows 2026-02-20 12:01:57 +01:00
Gaelle Braud
991a444b37 try to fix invisible notification when it is created while screen is locked (MANTIS-14171) 2026-02-19 10:27:27 +01:00
Gaelle Braud
b785a4765b hide transfer button in list if call is not connected yet (MANTIS-14330) 2026-02-18 13:01:16 +01:00
Gaelle Braud
151468a95d 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-18 12:31:47 +01:00
Gaelle Braud
c43a1c1fc5 support as much emojis as possible for Qt < 6.9.0 2026-02-16 15:22:47 +01:00
Gaelle Braud
bf786c67a3 download folder setting 2026-02-11 15:51:48 +01:00
gaelle
e753f465b9 Set Text items format to plain text by default #LINQT-2421 2026-02-10 17:28:11 +01:00
gaelle.braud
023f3a543c fix notification so it is displayed even if the app is not in front 2026-02-06 16:38:30 +01:00
Gaelle Braud
361866f9f9 add visible focus on button to ease key navigation
allow call from pressing enter in new call search bar if dialer open
2026-02-06 13:24:25 +01:00
Gaelle Braud
23bb9c13a4 Start call with pressing enter when entering a name/address in the magic search (Mantis-0013965; #ISERE-11) 2026-02-05 18:22:11 +01:00
Gaelle Braud
e053fcf63e do not display non secured message in chatroom if server does not allow encrypted chats 2026-02-05 16:24:05 +01:00
Gaelle Braud
7ff0278b11 fix hide spinner in chat messages list when model reset 2026-01-29 09:36:41 +01:00
Gaelle Braud
a51de0ff7f fix display participant popup when typing @
restore cursor when clicking on mention (cursor was stuck on ibeam)
2026-01-27 11:21:41 +01:00
Gaelle Braud
50efe4d54a clone the linphone conference info pointer when created to get the diff with the old ones (needed to fix participant removing) #SDK-1001
fix position chat message list to first unread index #LINQT-2371

force sending chat message messageRead() callback when chat room is marked as read

try to fix crash with const & in MagicSearchList
2026-01-26 17:30:32 +01:00
Gaelle Braud
f52d2212bb override cursor when chat text content hovered (only global cursor works on chat bubble) #LINQT-2364 2026-01-23 11:21:43 +01:00
Gaelle Braud
770ed045e5 Do not automatically select chat when it is added in list because of its Created state, only force selection when user is manually creating it 2026-01-22 17:09:02 +01:00
Gaelle Braud
41b2086b66 try to fix crash when linphone chatroom send a signal and ChatCore is already destroyed 2026-01-22 15:58:12 +01:00
Gaelle Braud
37d6649fa4 do not replace symbols by their rich text code as qml will handle it itself
replace \n by <br> to handle carriage return
2026-01-22 10:13:11 +01:00
Gaelle Braud
cdd2783f6c fix chat message text format #LINQT-2358 2026-01-21 16:35:51 +01:00
Gaelle Braud
ab35c1d15a fix bold text part searched in chatroom #LINQT-2351 2026-01-18 13:06:08 +01:00
Gaelle Braud
638c53dad6 sso page to manually cancel sso connection 2026-01-17 18:45:39 +01:00
Gaelle Braud
c756217b16 try to reduce memory consumption when displaying an animated image #LINQT-2343 2026-01-15 12:17:38 +01:00
Gaelle Braud
7f1708dacb fix call history list sorting #LINQT-2346 2026-01-15 12:17:38 +01:00
Gaelle Braud
dc4ebebc9b fix crash when null call history
Hide presence popup button if publish is disabled
2026-01-14 15:16:01 +01:00
Gaelle Braud
4e8ded737c Do not add voice recordings to shared medias (try to fix #LINQT-2308) 2026-01-14 10:02:24 +01:00
Gaelle Braud
e3a1493ceb Store call history list in app 2026-01-13 16:45:09 +01:00
Gaelle Braud
4a0cdc7f1a prevent conference list item from stealing focus when searching conference info #LINQT-2305 2026-01-13 16:03:15 +01:00
Gaelle Braud
16703ec2d5 simulate numeric pad button pressed when pressing numeric key on keyboard in new call form #LINQT-2313 2026-01-13 16:03:15 +01:00
Gaelle Braud
2e7c250d8d Fix register checking ui #LINQT-2332
Add accessibility focus ui on register country combobox and fix register page spacings and interaction #LINQT-2333
2026-01-13 16:03:15 +01:00
Gaelle Braud
389fae13d8 Activate numeric pad buttons with numpad keyboard in calls window #LINQT-2310 2026-01-12 10:52:08 +01:00
Gaelle Braud
7e9e3e6f55 change date format in chat list #LINQT-2320
Verify local video direction to activate camera #LINQT-2328
2026-01-09 17:38:42 +01:00
gaelle
12c12ad2b5 Only create chat if 1-1 call, it should already exist in conference if available
add me in chatroom participants view #LINQT-2312

update admin status on conference joined #LINQT-2311

fix composing status when user starts writing message #LINQT-2317

do not force presence if disabled in account params #LINQT-2318

fix chat uin 1-1 call #LINQT-2322
2026-01-09 16:39:15 +01:00
gaelle
3fb39cbb59 fix transfer message chat list again #LINQT-2246 2026-01-07 16:04:16 +01:00
Gaelle Braud
e21005045a Remove QtMultimedia dependency 2026-01-06 15:52:26 +01:00
Gaelle Braud
c88d9a7f2a Fixes:
call bad signal icon color
Re-send option in message menu if not delivered

Do not show error message creating chatroom if in call as it is not being created by user #LINQT-2287
and do not try to create one if chat is not enabled in conference
2026-01-06 11:26:32 +01:00
Gaelle Braud
d57bb585db Fixes:
Only show config error when restarting, not everytime the app starts
send conferenceInfoReceived when conf info state is New

Use App ChatList instead of a new one in each ChatProxy (try to fix crash when catching signals in ChatCore)
2026-01-05 13:51:58 +01:00
Gaelle Braud
89efda13c8 Fixes:
disable change layout button if paused meeting

hide call button in call history if conference and disable_meetings_feature set

disable camera if switch to audio only layout mode
2025-12-18 15:43:24 +01:00
Gaelle Braud
36fbf44d42 fix new chat selection 2025-12-18 10:13:37 +00:00
Gaelle Braud
21312c99db fix chat room creation inserted twice in list 2025-12-17 14:39:40 +01:00
Gaelle Braud
487dadb33f do not store core object in qml files 2025-12-17 09:16:21 +01:00