Commit graph

23 commits

Author SHA1 Message Date
Gaelle Braud
f45fc98c21 merge : use remote audio video conf uri if any 2024-06-10 11:11:09 +02:00
Julien Wadel
99f752390b Screensharing + Mac ARM64 + Linux build 2024-05-30 17:31:26 +02:00
Gaelle Braud
5cf6138bdb conference + ui fixes
try to fix crashes on close app
2024-05-27 12:08:29 +02:00
Gaelle Braud
eb5b3b5141 FIXES :
conf creation loading+error; fix info popup layout
move contact edition in contact page (switch to contact tab if creation requested)
fix contact creation + select new contact on creation
conference info list : creation signal (to finish when conference scheduler is updated, see comment)
fix crash if no vcard
fix calendar ui
+spacings
layout polish (! on string in meetinglist)
2024-04-26 18:27:19 +02:00
Julien Wadel
23ddc9ac88 Clean + fixes 2024-04-22 18:16:34 +02:00
Julien Wadel
d4139fddd1 fix preview/cameras.
CameraEnabled => localVideoEnabled.
Meeting invitations.
2024-04-22 18:16:33 +02:00
Julien Wadel
22b3e80717 Local Address, meeting dates, carshes on meeting and dial-out. 2024-04-22 18:16:32 +02:00
Julien Wadel
cba34e82c0 Video management 2024-04-22 18:16:32 +02:00
Julien Wadel
b834b7c669 Mosaic 2024-04-22 18:16:32 +02:00
Julien Wadel
10427b5288 Conference, ActiveSpeaker, Camera 2024-04-22 18:16:31 +02:00
Julien Wadel
1ed1f39113 Call Conference 2024-04-22 18:16:31 +02:00
Gaelle Braud
fb4ee6b579 audio settings
video settings
app settings in settings file
2024-03-07 09:07:56 +01:00
Gaelle Braud
c588688197 FIXES:
correctly initialize remote params + create video call
paused call ui
calls window
simplify carousel
effect image : don't show effect if no colorization
use our custom button instead of qtquick one
image buttons size
security page ui
update right panel on call history deleted
2024-02-14 16:02:43 +01:00
Gaelle Braud
9667aae47f change notif received call ui (add camera or audio accept) 2024-02-14 11:41:47 +01:00
Gaelle Braud
c33b35724a zrtp authentication token 2024-01-25 15:39:00 +01:00
Gaelle Braud
f9abfb9fbc Record call + fixes (
remove friend listener
fix call history layout (sometimes the details exceeded row bottom)
do not open terminate calls popup when all call ended already
change '.' with ' ' only if display name is the address
initials headers in contact list delegate
confirmation dialog delete history
use intermediate variable
try to fix variant object crash
)

recordable option
fix effect image not colorized on visible change
2024-01-11 11:01:17 +01:00
Gaelle Braud
24c78564ef multicall 2023-12-14 11:25:13 +01:00
Gaëlle Braud
3e06e3c55d Ui colors and sizes 2023-12-11 10:56:13 +00:00
Julien Wadel
577aee8c98 Feature : Call list.
- Add CallProxy for GUI to manage call list;
- Add a function on Core to retrieve remote address (TODO: change the name)
- Connect first/last call events.
- Fix wrong parameter in call notification.
2023-12-07 16:39:37 +01:00
Julien Wadel
a93e646ce4 Feature : Video support for one-one call.
- Set Mediastreamer plugin folder.
- CameraGui component to manage video.
- Sticker component to switch between initials/avatar and video.
- Remote video detection on Call.
- Fix binary shader files to support at least Qt 6.4.
- Use MSQOgl  Mediatsreamer2 filter and activate video capabilities.
- Add a preview on Call view.
2023-12-06 17:00:00 +01:00
Julien Wadel
a43430fa34 Fix crashes on SafeConnection.
Display missed notifications and fit text size from content.
Add account from profile menu and display Login Page with back button.
Default account selection and change avatar from accounts list.
Remove deprecated function on Friends DB.
Return username by default on display name computation.
Update SDK.
2023-12-06 10:10:08 +01:00
Gaelle Braud
4ea1b96246 start audio call, features : pause call + blind transfer
(call window in c++)
2023-12-05 17:24:37 +01:00
Julien Wadel
cd82964b23 Replace postAsync functions by SafeConnection in order to make more robust thread connections and guarantee to have always caller/callee while processing signals.
Introduce ObjectCore, ObjectGui, ObjectModel.
Simulate addAccount signals on adding account (in waiting for SDK callback).
2023-11-22 14:55:38 +01:00