Gaelle Braud
1d114ab468
fix meeting time edition
2025-01-14 11:19:47 +01:00
Gaelle Braud
06d00de59b
fix #LINQT-1512 do not return to conference list when cancel meeting creation
2025-01-14 11:19:47 +01:00
Julien Wadel
cfe3c49a68
LINQT-1531: Fix call history display names.
2025-01-09 09:02:44 +00:00
Julien Wadel
56176b27f0
Fix qml errors.
...
Remove ldap friends cache to avoid being desynchronized with ldap servers.
2025-01-08 16:47:19 +01:00
Julien Wadel
d9692265be
Change display limit values to avoid erratic loading behavior on lists.
...
Select first history call item on load.
2025-01-08 13:35:29 +01:00
Gaelle Braud
e42d90f9ee
fix #LINQT-1500 date time in local time zone
2025-01-03 14:45:33 +01:00
Gaelle Braud
cae5372e97
fix #LINQT-1505 edit meeting start/end time
2025-01-03 14:45:33 +01:00
Gaelle Braud
eb8c95f192
fix
2025-01-02 10:40:15 +01:00
Gaelle Braud
55e325c7ec
LINQT-1503 meeting avatar
2025-01-02 10:40:15 +01:00
Gaelle Braud
017971c886
Do not focus on the first element after opening the settings menu.
...
Fix settings menu navigation.
Update SDK for screensharing.
Fix account list object selection.
2024-12-19 10:21:07 +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
Gaelle Braud
0f9539f37e
fix #LINQT-1438 missing button in waiting room + show calls window when opening waiting room
...
ui
fix remove participant device from list when leaving conf (bad uri)
2024-12-09 16:10:27 +01:00
Julien Wadel
ef18622793
- Fix undefined signals/functions that comes from bad visibility scope.
...
- Fix binding loop on cacheBuffer and wrong variables on call statistics.
- Remove apostrophe from user-agent.
- Add RemoteCardDAV into contact list.
- Fix crash on starting a call while a conferenceInfo is loading.
- Contact details redirection after creating one.
2024-12-09 14:10:13 +00:00
Julien Wadel
5cf9df2a05
Fix contact redirection from call logs.
2024-12-04 18:14:51 +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
390fc16c0a
Fix removing call history.
...
Update SDK.
2024-12-04 09:06:02 +00:00
Gaelle Braud
593863b4c2
update meeting list on day changed
...
fix text
fix #LINQT-1432 progress bar ui
try to fix #LINQT-1429 conference focus as active speaker
2024-12-04 08:39:00 +01:00
Julien Wadel
f60e8c36e3
Quit fullscreen on escape button.
2024-12-03 15:27:41 +01:00
Gaelle Braud
84cc47e7dc
return to meeting list if cancel scheduling of a conf
2024-11-29 11:45:09 +01:00
Gaelle Braud
586ad1a69d
fix #LINQT-1450 contact responsivity
...
fix display name conf info participants
2024-11-29 11:45:09 +01:00
Gaelle Braud
733702b781
fix #LINQT-1433 highlight and position view at current index meeting list
2024-11-28 17:29:25 +01: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
Gaelle Braud
9787e1fd37
fix #LINQT-1441 rm unsupported features
2024-11-26 10:26:01 +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
b5c3751c72
fix layout polish loop (this one may be the right one)
2024-11-21 16:15:51 +01: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
Christophe Deschamps
213ba75585
App version & core user-agent
2024-11-20 17:50:58 +00: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
Gaelle Braud
932b83774c
fix meeting layout polish loop
2024-11-19 10:18:00 +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
640eaefade
fix too long contact name
2024-11-15 09:58:10 +01:00
Gaelle Braud
9c36745673
fix #LINQT-1407 close numeric pad
...
delegate mousearea color + padding
fix #LINQT-1408 reset call notif on pressed
try to fix notif coordinates #LINQT-1415
2024-11-13 16:01:07 +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
ab4acc8f03
Avoid to make search on initialization.
...
For ContactPage : start the search on openning.
Remove suggestion title if no one.
2024-11-06 18:28:01 +01:00
Gaelle Braud
bebea4e7c8
popup modif réunion
2024-11-06 16:17:51 +01:00
Gaelle Braud
94dd384129
cancelled conf ui
2024-11-06 15:04:50 +01:00
Gaelle Braud
9797ad70b0
contact edition new ui
2024-11-06 09:46:02 +01:00
Gaelle Braud
a80f4c1a6e
Fix empty lists ui
...
ui fixes
fix crash participantCore
fix account name on init
fix #LINQT-1366
fix #LINQT-1380
try to fix #LINQT-1379 (new call : crash when ending the call before remote answers)
2024-11-06 09:34:40 +01:00
Christophe Deschamps
a91b29cb17
Automatic LDAP Friends lookup for calls
2024-11-04 11:08:16 +01:00
gaelle
b6b16650bf
ui
2024-10-31 16:11:16 +01:00
Gaelle Braud
2bf3071b96
Fix empty lists ui
...
ui fixes
fix crash participantCore
fix account name on init
fix #LINQT-1366
fix #LINQT-1380
try to fix #LINQT-1379 (new call : crash when ending the call before remote answers)
2024-10-31 16:03:57 +01:00
Gaelle Braud
8a6c9b9182
new contact ui
2024-10-28 15:55:42 +01:00
Gaelle Braud
c268171e48
flickable register
...
about popup
fix new call ui
fix temp text visibility
fix login layout ui
dialog
2024-10-24 17:21:12 +02:00
Julien Wadel
26cdbf1c68
Fix meeting creation button
2024-10-24 15:49:39 +02:00
Julien Wadel
0b91d8c986
Fix numeric pad buttons : link search bars with a numeric pad popup.
2024-10-24 10:22:31 +02:00
Gaelle Braud
94cbdbcc0f
put components in files
2024-10-23 17:28:14 +02:00
Julien Wadel
18fc4de29d
Use sourceModel to set proxy models in order to avoid loading unused data.
2024-10-23 16:36:43 +02:00
Gaelle Braud
075937aa00
wait for core is on before displaying ui
...
Use directly accountProxy and react to signals.
2024-10-23 15:13:39 +02:00