Gaelle Braud
7ba39b4be1
reset lists data if core is not On
2026-03-04 11:40:37 +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
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
e6c32f01eb
fix crash on null window
2026-02-25 10:51:19 +01:00
Gaelle Braud
a124d581e0
fix crash on restart due to null main window
2026-02-24 15:02:02 +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
2e46a59396
Force notification windows to raise when unlocking screen on Windows
2026-02-20 12:01:57 +01:00
Gaelle Braud
6166a2f0fb
fix macos crash on close due to mainwindow being destroyed
2026-02-19 14:27:11 +01:00
Gaelle Braud
7e0a33766b
fix Windows crashes dump upload on BugSplat #LINQT-2384
...
Try to fix deploy (symbols are not uploaded in deploy, only packaging works with cr)
2026-02-11 18:58:10 +01:00
Gaelle Braud
38ff5ba7cd
revert Qt6.10 changes for MacOS compatibility (Qt 6.10 needs MacOS 13 or later)
...
=> use Qt6.8 as minimum version for long time support
2026-02-09 12:16:14 +01:00
Gaelle Braud
d09f7cad0b
fix fetch config with url and do not display confirmation popup if fetching from url or cli
2026-02-06 12:46:49 +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
de7b3e1f56
Handle both fetch-config and call in the same command #LINQT-2306
...
fix compil warning from ChatProxy
2026-02-05 15:05:10 +01:00
Gaelle Braud
b2e859de06
update download folder after settings created #LINQT-2402
2026-02-04 16:35:40 +01:00
Gaelle Braud
158f640731
Try to handle both fetch-config and call in the same command #LINQT-2306
2026-02-03 17:46:31 +01:00
Gaelle Braud
be5a7fa4e7
force starting timeout when oidc authentication requested so we can cancel the process in case the url isn't working
2026-01-23 11:09:23 +01:00
Gaelle Braud
df979d4270
Update settings when configuration succeed in case it contains settings modifications
2026-01-22 14:38:37 +01:00
Gaelle Braud
638c53dad6
sso page to manually cancel sso connection
2026-01-17 18:45:39 +01:00
Gaelle Braud
e3a1493ceb
Store call history list in app
2026-01-13 16:45:09 +01:00
gaelle.braud
6890362c41
fix handle app activity for macos #LINQT-2295
2026-01-12 17:06:56 +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
Julien Wadel
b562c529bc
Features: CrashReporter with Crashpad and Bugsplat.
2025-12-24 17:48:08 +01:00
Gaelle Braud
bd87f3c6c3
clear app lists on restart (fix crash where signals are catch while core has not started yet)
2025-12-19 09:47:06 +01:00
Gaelle Braud
e32ed7f6a1
do not react to http digest signal if account is not in account list
2025-12-18 16:52:38 +01:00
Gaelle Braud
a2c1c8bd13
fix : reset core started value when restarting app
2025-12-17 16:36:54 +01:00
Gaelle Braud
ccd6004e34
if account in remote provisioning, switch to main page even if it is not connected yet (we can add an account without a password and ask for it after)
2025-12-17 16:08:42 +01:00
Gaelle Braud
c0c369e93e
call http digest callback if account not connected
2025-12-17 15:50:36 +01:00
Gaelle Braud
44a3a90517
wait for core to be started before initializing lists
2025-12-17 15:17:32 +01:00
Gaelle Braud
b34e4c24da
fix warnings
...
remove chat SafeConnection destruction
focus sending text area when chat change
2025-12-16 16:30:06 +01:00
Gaelle Braud
9902bb4ae7
do not set the explicit presence when updating it according to the active status of the app (as it is not user initiated)
2025-12-11 14:22:45 +01:00
Gaelle Braud
a75965c14e
update presence when app visibility changes #LINQT-2237
2025-12-11 10:47:38 +01:00
Gaelle Braud
fc42ada7ba
fix chat transfer #LINQT-2246
2025-12-10 11:53:26 +01:00
gaelle
f53b992704
put confinfo list in app so it is intanciated only once
...
chat list in app to load it once
2025-12-09 12:49:58 +01:00
Gaelle Braud
c8428d6ade
fix automatic presence when app focus changes #LINQT-2172
2025-12-02 11:31:18 +01:00
Gaelle Braud
f405754e24
FIXES:
...
auto switch to away/online status when app is inactive/active #LINQT-2172
fix loading ui for chats/meetings lists
use uri only for account uris to remove the < and >
2025-11-28 15:24:29 +01:00
Gaelle Braud
cca8db9055
only switch automatically to main page when account added and app is being restarted (fix #LINQT-2224)
2025-11-27 11:32:42 +01:00
Gaelle Braud
bba3edd4b6
fix check for update root url #LINQT-2177
2025-11-21 16:15:39 +01:00
gaelle
a7c8e8db90
do not minimize app on Windows auto start (fix #BC-97)
2025-11-07 16:41:31 +01:00
Gaelle Braud
fcdbcdc9c1
Set minimum required version to Qt6.10.0
...
Display Qt version in troubleshooting page
2025-11-07 11:11:35 +01:00
Gaelle Braud
3dbea1ccb2
display qt version in help page
2025-11-07 10:22:31 +01:00
Gaelle Braud
80bf126b23
check for update
2025-11-04 17:57:15 +01:00
Gaelle Braud
8e10decd65
Fixes :
...
do not display notification when it comes from the currently displayed chat #LINQT-2079
do not create account model for each chat, too much listener sending signals
fix crash in ConferenceInfoList #LINQT-2080
fix warnings on endResetModel
fix messages added twice because of displayMore() function called when lUpdate is running
Plain text in sending text area
2025-10-24 17:08:51 +02:00
Gaelle Braud
b17bc8cc27
Fixes:
...
fix get size with screen ratio function
fix chat sending area ui #LINQT-2068
print debug logs in linphone files for futur debugging
fix call history details ui when no video conference factory set
use remote name of each call if in local conference #LINQT-2058
2025-10-21 11:25:17 +02:00
Alexandre Jörgensen
7825646edd
Add a all message read button to application task bar icon #LINQT-2072
2025-10-21 10:20:10 +02:00
Alexandre Jörgensen
4a05b727c6
Fix global unread notifications #LINQT-2024
2025-10-20 12:27:07 +02:00
Gaelle Braud
4e81981c07
Fixes:
...
try to remove ffmpeg dependency #LINQT-2015
Clean friends manager maps when restarting app as the linphone core will be reset (fix #LINQT-1933)
only show error message once when linphone restarts if remote configuration failed #LINQT-2030
auto update contact list on carddav synchronized (fix #LINQT-1983)
2025-10-17 14:00:46 +02:00
Sylvain Berfini
af373148e3
Fix linphone.desktop file not created/updated on Linux
2025-10-17 11:06:22 +02:00
Alexandre Jörgensen
396bd56d50
Add keyboard shortcuts to accept/decline call
2025-10-16 10:47:47 +02:00