Commit graph

212 commits

Author SHA1 Message Date
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
ea2612acbb Fix deprecated LDAP API. 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
Gaelle Braud
d8efaf1ac9 add text capability for chat in conf 2024-11-20 16:02:55 +01:00
Gaelle Braud
fbbcbe2012 fix #LINQT-1425 timer close calls win
fix #LINQT-1426 end message call

fix full name

fix notif alignment
2024-11-20 11:09:32 +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
Christophe Deschamps
97c2c1e214 temp work around - restore use of vcard FullName (use by sdk to store ldap results) 2024-11-15 22:25:59 +00:00
Julien Wadel
9fc3caa63c Simplify audio device description in combobox.
- Use of Map in Combobox.
- QML Combobox: Differentiate what we are displaying and the internal Object.
- Implement an equality operator for Objects (map).
2024-11-15 19:50:25 +01:00
gaelle
f40797af3b fix notif coordinates 2024-11-15 19:33:24 +01:00
Gaelle Braud
2af1431c5a fix avatar picture 2024-11-15 09:58:10 +01:00
Christophe Deschamps
69f6683a47 Fix Ldap & Carddav adding 2024-11-15 08:16:06 +00:00
Christophe Deschamps
2fdddf942f Handle CallLog updates 2024-11-14 21:11:39 +01:00
Gaelle Braud
b25cf4ff15 fix mouse cursor stolen by mouse area 2024-11-14 11:36:46 +01:00
Christophe Deschamps
0d62e2aa2b Search LDAP contact using only username of SIP address in call context 2024-11-14 07:51:43 +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
Christophe Deschamps
d11b3bce3d H264 downloadable codec - code adjustments + fix advanced settings 2024-11-12 16:32:33 +00:00
Christophe Deschamps
425751413d H264 Downloadable codec 2024-11-08 15:32:20 +00:00
Christophe Deschamps
85ca6d79ce Fix mwi indicator not showing on main screen + voicemail count background transparent 2024-11-08 09:04:22 +00:00
Christophe Deschamps
6f06380f1c Remove unecessary constructors leading to crash
LdapCore code formatting glitch
2024-11-08 09:11:42 +01:00
Julien Wadel
e15186e63b Fix FPS Counter that take resources even if invisible 2024-11-07 10:20:17 +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
Christophe Deschamps
40137bcf26 Ldap debug option 2024-11-06 19:54:37 +01:00
Gaelle Braud
c5c95d5a6f fix meeting list ui 2024-11-06 16:17:51 +01:00
Gaelle Braud
94dd384129 cancelled conf ui 2024-11-06 15:04:50 +01:00
Julien Wadel
f68327bcf6 Fix onlyDisplaySipUriUsername where domain was still shown. 2024-11-06 10:43:32 +00:00
Julien Wadel
940227dc92 Fix contacts not showing : avoid using default friends list that can be set to the ldap_friends list (if we get ldap before having any contacts). 2024-11-06 10:18:29 +00:00
Julien Wadel
c5777e2dd1 Add QtConcurrence pour threaded processes.
Parallel sort of time zones (it can take 2s to process).
Print logs if not connected to SDK.
Fix combobox wth empty models.
2024-11-05 17:06:13 +00:00
Julien Wadel
4f3e29ba57 Set default CLI as "show" for secondary application to allow reopening background app from Windows Menu. 2024-11-05 17:05:35 +00:00
Christophe Deschamps
387bf67e8f Adds voicemailAddress support 2024-11-05 06:01:36 +01:00
Christophe Deschamps
78f5656482 Fixed MWI icon if no count is provided in the NOTIFY (only yes/no) 2024-11-05 05:19:18 +01:00
Julien Wadel
b6284ea1e6 Show the application from left click on systray 2024-11-04 15:53:46 +01:00
Christophe Deschamps
a91b29cb17 Automatic LDAP Friends lookup for calls 2024-11-04 11:08: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
Julien Wadel
8bf2472060 Fix phone numbers combobox (resetModel events and binding loop on y) 2024-10-24 15:05:54 +00:00
Julien Wadel
ea8d2aafe7 Fix deadlocked application on windows at startup (logs,vsync initialization,thread initialization)
Fix cleaning memory at exit.
2024-10-23 17:30:30 +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
Julien Wadel
fea341444c Remove Qt warning: Update qml resource for policy QTP0001 2024-10-21 10:54:34 +02:00
Gaelle Braud
155b7af32e blind+ attended transfer #LINQT-1345 2024-10-18 17:54:41 +02:00
Julien Wadel
72e4d1c81e Check if a call has been started on duration instead of call states.
Fix button size on main page.
Fix contact defaut view if having contacts.
Fix missing object Item on call loader.
2024-10-17 15:23:35 +00:00
Julien Wadel
0727b08818 Fix cli fetch-config 2024-10-17 12:41:52 +02: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
df7f0a6bc6 Freeze fixes:
- Unstuck Friends processes.
- Unstuck interpret urls.
- Unstuck Utils functions that need Model to work. INVOKABLE should not block and use VariantObjects.
- rename file local constants.
- Upgrade SafeObject to have a default value after being construct.
- Fix isMe changes and updates.
- Remove restoreMode that is deprecated.
2024-10-16 11:50:07 +02:00
Julien Wadel
5f2cfde69b Speedup GUI: higher priority, us eonly one qml engine on notifications, make asynchronous effets on notification, 2024-10-16 07:36:41 +00:00
Gaelle Braud
9cf975518f fix contact name + avatar initials
fix #LINQT-1339 persistent waiting room + warnings

fix #LINQT-1334 remote name in call
2024-10-15 15:42:03 +02:00
Julien Wadel
1d0e9f145b Fix audio device selection by using the correct AudioDevice.
Fix stats display (percent showing, units, and rounded value).
2024-10-15 13:27:27 +00:00