Commit graph

4135 commits

Author SHA1 Message Date
Julien Wadel
1d745e439e Fix setting Lime server URL that wasn't retrieved from account.rc files. 2022-09-20 17:02:18 +02:00
Julien Wadel
241ece706a Fix sign-args drop out from appimagetool. 2022-09-20 12:38:23 +02:00
Julien Wadel
d39780cf2c Show secure group chats in timeline on creation. 2022-09-19 17:22:47 +02:00
Julien Wadel
08577e8b57 Hide action buttons while preparing the video conference. 2022-09-19 16:42:46 +02:00
Julien Wadel
0a0a87bbff Update SDK (Fix Windows crash on Camera) 2022-09-19 16:12:36 +02:00
Julien Wadel
ecd6e2abf7 Fix clearing chat while being in call (when switching chats in timeline) 2022-09-19 16:11:48 +02:00
Julien Wadel
bf9c76a02c Rework timelines to avoid GUI crashes when changing conversation. 2022-09-19 16:11:48 +02:00
Julien Wadel
f894631885 Revert build M1 (waiting for Qt6) 2022-09-19 13:49:07 +02:00
Julien Wadel
8e0aa05a4d M1 build. 2022-09-17 14:19:33 +02:00
Julien Wadel
90f30b3b6d Hide chat deliveries idle display and adapt size from displayed deliveries. 2022-09-17 14:17:16 +02:00
Julien Wadel
8fa1c028fc Add QRCode feature for attaching accounts. 2022-09-17 13:35:58 +02:00
Julien Wadel
897af6ed15 Fix crash on security level on startupp, when the core is not ready (do not call chat room state changes while initialization) 2022-09-06 16:33:54 +02:00
Julien Wadel
0aeaf84ef0 Fix group call button in conversation. If the video conference URI has been set, we don't have to limit the participant count of a local group call.
Fix local conference view and waiting ready message.
Fix crash on mixing hold call and conference call.
2022-09-06 16:33:02 +02:00
Julien Wadel
aacf48cf19 Fix having empty spaces in active speaker view on mini views.
Remove workaround for refreshing list and move to begining of the list if contents fit the view.
2022-09-06 13:40:39 +02:00
Julien Wadel
e5d5a9c0e8 Remove video conference chat rooms from timeline (not implemented yet) 2022-09-06 11:40:11 +02:00
Julien Wadel
e96c2044da Fix errors on exit 2022-09-06 11:06:53 +02:00
Julien Wadel
cfa2205de4 Fix changing avatar name on removing call. 2022-09-06 10:29:00 +02:00
Julien Wadel
dad9cbecf2 Lime server Url migration from core to accounts. 2022-09-05 20:07:18 +02:00
Julien Wadel
592df568a9 Fix auto changing volumes when calling or in waiting room.
Update Settings view with the current audio volumes.
2022-09-05 19:39:43 +02:00
Julien Wadel
9820979300 Fix translations on updated/cancelled invitations.
Remove join and share buttons if cancelled.
2022-09-05 19:39:43 +02:00
Julien Wadel
b98d5992e4 Add ZRTP post quantum, activated with ENABLE_PQCRYPTO=ON.
Change encryptions mode selection from buttons into combobox.
Display encryptions in call statistics.
2022-09-05 19:39:37 +02:00
Julien Wadel
24ebb44d98 Add debug info for speaking and mute events.
Limit video size on mosaic from linphonerc-factory (choice).
Fix active speaking name display.
2022-09-01 15:58:14 +02:00
Julien Wadel
35c6f8f205 Update and clean contact design.
Display sender on incoming message.
2022-09-01 14:47:06 +02:00
Julien Wadel
e0ae878eb9 Fix unsupported svg format on logo. 2022-09-01 14:47:06 +02:00
Julien Wadel
79f83982bb Change running application from FindWindow to script detection (tasklist/find). 2022-09-01 12:54:40 +02:00
Julien Wadel
43493de2fd Upgrade avatar icons quality.
Better SVG scaling on icons by using SVG renderer (only available from Qt 5.15.0)
2022-08-31 10:30:28 +02:00
Julien Wadel
f41e4e74e2 Update SDK 2022-08-31 09:37:49 +02:00
Julien Wadel
db10f40445 Fix conference info synchronization on edition/cancellation.
Design ICS invitation for updated/cancelled conference.
2022-08-30 17:57:28 +02:00
Julien Wadel
fa1d54242b Fix deliveries list that took the scroll focus.
Make a 2 columns view to display them.
2022-08-30 14:43:35 +02:00
Julien Wadel
df8d7f2052 Avoid displaying the alone message at the start of the conference by letting time to be initialized. 2022-08-30 14:19:28 +02:00
Julien Wadel
15f6392bcd Fix preview decorations in active speaker.
For Active speaker : Workaround about resolving a Qt's bug on refreshing list view layout for inversed vertical direction.
2022-08-30 13:15:50 +02:00
Julien Wadel
bf6ecfd482 Update video conference URL. 2022-08-30 11:03:52 +02:00
Julien Wadel
9cfaba1839 Fix fullscreen 2022-08-30 09:14:07 +02:00
Julien Wadel
91f4d94aae Add a message banner to call view. If the user is alone, display an alone message.
Fix paused view : fix the state display (next to username)and show username in remote view.
Add an API to get participant device count from the conference model.
Reduce mosaic max size before switchçng to lesser quality (9 to 6 participants).
Upgrade message banner to be more customizable on colors and icons.
Hide some buttons if the conference is not ready.
Fix title display if there is no elapsed time (remove the minus character).
2022-08-29 18:37:51 +02:00
Julien Wadel
50be00a386 Feature : add a slide menu on timeline by a right-click to display actions to do (Add a way to delete entirely the chat room from timeline).
Fix leaving chat room when emptying history and still in the chat room.
Delete chat room only if it is empty (no messages and no events), and if it has been left by the user.
Remove timeline from list only if the chat room is on Deleted state (doesn't exist on server and local).
2022-08-26 16:53:03 +02:00
Julien Wadel
1e91a4a94c Upgrade mosaic layout to fit with the best layout (where stickers have their max sizes). 2022-08-26 13:56:41 +02:00
Julien Wadel
db18716218 From the settings panel, fix account creation that should based on default values.
Show sip scheme in sip identity in authentication popup.
2022-08-26 13:51:25 +02:00
Julien Wadel
8798023053 Confirm to user when a conference has been deleted.
Synchronize conferences list when new conference info is received (preparation work for remote concellation/edition).
Change color on exclusive buttons in conferences list.
Disable camera button on audio-only mode.
2022-08-26 13:50:00 +02:00
Julien Wadel
157ee1c4ae If available, use a remote device as ActiveSpeaker to display its informations. 2022-08-25 18:26:58 +02:00
Julien Wadel
d0461d5ec2 Add a way to put a custom view in front of a dialog.
Conference Creation:
- Add a waiting view while creating a conference.
- Move to conferences list on success
-
2022-08-25 18:08:13 +02:00
Julien Wadel
9b2867ad41 Keep ending call view if remote hanged up.
Display waiting room on ending call only if there is an ending message(hang up or error).
Hide preview in 1-1 when no video.
Fix : Hide duration in ending call.
Fix missing translations.
2022-08-25 16:52:55 +02:00
Julien Wadel
bd97a25e86 In conference, change preview position to bottom-right. 2022-08-25 16:01:41 +02:00
Julien Wadel
5265866854 Fix hidden preview in one-one call. 2022-08-24 17:40:09 +02:00
Julien Wadel
28b5460fe5 Update SDK 2022-08-24 17:29:48 +02:00
Julien Wadel
ab2c01ade7 Allow participant device list model to get 'me' device.
Display the ActiveSpeaker even if alone.
Display preview rules :
- Hide if alone or if paused.
- Display at bottom-right if 2 participants.
- Display at top-right and make it persistent if more participants.
Put other participants at the bottom of the preview.
2022-08-24 17:29:14 +02:00
Julien Wadel
50e398c667 Fix camera/video activations when changing conference layout.
Fix missing camera button in one-one when video has been deactivated.
Test video enabled state on params instead of currentParams in order to know if we are in audio only mode.
Add a loading page when conference is not ready or if we are alone in the conference in audio only mode.
Remove outgoing call when calling a conference.
Fix crash on shutdown.
Fix closing window request after calling a conference from smart search bar.
2022-08-24 17:23:12 +02:00
Julien Wadel
5d39c913a7 Hide action buttons while ending a call. 2022-08-23 14:40:02 +02:00
Julien Wadel
ed965d3ecb Fix calls list header layout (cross icon moved on action buttons) 2022-08-23 14:30:28 +02:00
Julien Wadel
7f606b6461 Update Readme for Mac. 2022-08-22 14:47:39 +02:00
Julien Wadel
44c8cd6d1f Hide menu button if image is hovered 2022-08-22 14:12:49 +02:00