Commit graph

18 commits

Author SHA1 Message Date
Christophe Deschamps
6ff3cc0ae7 Fix crash with CardDav 2025-06-13 12:23:51 +02:00
Christophe Deschamps
dad3cb084f Presence 2025-05-13 08:34:38 +00:00
Christophe Deschamps
b056165155 Handle friend with no address update and removal 2025-01-30 21:41:01 +01:00
Gaelle Braud
5d42559f83 fix ensure visible contact edition
fix #LINQT-1569 dialer ui in call

fix address artifact due to full default address addition in address list
2025-01-29 15:02:39 +01:00
Julien Wadel
377bf03818 Fix empty display name after setting friend in favorites. 2025-01-22 16:34:14 +00:00
Julien Wadel
4181d19631 Synchronize contact list names with contact edition on save. 2025-01-15 18:58:02 +01:00
Julien Wadel
b46c4d16f2 Propagate friend creations/deletion to allow display name updating. 2025-01-15 17:05:57 +01:00
Gaelle Braud
f6c3fc3252 fix crash on friend update 2025-01-14 14:01:38 +01:00
Julien Wadel
345c90d244 Fix display name change propagation:
- fullname algo into FriendModel instead of Core.
- signal to core wiith friendUpdated (no SDK cb for that, we need to implement it ourself).
- Fix call logs details blinking.
2024-11-25 07:38:50 +00:00
Gaelle Braud
1e234cdc25 zrtp validation toast + blason
security level for specific address
dtmfs
ui fixes
key navigation contact page
2024-08-21 10:51:08 +02:00
Gaelle Braud
891f9acd8c verify friend device (TODO : add an automatic update when sdk allows it, for now it is done when call ends) 2024-06-12 17:36:53 +02:00
Gaelle Braud
305c969bbb FIXES:
LINQT-1166 handle complete sip uri login
LINQT-1182 hide waiting timer in local sticker
LINQT-368 share contact (by copying its vcard, may be improved in the future)
fix notif ui
fix waiting room camera
fix missed notifications
windows ui fixes
fix LINQT-1189 start call on click not selected contact changed
2024-05-28 16:32:11 +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
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
6849b8d378 contacts list 2024-01-05 15:37:18 +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
41ee79c070 - Fix friends list subscription
- Search : Allow to change source and aggregation mode from Ui
2023-11-29 16:23:18 +01:00
Julien Wadel
1938ae65e0 Feature: Contacts/Friends.
- Add Gui/Core/Model for friends.
- Add MagicSearch.
- Fix double free on Account list.
- Fix concurrency in SafeConnection destruction.
- Update SDK : Use of onAccountAdded from SDK.
2023-11-27 16:19:30 +01:00