Julien Wadel
275ff12a83
Update SDK to 5.2.32
2023-03-13 15:10:32 +01:00
Julien Wadel
24d85e2eb4
- Conference layout refreshing on creation.
...
- Crash and display of local conferences.
2023-03-13 15:09:22 +01:00
Julien Wadel
66982bd0c3
Show local accounts display name instead of username.
2023-03-07 13:42:56 +01:00
Julien Wadel
b13e88b523
Crash on chat rooms with the default account.
2023-03-07 10:44:17 +01:00
Julien Wadel
5a49cbcc35
- Some case of unwanted settings folders creation : When calling settings paths from SettingsModel, we checked on default in all cases. That lead to create folders to be writable.
...
=> Check for default only if path has not been overwritten in linphonerc.
- Replace black thumbnails that contains transparency by white color.
Thumbnails are in jpg where there is no transparency. By default, transparency is replaced by black color because not background color has been defined.
=> Set background image in white.
2023-03-01 11:07:15 +01:00
Julien Wadel
8054fa8f5b
Update SDK to 5.2.28 (cleanup orphan NAT sections and race condition on MSTicker threads)
2023-02-28 15:51:04 +01:00
Julien Wadel
9377b1a059
Fix Contact edit on messing mouse focus (regression from Qt 5.15.12)
2023-02-28 15:42:01 +01:00
Julien Wadel
1c8385f060
Translated using Weblate
...
Currently translated at 100.0% (1024 of 1024 strings)
(French)
Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/fr/
2023-02-24 10:48:49 +01:00
Vincent Laporte
d8ba17663a
Translated using Weblate
...
Currently translated at 100.0% (1024 of 1024 strings)
(French)
Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/fr/
2023-02-24 10:48:41 +01:00
Julien Wadel
fb14ac1704
Translated using Weblate
...
Currently translated at 100.0% (1024 of 1024 strings)
(French)
Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/fr/
# Conflicts:
# linphone-app/assets/languages/fr_FR.ts
2023-02-24 10:48:26 +01:00
Julien Wadel
703e380528
Translated using Weblate
...
Currently translated at 100.0% (1024 of 1024 strings)
(Russian)
Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/ru/
# Conflicts:
# linphone-app/assets/languages/ru.ts
2023-02-24 10:47:17 +01:00
稲凪 咲
99156ab35b
Translated using Weblate
...
Currently translated at 64.1% (657 of 1024 strings)
(Japanese)
Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/ja/
2023-02-24 10:45:16 +01:00
Julien Wadel
7e8bf1eaa1
Update SDK to 5.2.25
2023-02-24 10:17:23 +01:00
Julien Wadel
21965cc9a2
Unset URL handlers on exit( as specified by Qt).
...
Fix uppercase avatar initials.
2023-02-23 18:31:28 +01:00
Julien Wadel
073f159485
Update docker file to use Maintenance Tool from Qt.
...
Remove the fuse mandatory for CI.
Update CI to use Qt custom version and update application to Qt 5.15.12.
2023-02-23 18:31:28 +01:00
Julien Wadel
d2131a94de
Icon transparency generations on icon.ico
2023-02-22 16:38:13 +01:00
Julien Wadel
4721cf0e44
Display copy message on share click in reply message.
2023-02-21 15:45:06 +01:00
Julien Wadel
1a0ccf6d24
Update SDK to 5.2.24 (Fix unresponsive video conference on Mac/Windows)
2023-02-21 14:34:24 +01:00
Julien Wadel
83172efc88
Remove unadmin feature to self because of not fully supported.
2023-02-15 16:27:52 +01:00
Julien Wadel
ad37fb0222
Deactivate action buttons and menus if chat room has been left.
2023-02-15 14:52:36 +01:00
Julien Wadel
8931a01d4e
- Remove duplicated nat policies.
...
- Save Stun/Turn proxy configuration.
2023-02-15 11:18:27 +01:00
Julien Wadel
863725b790
Crash after showing participant devices.
2023-02-14 11:33:30 +01:00
Julien Wadel
83cf7133bd
Switch off camera on start. LinphoneCore could start the camera if the application stopped while still showing it.
2023-02-13 14:30:25 +01:00
Julien Wadel
f3d2842d98
Fix for Qt 5.12
2023-02-07 17:38:29 +01:00
Julien Wadel
356302ea61
Crash on ending call in conference.
2023-02-07 14:40:16 +01:00
Julien Wadel
bd6290cd19
- Fix display name with UTF32 emojis.
...
- Allow to change family fonts on avatar.
2023-02-07 09:00:11 +01:00
Julien Wadel
209ee49724
Display non-Ascii avatar
2023-02-06 15:27:19 +01:00
Julien Wadel
c26e895e18
Remove FFMPEG from dependencies as it is no mmore needed.
...
Fix LDAP authtentication method to use default.
2023-02-02 17:47:34 +01:00
Julien Wadel
803e9f7d81
- Crash when editing contacts from chat.
...
- Contacts synchronization on creation.
- Contact menu in secure chats.
2023-02-02 10:59:33 +01:00
Julien Wadel
5d1e3bc18f
- Remove blank page in callwindows.
...
- Add a wait step while connecting the call.
- Rewrite CallModel::getStatus() for variable debugging.
- Split status call handler in call list to manage core and call signals. This avoid to use call data before any set from callbacks (core cbs are before call cbs).
- Destroy call notification when model is destroyed (fix blank notification).
- Fix status enums in incall menu for camera activation.
2023-02-01 12:05:40 +01:00
Julien Wadel
982c275f3b
Close notification when declining incoming call. Call status wasn't propagated when removing it.
2023-02-01 09:48:27 +01:00
Julien Wadel
bcdb348342
Update SDK to 5.2.19
2023-01-31 09:28:34 +01:00
Julien Wadel
007219f6ee
Mac : Fix recordings error that prevent to display the page.
2023-01-30 15:35:08 +01:00
Julien Wadel
eb64295768
Update SDK to 5.2.17
2023-01-30 14:13:46 +01:00
Julien Wadel
04a1324139
Display hidden scrollbars in settings.
...
Add more feedback on quit reason.
Fix window title based on the application name.
2023-01-30 14:11:37 +01:00
Julien Wadel
b393b5d0e0
Do js check on value in array by doing type coercion (fix error hidden bubble on Qt5.12.12)
2023-01-30 14:07:11 +01:00
Julien Wadel
b52b1ff16f
Remove qml keyword that was introduced in Qt 5.15
2023-01-20 09:56:03 +01:00
Julien Wadel
b84b12abf3
Update changelog to SDK version
2023-01-19 17:31:07 +01:00
Julien Wadel
26d2c65f2b
User-agent: escape backslash and parenthesis
2023-01-19 17:28:51 +01:00
Julien Wadel
5dc002197d
Display media captures files (recordings)
2023-01-17 17:05:19 +01:00
Julien Wadel
62c72bd0e5
Fix user agent to be more compliant.
2023-01-16 15:51:50 +01:00
Julien Wadel
e2cac1a4ac
Fix call crash
2023-01-16 12:15:25 +01:00
Julien Wadel
165ef1a46a
Close window when the call end and there is no error.
...
Fix call windows behaviours when choosing a call to be displayed (outgoing, paused, waiting room)
Fix a crash on stopping call when video was active.
2023-01-16 12:15:25 +01:00
Julien Wadel
aad4879afc
Hide Active speaker in mini views.
...
Better fix on refreshing layout when Qt doesn't do it.
2023-01-16 12:15:23 +01:00
Julien Wadel
bce687d3d8
Remove recording button on conference (because of being not fully implemented by SDK)
2023-01-16 12:14:17 +01:00
Julien Wadel
b490eee909
Update default message expiration to one month.
2023-01-16 12:14:17 +01:00
Julien Wadel
0ba33ad146
Make preview movable
2023-01-16 11:59:49 +01:00
Julien Wadel
fffc225f81
Windows : Fix application icon in Windows programs list.
2023-01-10 15:26:13 +01:00
Julien Wadel
115fcb3122
Avoid to strip URI in sip address on URI handlers to call the exact address (eg. keep conf-id for calling a conference)
2023-01-10 10:41:39 +01:00
Julien Wadel
aa660534ba
Update lime url on migration for Linphone. Set old core url before migrating account parameters.
...
Fix OpenSSL deployment on Windows.
Update SDK to 5.2.10
2023-01-09 18:11:38 +01:00