Commit graph

4020 commits

Author SHA1 Message Date
Julien Wadel
9f3115d3da Add options to set camera modes for mosaic/gric/calls.
Change waiting room design to fit camera preview size.
Fix avatar sizes.
Fix preview size to be 16/9 and below main view in call.
2022-07-01 15:38:19 +02:00
Julien Wadel
b555c27f43 Options to set default video conference layout and camera mode.
Make OccupyAllSpace as default for Camera mode.
Remove closing preview feature.
2022-06-30 20:32:30 +02:00
Julien Wadel
bdcef22069 Update ICS design in chat.
New algorithm to compute needed width on dynamic texts.
Fix binding loops on scrolls.
Fix texts display in reply preview.
2022-06-30 20:31:09 +02:00
Julien Wadel
235b5bda7c Fix history titles.
Add an object displayer for javascript variables.
Fix ICS expansion design.
Click on ICS will expand it instead of calling it.
Fix ICS Uri.
2022-06-30 16:43:32 +02:00
Julien Wadel
c8458433e9 Protect setting window ID in camera when core or call are not usable. 2022-06-30 10:24:29 +02:00
Julien Wadel
fc6d5b79c4 Replace call quality percentage algorithm by a set of icons.
Upgrade Popup with a delay in order to avoid instant reopening with clicked events.
Change colors and checked behaviour of call statistics.
Fix action buttons layout on calls and buttons sizes (dialpad/call quality)
Add Participant view in video conference fullscreen mode and fix options toggle display.
2022-06-29 19:47:31 +02:00
Julien Wadel
0df78864d6 Set black color for fullscreen mode.
Fix layout to remove margins in fullscreen mode.
Change checkbox colors when checked.
Use black bars on camera view.
2022-06-29 18:11:49 +02:00
Julien Wadel
940ef644e3 Change dialpad button design.
Lighter borders in conference creation.
Timepicker : highlight button with circle and same color, add 5 minutes.
Fix gray mask/mouse area on recent contacts in chat creation when already selected.
2022-06-29 17:31:48 +02:00
Julien Wadel
d015ffbf14 Fix alone text in participant list (video conference).
Reload devices when entering in settings.
Remove workaround for reloading video devices while in call.
Add capture feedback in waiting room and change buttons layout.
Replace options icones.
2022-06-29 15:26:59 +02:00
Julien Wadel
237940d798 Change avatar size to 2/3 of container. 2022-06-29 13:52:36 +02:00
Julien Wadel
0fc7d4e73d Remove audio-only indicator on participants.
Keep mute indicator and change color.
2022-06-29 13:35:39 +02:00
Julien Wadel
668feaff71 Do not allow closing preview if alone in video conference with Grid layout. 2022-06-29 13:22:39 +02:00
Julien Wadel
76eb8014e0 Add an option to hide Handler on Paned.
Call view:
- Hide right splitter if no chat or in conference (TODO: special case when transferring).
- Hide left splitter if closed and in videoconference (openable with button)
2022-06-29 13:18:15 +02:00
Julien Wadel
d4be006a8c Remove invitation filter in conference list.
Fix participants size in ICS when expanded.
2022-06-29 12:43:14 +02:00
Julien Wadel
f282944f19 Update SDK 2022-06-28 16:06:03 +02:00
Julien Wadel
0c8d7c2a2c Conference creation : non scheduled by default, invite mode, better behaviour with time picker, change design of scheduled options
TextArea : remove scrollbar if not needed.
2022-06-28 16:05:07 +02:00
Julien Wadel
97d8bbd03f SearchFields : Add an option to display a mandatory star on fields.
Reduce text size if icon is visible.
2022-06-28 10:43:02 +02:00
Julien Wadel
c82b2b8a36 Reduce height of add contact button in contacts view. 2022-06-28 09:28:55 +02:00
Julien Wadel
4a7118d57c Fix Qml errors on contacts. 2022-06-28 09:21:23 +02:00
Julien Wadel
4b4243901e In chat : move view/edit contact button into menu. 2022-06-28 09:13:42 +02:00
Julien Wadel
773c70923f Fix a crash from bellesip on version checker when using a URL that contains spaces. 2022-06-27 18:59:45 +02:00
Julien Wadel
c49fee7e68 Fix timezone on conference creation.
Fix ICS to display conference start time in system timezone.
2022-06-27 18:40:11 +02:00
Julien Wadel
d4d07ff7ab Fix conference list crash on Windows 2022-06-27 17:10:51 +02:00
Julien Wadel
93021ec567 ActiveSpeaker details (display name) is now based on the last of speaker (and not based on speaking events).
Fix Qml errors.
Update SDK.
2022-06-27 12:24:31 +02:00
Anthony Gauchy
cdbc52f7a2 Reduce QtQuick.Shapes version for one available with Qt 5.12 2022-06-22 17:16:37 +02:00
Anthony Gauchy
ddf3fc3262 Reduce QtQuick version for one available with Qt 5.12 2022-06-22 13:25:40 +02:00
Julien Wadel
15d33a7585 Rework ics invitation in chat.
Remove edit button if not organizer (= not admin).
Add count in translation.
2022-06-17 20:55:13 +02:00
Julien Wadel
0992202c6a Change ics duration display and add translations. 2022-06-17 17:31:52 +02:00
Julien Wadel
571ef7b79c Add a new progress bar in the form of spinner.
Allow to cancel a file transfer.
Open folder if the file cannot be directly open (don't work if the system accept but reject it).
2022-06-17 16:36:46 +02:00
Julien Wadel
721196a2a2 Update active dialpad, copy, speaker and grid layout icons.
Add file icon with extension in chats.
Change file message design to show empty icon with extension and download link.
Update SDK.
2022-06-17 12:13:06 +02:00
Julien Wadel
fa6c715b7b Change priority on display name display based on caller address (instead of call logs) 2022-06-14 12:46:00 +02:00
Julien Wadel
c5879d44db Remove preview camera in waitig room on outgoing call. SDK Call doesn't have the information that it is an audio or a video call. 2022-06-14 12:03:11 +02:00
Julien Wadel
efcf2c3f22 Customizable confirm dialog.
Long pressed event feature on action buttons (default to 500ms).
ChatRoom peer/local addresses debug in conversations (long pressed on dots menu with debug traces enabled).
2022-06-14 10:48:11 +02:00
Julien Wadel
f0c6c2e079 Crash for calling without having an account. 2022-06-13 19:15:10 +02:00
Julien Wadel
867ec4a333 Display the subject of the conference in calls view.
Allow to add running call in conference.
Fix double participants on invitation while adding a new participant.
Fix "alone text" when the user is alone in conference.
Fix conference creation layout when switching of scheduled or not mode.
Fix led and start button behaviour while creating a new conference.
2022-06-13 19:03:12 +02:00
Julien Wadel
6e36d78ab8 CI: Add second url to deploy RELEASE file on main website 2022-06-13 16:04:39 +02:00
Julien Wadel
b39f7b014c Remove deprecated proxy while accepting a call.
Fix filtering non-empty terminated chat rooms.
Recreate a new chat room if trying to create one that already exist in terminated state.
Fix creating an unscheduled video conference.
Remove description form from unscheduled video conference.
Fix white color on call quality.
2022-06-13 12:32:21 +02:00
Julien Wadel
39ca09d353 Remove potential crash on local participant.
Add unscheduled conference and adding participants.
Quickfix on overwrite missing menu style.
Display conference subject and organizer address in call notification/display.
2022-06-10 17:11:38 +02:00
Julien Wadel
04f609d907 Fix weblate conflict 2022-06-10 09:58:28 +02:00
Julien Wadel
fd8747e4aa Add a simple log viewer inside the application. 2022-06-09 17:14:17 +02:00
Julien Wadel
cc9099752f Add display name for "using an account" on assistant. 2022-06-09 14:26:43 +02:00
Julien Wadel
a76695cb97 Videoconference : Fix blinking on active speaker. 2022-06-09 14:17:13 +02:00
Julien Wadel
a04337c31e Reduce Qt warnings on FileDialog in chat while in call.
Clean a margin link on the reply preview message.
2022-06-09 13:08:02 +02:00
Julien Wadel
8a8a042e3e Version checker : fix on synchronization between version type and url. 2022-06-09 10:35:44 +02:00
Julien Wadel
d8c461d93e Upgrade waiting room design and use it in place of outgoing calls and end calls.
Fix video requests in merged conference.
Add a way to retrieve ConferenceInfoModel from a call.
Remove obsolete (double) function to create secure chat room.
Add logs on chat deletion and delete chat room if all entries are removed.
Display conference subject in call history.
Fix text in conferences filter.
Update SDK.
2022-06-08 18:05:52 +02:00
Andrea Pierangeli
0a011a5861 Translated using Weblate
Currently translated at 86.7% (808 of 931 strings)
(Italian)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/it/
2022-06-08 05:30:13 +02:00
Andrea Pierangeli
d538260b94 Translated using Weblate
Currently translated at 83.7% (779 of 930 strings)
(Italian)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/it/
2022-06-08 05:30:13 +02:00
Andrea Pierangeli
f469cf05ba Translated using Weblate
Currently translated at 78.6% (731 of 930 strings)
(Italian)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/it/
2022-06-08 05:30:13 +02:00
Alex
332aff6777 Translated using Weblate
Currently translated at 100.0% (927 of 927 strings)
(Russian)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/ru/
2022-06-08 05:30:12 +02:00
Julien Wadel
4050d0d31f Quick fix on designs (keypad and multimedia settings) 2022-06-07 18:11:27 +02:00