Commit graph

1010 commits

Author SHA1 Message Date
Gaelle Braud
589c67999f screencast panel ui 2024-04-22 18:16:32 +02:00
Julien Wadel
41359252c9 Fix preview deadlock + preview on call connection + 1-1 call 2024-04-22 18:16:32 +02:00
Gaelle Braud
2f6a4828cb fix popup position popup button + bottom buttons position calls window 2024-04-22 18:16:32 +02:00
Julien Wadel
579cf7e773 Fix on AS Preview 2024-04-22 18:16:32 +02:00
Gaelle Braud
37b5ac5292 change layout panel + fix button ui 2024-04-22 18:16:32 +02:00
Julien Wadel
19840b30f3 QmlName for Gui objects.
Debug message format.
Preview updates on Call state.
2024-04-22 18:16:32 +02:00
Gaelle Braud
fd09a79957 add row to invite any address in a conference 2024-04-22 18:16:32 +02:00
Julien Wadel
b6a0ae1c76 Fix Preview concurrencies 2024-04-22 18:16:32 +02:00
Gaelle Braud
3b64a8c4ae Ui fixes, add participants panel, admin status, conf edition 2024-04-22 18:16:32 +02:00
Julien Wadel
576bd0892c Blocking connection for posting lambdas on model from GUI.
Fix camera crash on deletion.

Call crash + 1-1 AS
2024-04-22 18:16:32 +02:00
Gaelle Braud
80b0880e7e participant list 2024-04-22 18:16:32 +02:00
Julien Wadel
2b1a1525e5 Active speaker + Round corners (OpenGL) 2024-04-22 18:16:32 +02:00
Gaelle Braud
d70b08c36e ui fixes 2024-04-22 18:16:32 +02:00
Julien Wadel
10427b5288 Conference, ActiveSpeaker, Camera 2024-04-22 18:16:31 +02:00
Gaelle Braud
2770076a44 Delete/cancel conference, Conference Info, icons, meeting list, waiting room, settings panel, video device 2024-04-22 18:16:31 +02:00
Julien Wadel
1ed1f39113 Call Conference 2024-04-22 18:16:31 +02:00
Gaelle Braud
e415033943 Meeting UI
Change meeting time set so a it can spread over two days without being an all day conf
2024-04-22 18:16:31 +02:00
Julien Wadel
6176f1971c Fix deadlocks and qml errors. 2024-04-22 18:16:31 +02:00
Gaelle Braud
6cfb26ba1b fix meeting list height + position view at current date 2024-04-22 18:16:31 +02:00
Julien Wadel
1e34f38782 Fix build 2024-04-22 18:16:31 +02:00
Gaelle Braud
c824bd6c83 Country, start conference, dates, combobox, calendar, popup, effectimage, meeting details, conference scheduler 2024-04-22 18:16:31 +02:00
Julien Wadel
893c3d7485 Windows package 2024-04-22 16:35:18 +02:00
Julien Wadel
bfbc6e7a0c Make Window transparent (TODO? remove border and implement custom top bar and resize/move managment).
Add Javascript utils.
2024-03-14 17:29:05 +01:00
Julien Wadel
5a0dd7216e Fix wrong address on contact edition.
Fix wrong avatar initials in contact details and fix synchronization.
Make only one contact search and filter results on each lists.
Fix contact aggregation.
2024-03-14 14:38:46 +01:00
Julien Wadel
6d96359b0a Fix popup display 2024-03-13 13:06:27 +01:00
Julien Wadel
fbb83249b8 Update SDK master 2024-03-13 11:31:42 +01:00
Julien Wadel
b645696528 Upgrade icons quality.
CMake: Automatic load for images.
2024-03-13 11:29:24 +01:00
Julien Wadel
8817396fa5 Fix blinking visual on animations (like resizing) by ignoring vertical sync.
Add An FPS counter object for benchmarking.
Fix dynamic layouts to avoid slinding effects on resizing.
2024-03-13 11:26:03 +01:00
Julien Wadel
f7749a30e3 Add application info at the start.
Add file position on logs.
Add Avatar provider to nitifications.
Fix using `source` on EffectImage that shouldn't be used as an image source because this property is for Loader (ImageProviders cannot be used in this case).
2024-03-12 15:47:40 +01:00
Gaelle Braud
fb4ee6b579 audio settings
video settings
app settings in settings file
2024-03-07 09:07:56 +01:00
Gaelle Braud
ac528fc05c friends presence 2024-02-29 09:51:15 +01:00
Gaelle Braud
84950e70b5 fix buttons icons size + update preview position when right panel is open 2024-02-19 11:53:38 +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
63f1328576 magic search bar (todo: finish it when mockup ready) 2024-02-14 09:13:06 +01:00
Gaelle Braud
a2154a6c7b FIXES:
contact list
generic VariantList
FriendModel resetAddresses
check null default account
address list update on save
generic item for white background lists
ui
fix set photo friend
protect friendmodel setters
remove main splitview to stick to the mock-up (keeping it commented cause it may be useful to be able to resize the panels)
default image avatar
fix crash when address not set
fix ui in call
Really fix call variantobject destroying himself before call started
fix: display suggestions
fix list view current item always reset cause updated every time contact history list changed
fix blinking call log list view on content changed
fix popup button popup y when exceed window
delete contact confirmation popup
fix popup call contact list
don't show popup if only one address possible
set/remove default address if append/remove from address list
2024-02-07 10:46:17 +01:00
Gaelle Braud
64c430cd38 account settings menu 2024-02-05 11:12:19 +01:00
Gaelle Braud
82b5d6a008 contact list
fixes:
generic VariantList
FriendModel resetAddresses
check null default account
address list update on save
generic item for white background lists
ui
fix set photo friend
protect friendmodel setters
remove main splitview to stick to the mock-up (keeping it commented cause it may be useful to be able to resize the panels)
default image avatar
fix crash when address not set
2024-02-01 15:19:29 +01:00
Gaelle Braud
c33b35724a zrtp authentication token 2024-01-25 15:39:00 +01:00
Julien Wadel
92f7d05b18 MacDeploy debug 2024-01-18 14:15:45 +01:00
Gaelle Braud
517c6b96a5 FIXES:
error text display
show welcome page on first launch only
try to fix crash in variant object (to fix properly)
forbid connection if account already connected
contacts list first row size + contact selected signal
accounts layout
rm layout rearrange warning
login error messages layout
trust circle avatar
no error message on status ok
busy indicator on login
2024-01-17 12:06:04 +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
4782bd2990 video call 2024-01-11 09:23:46 +01:00
Julien Wadel
449fc17f78 Set from C++ in waiting of linphonerc-factory integration :
[video]
automatically_accept=1
automatically_initiate=0
2024-01-09 14:30:08 +01:00
Gaelle Braud
6849b8d378 contacts list 2024-01-05 15:37:18 +01:00
Gaelle Braud
97c01e66f8 call history
new item: popup button
2023-12-22 17:28:35 +01:00
Gaelle Braud
4ed07c9104 reverse debug change 2023-12-22 11:37:34 +01:00
Gaelle Braud
18ad29338c UI fixes : digit input (indicator), error messages (text + colors), pages item sizes, popup background 2023-12-21 17:33:12 +01:00
Gaelle Braud
24c78564ef multicall 2023-12-14 11:25:13 +01:00
Gaelle Braud
f82f3cf189 dialer in call 2023-12-12 10:33:44 +01:00