Commit graph

43 commits

Author SHA1 Message Date
Gaelle Braud
3a7ec59336 fix #LINQT-1868 magic search list display name/addresses ui 2025-08-05 16:25:32 +02:00
Gaelle Braud
b79b324027 open chat room from call/conf
navigate to chat from contact/history/magic search

select chat when joining from contact/history/magic search

message notification

filter chat rooms
2025-05-05 14:36:46 +02:00
Gaelle Braud
b607cac0d1 do not display cached ldap friend if we are not doing ldap research 2025-04-01 10:17:52 +02:00
gaelle
f81400eed0 cmake + french translation 2025-03-19 17:01:15 +01:00
gaelle
c1013baac5 fix slow loading when many friends 2025-02-21 16:21:02 +01:00
Christophe Deschamps
e9f868f60e Fix contact list not updating when adding a contact with no SIP address 2025-01-30 16:54:06 +01:00
Julien Wadel
1a94417139 Add carddav in parallel to ldap searches.
Hide favorites for readonly friends.
Fix hidden friend menu.
2025-01-23 17:22:13 +01:00
Julien Wadel
1c1bd91080 Crash fix on all asynchronous operations. Make alive connections, fix destructor calls. 2025-01-23 11:48:27 +01:00
Julien Wadel
b46c4d16f2 Propagate friend creations/deletion to allow display name updating. 2025-01-15 17:05:57 +01:00
Julien Wadel
28bb188941 Fix bad thread on Contact creation.
Fix contact selection after creation.
2025-01-15 17:05:57 +01:00
Julien Wadel
bdbab66c94 Fix moving current date.
Set dummy conference info as a null core.
Load new items in case of chaning dates.
Allow gui to load until current date.
Fix video direction on screensharing.
Update SDK for tone indication on meetings.
Clean
2024-12-12 16:56:19 +01:00
Julien Wadel
56b9d2c040 Store full address in friend and fix calling specific address from magic search (like conference) 2024-12-04 10:29:41 +00:00
Julien Wadel
0b193de0bb Fix ldap results: do not synchronized ldap list if already exist in local to avoid losing data on SDK merge.
Prioritize app_friends list in results.
Update SDK.
2024-11-28 15:24:06 +00:00
Julien Wadel
56dc3db046 Fix menu popup that can be outside window.
Fix focus position on contact lists.
2024-11-27 09:43:48 +00:00
Julien Wadel
f847054385 Quickfixes Contacts.
- losing focus after search.
- sections margins.
- hide magic search popup on loading instead of showing spinner.
- Display complete suggestions in participants/calls/magicBar.
- Limit adaptation with suggestions/contacts.
- Empty list when only suggestions.
- Avoid autoscroll outside lists.
- ResetSelection after contact deletion.
2024-11-21 14:37:25 +01:00
Julien Wadel
de2612b40e Contacts list refactoring + Update SDK for fixing LDAP timeout. 2024-11-21 14:37:20 +01:00
Julien Wadel
950665138a Fix contacts results specs. 2024-11-19 14:08:08 +00:00
Gaelle Braud
24f51fbf69 fix empty display name 2024-11-19 10:55:01 +01:00
Julien Wadel
a6561ccb19 Fix reentrency issues with magic search :
- store search parameters into Core.
- add search limitation to avoid 300 useless items.
- retrieve old parameters on proxy when changing list.
- store parent proxy to avoid MOC warnings.

Fix contacts search views:
- add a loading state for buzy indicators.
- limit results on suggestions.
- avoid to create MagicSearchProxy if not needed.
- add a status to know if friend is stored or not.
- propagate invalidateFilter.
- delay search while typing.

Fix margins and participants selection.
Do not search contacts when contact panel is not shown.

Avoid search on empty magicbar.
Avoid repeating section on object that disappeared from cache.
Focus on new contact after creation.

Avoid changing maxresult if not needed.

Redirect only if friend is not ldap

Fix empty display name on making favorite a ldap contact.

Fix focus and positions on favorites.
2024-11-18 15:53:58 +01:00
Gaelle Braud
10ab8395f7 update lists if day change 2024-11-13 11:45:18 +01:00
Gaelle Braud
48ccfe95c7 really fix empty lists ui + display contacts on init when necessary + fix ensureVisible contact form 2024-11-13 11:21:38 +01:00
Julien Wadel
8ad4d8be1e Fixes magic search :
- remove suggestions items if already in contacts.
- display sip address.
2024-11-07 08:29:25 +00:00
Julien Wadel
f68327bcf6 Fix onlyDisplaySipUriUsername where domain was still shown. 2024-11-06 10:43:32 +00:00
Christophe Deschamps
a91b29cb17 Automatic LDAP Friends lookup for calls 2024-11-04 11:08:16 +01:00
Julien Wadel
3589029ec5 Refreshing optimizations:
- Reset data list and initialization on single step.
- Just add a log on new call log.
- Remove updateView : it should not be needed as contains are updated automatically from its items.
- Clean AbstractListProxy from LimitProxy implementation.
- Avoid to reset left panel if not needed to not reload lists.
- Fix missing objectName in history list view.

Fix display on new call button.
2024-10-16 15:12:55 +02:00
Julien Wadel
e1b8befde4 Optimizations: Paging and asynchronous loaders. 2024-10-14 17:20:58 +02:00
Julien Wadel
975c461a4d Fix critical crashes:
- set cpp managment for list
- remove items stored in shared pointer that are managed by Gui
- queue connection for signals between GUI/Core in order to avoid calling functions while destructions.
2024-10-02 09:55:03 +02:00
Gaelle Braud
651ddd35d5 fix magic search source 2024-09-30 15:36:19 +02:00
Julien Wadel
228b922d3e Fix crash at exit:
Do not use QSharedPointer on object managed by GUI.
Use Proxies to propagate list.
2024-09-30 09:19:53 +00:00
Christophe Deschamps
36d63098a7 - Support option for showing entire LDAP address book in contacts list ([ui]sync_ldap_contacts)
- Make LDAP contacts read only in the app
- Use different MagicSerach for contact list and contact searching
2024-09-27 19:45:36 +02:00
Gaelle Braud
498777869e fix #LINQT-1282 autocomplete contact address
fix #LINQT-1285 fix call notif deletion

fix #LINQT-1283 : reset views when switching tab or creating new call

fix #LINQT-1287 pause logo on pause

fix #LINQT-1281 clear vertical tabbar index if in settings
2024-09-27 18:07:51 +02:00
Gaelle Braud
e07cd93fad ui fixes
paste code register
bold search result part of display names
fix magic search list
fix navigation
2024-09-27 10:45:06 +02:00
Gaelle Braud
3debdf4bb5 FIXES:
fix account list singleton
fix magic search list thread connection
fix allow calling a connected account
fix magic search flags
fix crash on close settings destruction
magic search thread
meeeting fix time zone
rename settingscore
remove settings from notifier
fix zrtp appearance received call
remove deprecated function; TODO : send invitations when sdk updated
2024-09-13 17:15:15 +02:00
Gaelle Braud
a7f06efb47 fix go to contact detail from call history
fix time zone cbox
ui fixes
2024-07-12 17:13:35 +02:00
Gaelle Braud
f97ca67a56 mr fixes 2024-07-09 14:24:22 +02:00
Gaelle Braud
7a21e17c55 fixes
TODO : find why it crashes in CallsWindow.qml function endCall(). For now we don't return to call history at the end of a call
2024-07-08 18:39:05 +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
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
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
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
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