Julien Wadel
918b3ae68b
Option to deactivate chats and video.
...
- Replace videoSupported (build-time) by videoEnabled (option).
- Hide chat notifications.
- Add an option to disable video.
- Hide unread messages count.
- Hide mute/ephemerals items.
- Hide conversation's devices/ephemrals/mute/scheduling meetings menu items from conversation.
- Do not use camera in waiting room.
- Hide conference layout.
2023-03-21 11:06:54 +01:00
Julien Wadel
6604d2874b
Add a way to reset font family in settings.
2023-02-27 17:02:57 +01:00
Julien Wadel
ee526c262c
Mute option for each chatrooms.
2023-02-27 16:52:08 +01:00
Julien Wadel
fdf56bf24a
Add/View contact from a message.
2023-02-27 12:18:44 +01:00
Julien Wadel
67c99eebca
Add OAuth2
2023-02-20 11:09:46 +01:00
Julien Wadel
6aa57414c0
- Remove the use processEvents that can lead to a deadlock from iterate.
...
- Add a loading page while building the call view instead of a blank one.
2023-02-07 16:26:17 +01:00
Julien Wadel
8168b7dde8
Support emojis display.
2023-02-07 15:58:22 +01:00
Julien Wadel
27770fb3b7
- Fix display name with UTF32 emojis.
...
- Allow to change family fonts on avatar.
2023-02-07 15:03:46 +01:00
Julien Wadel
7f25efc482
- Crash when editing contacts from chat.
...
- Contacts synchronization on creation.
- Contact menu in secure chats.
2023-02-06 17:03:21 +01:00
Julien Wadel
2bc0d4bef4
- 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 13:47:54 +01:00
Julien Wadel
c975e8f1e2
Mac : Fix recordings error that prevent to display the page.
2023-01-31 10:28:29 +01:00
Julien Wadel
e198f5f752
Display hidden scrollbars in settings.
...
Add more feedback on quit reason.
Fix link color in about.
Fix window title based on the application name.
2023-01-30 11:31:08 +01:00
Julien Wadel
febdf8b4a7
Remove qml keyword that was introduced in Qt 5.15
2023-01-20 15:15:11 +01:00
Julien Wadel
69dbe28e92
Allow to export plain text file from a file path.
...
FileViewer design fix.
Fix colors.
2023-01-20 15:15:11 +01:00
Julien Wadel
769c843e4d
Display media captures files (recordings)
...
# Conflicts:
# linphone-app/CMakeLists.txt
# linphone-app/src/components/Components.hpp
# linphone-sdk
2023-01-20 15:15:11 +01:00
Julien Wadel
b6d7b20afd
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-20 15:15:11 +01:00
Julien Wadel
c3aa67cd1e
Hide Active speaker in mini views.
...
Better fix on refreshing layout when Qt doesn't do it.
# Conflicts:
# CHANGELOG.md
2023-01-20 15:15:11 +01:00
Julien Wadel
bd2214c989
Remove recording button on conference (because of being not fully implemented by SDK)
2023-01-20 15:15:11 +01:00
Julien Wadel
174ea22e9f
Make preview movable
...
# Conflicts:
# CHANGELOG.md
2023-01-20 15:15:11 +01:00
Julien Wadel
2a5c8d83b1
Fix a crash at startup for using uninitialized settings model.
...
Update SDK to 5.2.8
# Conflicts:
# CHANGELOG.md
# linphone-sdk
2023-01-20 15:15:11 +01:00
Julien Wadel
b132e19e2e
Increase max image size on GUI.
...
More customization on about, update checker and video.
(SDK) Fix a crash when starting a core on an account that don't have a contact address.
Fix typo in Readme and adapt MSYS2 paths in CI for Windows.
2022-12-28 12:32:15 +01:00
Julien Wadel
a622900e8b
Fix volume gauge in multimedia parameters while being in call.
...
Add customization UI when deactivating video/conference/update checker.
2022-12-27 15:49:26 +00:00
Julien Wadel
bf6b0f565a
Use ColorModel instead of color for custom C++ featuring.
2022-12-27 16:37:59 +01:00
Julien Wadel
76a6a8b6ea
System languages based on QLocale and not name.
2022-12-20 10:40:16 +01:00
Julien Wadel
56cff70b1b
VFS Encryption, QtKeychain and file viewer.
2022-12-16 14:37:45 +01:00
Julien Wadel
19e59ae021
Fix typo on camera switch in audio-only.
2022-12-06 17:32:22 +01:00
Julien Wadel
e7767224a0
Fix time zones with QDateTime fromMSecsSinceEpoch/toMSecsSinceEpoch.
...
Overwrite locale display for qml date to avoid taking account of timezone when using only dates.
2022-12-05 14:38:59 +01:00
Julien Wadel
985f77c815
Disable camera button if paused.
2022-12-01 17:16:48 +01:00
Julien Wadel
5b5268ff60
Rework of chat room creations for selections.
...
- Avoid to select a chat room that is creating/terminating.
- Add a loading spinner when the state of the chat room is updating.
- On creation, wait on chat room state before automatically selecting it.
2022-12-01 11:25:52 +01:00
Julien Wadel
c870daf530
Fix video crashes on changing layout.
...
- Make as readonly the isVideoEnabled from Camera and let it to do its work.
- Use deactivateCamera to temporary deactivate it (preveiw aswell).
- Check audio only from callModel video layout.
- Deactivate Camera Sticker when changing layout.
- Temporize layout changes in order to let time to Qt to shutdown its objects, and to let the SDK to not use/reuse deleted Qt objects.
- Dynamic load some items on Sticker only if needed.
- Forbid to change layout if previous change has not been done.
- Remove old clean layout functions.
2022-11-25 17:40:04 +01:00
Julien Wadel
773b1053b9
Display participant address on clicking on one (Conference creation)
2022-11-22 16:32:28 +01:00
Julien Wadel
f3d3f1ee0b
Fix stopping record when going on fullscreen.
2022-11-22 16:10:42 +01:00
Julien Wadel
010743aa09
Display default preset if no one has been selected.
2022-11-22 14:39:16 +01:00
Julien Wadel
f8ca666219
From Chat room infos:
...
- Fix hidden buzy indicator on participant invitations (from Chat Room infos).
- Fix auto removing participant on timeout invitations (30s).
2022-11-22 10:54:07 +01:00
Julien Wadel
91833adbae
Contacts fix on deletion
2022-11-21 16:57:47 +01:00
Julien Wadel
6d23c90ba8
Fix Times offset on ICS and on conference creation (mainly because of Windows unmanaged Timezones)
2022-11-21 14:47:57 +01:00
Julien Wadel
5d5d4d3941
Allow to activate camera on audio-only from the call window.
2022-11-15 17:22:35 +01:00
Julien Wadel
026124d7ba
Call history view : hide actions for conference.
2022-11-15 17:02:34 +01:00
Julien Wadel
003daa8df8
Margins in Waiting room.
2022-11-15 16:10:53 +01:00
Julien Wadel
ed3bd406d0
Remove mosaic animations and try to fix layouts.
...
Use default friends list to add a contact.
Use core friends list to remove a contact.
Update SDK 5.2
2022-11-10 17:37:38 +01:00
Julien Wadel
dcf77ffe79
Fix translations on CLI commands.
...
Use Phone number assistant : Fix phone number that was considered as not valid.
2022-11-07 10:03:45 +01:00
Julien Wadel
1c3f507045
ZRTP authentication in popup. Fix PQ icons.
2022-11-03 15:56:23 +01:00
Julien Wadel
dd39203d47
Change group chats and conference icons.
...
Change color on selected call (call list).
Change burger icon into dot menu in calls list.
Change conversation icon to match timeline.
Merge calls into conference.
Fix twin participants on invitation.
2022-11-02 16:46:06 +01:00
Julien Wadel
ced6a8b396
Change contacts list to take account of all contacts in database (multiple lists, bodyless, remote provision)
2022-11-02 11:00:28 +01:00
Julien Wadel
04f3997fd9
Update Active Speaker API (fix synchronizations)
2022-11-02 10:40:30 +01:00
Julien Wadel
29122171cf
Hide security choices in new Chat room if no choice can be done (like if security is mandatory)
2022-10-27 17:19:14 +02:00
Julien Wadel
9a8cab9e2b
Display snapshots button for 1-1, hide it while in conference.
2022-10-27 15:52:43 +02:00
Julien Wadel
35d90ceb78
Fix LDAP crash and stuck assistant.
2022-10-24 11:10:57 +02:00
Julien Wadel
9594347df4
Fix ldap settings binding loops on texts and replace 'Linphone' texts by the application name.
2022-10-24 09:48:23 +02:00
Julien Wadel
665e244844
Hide password url if not set.
...
Fix ldap settings placehodler.
2022-10-21 18:49:57 +02:00