Commit graph

180 commits

Author SHA1 Message Date
Gaelle Braud
858ec41ccb clean code to remove warning 2026-03-19 15:01:40 +01:00
Gaelle Braud
22ca1cec23 wait for main window to be created to display fetch config error #LINQT-2413 2026-03-18 15:42:47 +01:00
gaelle
c32f2a1c00 Notification fix :
try fix for non showing notification on Windows

add more debug for non showing notification and try hack

fix mac notification #LINQT-2441

Notification fix :

try fix for non showing notification on Windows

add more debug for non showing notification and try hack

fix mac notification #LINQT-2441
2026-03-13 16:06:08 +01:00
Gaelle Braud
285ae13eb8 OIDC fixes :
force timeout on request finished

fix oidc crash

Fix basic auth mode for oidc.
Make sure refresh token is optionnal

fix oidc connector scope parsing in case of QT >= 9.0

sso page to manually cancel sso connection
2026-03-11 15:37:46 +01:00
Alexandre Jörgensen
d2413f33a9 Accessibility fixs :
* Fix focus on first relevant element after changing page with navbar #LINQT-2202
* Improve focus navigation on call history list #LINQT-2201
* Fix missing accessible button name in dialer #LINQT-2221
* Switch from ScrollView to Flickable in parameters
* Add auto scroll on keyboard navigation in settings #LINQT-2219
* Correct back button in settings #LINQT-2209
* Fix focus when open settings page #LINQT-2208
* Arrow in vertical tab bar now change button focus instead of changing page #LINQT-2194
* Fix focus and accessibility label in magic search bar #LINQT-2205
2026-03-09 10:11:53 +01:00
Gaelle Braud
e4531b072d reset lists data if core is not On 2026-03-04 16:16:23 +01:00
Gaelle Braud
a6f5a01ce6 Fix crash in app state change 2026-02-27 13:34:09 +01:00
Ghislain MARY
536a6b7c68 Detect HID devices (un)plugging dynamically. 2026-02-27 09:50:18 +01:00
Gaelle Braud
9da9c25dba fix crash on restart due to null main window 2026-02-24 15:20:02 +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
9bc953ca82 Force notification windows to raise when unlocking screen on Windows 2026-02-23 11:16:56 +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
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
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
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
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
4fd7199a83 Merge branch 'release/6.1' 2026-01-27 14:38:52 +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
d4c1387c43 Merge branch 'release/6.1' 2025-12-04 14:34:47 +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
Julien Wadel
11487b3aeb - Use of SDK master to prepare for 6.2 (SDK 5.5):
- Remove deprecations (Qt, LDAP, AudioDevice, Compose)
- Fix absolute paths that can be wrong with temporary binaries images like Appimage. This way rootca will target the packaged one.
- Remove some packaged path as they are already set by SDK (from a fix on its side).
- Remove duplicated rootca packaging.
2025-11-10 17:23:10 +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