Commit graph

34 commits

Author SHA1 Message Date
Gaelle Braud
06a80173e6 group call (ui to fix) + create call ui from callCreated signal 2024-04-22 18:16:32 +02:00
Julien Wadel
cba34e82c0 Video management 2024-04-22 18:16:32 +02:00
Gaelle Braud
b6bddabcce fix ui login pages 2024-04-22 18:16:32 +02:00
Julien Wadel
7e9714d6c5 Ui fixes : Radiobutton check, MeetingPage layouts, call/contacts amrgins and scrollbars 2024-04-22 18:16:32 +02:00
Gaelle Braud
589c67999f screencast panel ui 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
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
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
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
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
ac528fc05c friends presence 2024-02-29 09:51:15 +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
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
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
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
Julien Wadel
a1d72e6382 Feature : display accounts.
- Implement shaders to make round images and use qsb --qt6.
- Add picture to Friend.
- Display username if displayname is not found.
- Compute initials from C++ with emojis.
- Add Accounts list in a popup from main window.
- Add a hack on account to update avatar on all AcountModel.
- Add Avatar item for initials/picture.
- Add Contact description item.
- Make sizes proportionals to match designs.
- Add image colorization.
2023-12-01 15:20:48 +01:00
Julien Wadel
bf99675d08 Fix vertical tabbar width 2023-11-29 16:22:42 +01:00
Julien Wadel
b316074feb Feature : Avatar from default account.
- Update SDK for accountRemoved callback and fix on setting default account.
- Update AccountGui from list modification and default account selection.
- Add Avatar provider for Qml.
- Create avatar file and store it into avatars folder.
- Delete old avatar file if replaced.
2023-11-29 14:47:04 +01:00
Gaelle Braud
3fad8ee49e Overview : call page (with no call history)
New items : Vertical tab bar, search bar, numeric pad
2023-11-20 15:22:13 +01:00
Gaelle Braud
22724d8cd2 connection feedbacks + pages after connection (to design) 2023-11-09 09:59:57 +01:00
Gaelle Braud
053d0bcacc rearrange page layouts :
welcome page
login page
login form
login layout
register
register check

+ items appearance (focus/error/disable/pressed)
2023-11-07 09:52:37 +01:00
Gaelle Braud
99b1fb9bde Test file for qml items :
Text
ComboBox
TextInput
Button
TabBar
Tooltip
Carousel
+ fixes on this items
2023-11-02 17:26:47 +01:00
Gaelle Braud
440b3991f1 resolve mr threads 2023-10-31 09:30:21 +01:00
Gaëlle Braud
86d776a62b Welcome / Login pages ui 2023-10-23 11:12:27 +00:00