Commit graph

4012 commits

Author SHA1 Message Date
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
Julien Wadel
b629ff2b3e Use linphone.org instead of download.linphone.org for the version checker. 2022-06-07 17:44:14 +02:00
Julien Wadel
4aad42fdc7 Rework phone keypad design.
Add phone keypad on main window and use it in smart search bar.
Add a backup text on smartsearch bar in order to avoid losing text when focus change (in the case of we want to get it).
2022-06-07 17:41:53 +02:00
Julien Wadel
4526ca7926 Unify menu/buttons colors.
Fix chat in calls.
Fix avatar display.
2022-06-03 16:42:42 +02:00
Julien Wadel
3c05d64fb5 Remove conference from Timeline 2022-06-02 15:13:26 +02:00
Julien Wadel
29121d53f8 Delay on timeline search 2022-06-02 14:26:44 +02:00
Julien Wadel
26564c98c7 Fix crash on forward 2022-06-02 13:50:15 +02:00
Julien Wadel
f3034e897c Remove active seaker overlay for activeSeaking mode.
Fix conference entry on main page after an update.
Fix missing id in qml.
2022-06-01 15:51:28 +02:00
Julien Wadel
aa543d66bd Revert receiving time message ordering. 2022-06-01 15:42:28 +02:00