gaelle
f81400eed0
cmake + french translation
2025-03-19 17:01:15 +01:00
gaelle
c65c5c8c5a
fix login error messages in french
...
try to remove ninja compile
2025-03-04 11:35:40 +01:00
gaelle
5d77bd257d
revert fix config login page (accounts registration states are not enough specific to use them as indicator of existing accounts)
2025-02-24 09:01:48 +01:00
gaelle
b4b573a027
show real error message on login if exists
...
fix windows packaging
icon button
2025-02-21 16:21:01 +01:00
Julien Wadel
d2ddf01144
Fix removing account
2025-02-03 12:22:04 +01:00
Julien Wadel
4defd26bb6
Fix log in conference.
...
Fix removing auth info on bad login.
Fix crash on login.
2025-01-31 15:01:34 +01:00
Julien Wadel
d74ccc32bd
Fix being call after removing the account: do not remove auth info before the account has been correctly removed (unREGISTER sent)
2025-01-30 16:08:46 +01:00
Christophe Deschamps
727c53209b
Fix crash when Sip registration failed upon login
2025-01-30 08:53:57 +00:00
Gaelle Braud
2e93b769d0
fix login
2025-01-20 16:42:49 +00:00
Gaelle Braud
b4342923f6
fix addAuthInfo
2024-09-16 09:57:44 +02:00
Gaelle Braud
7970cd49f0
register: fix token verification part if error in account creation
2024-09-11 19:33:48 +02:00
Gaelle Braud
680d398c36
account device list
2024-09-03 11:18:59 +02:00
Gaelle Braud
4ec344130d
login with non linphone sip account
2024-08-29 16:22:56 +02:00
Gaelle Braud
204d7d66c8
login with non linphone sip account
2024-08-22 14:37:23 +02:00
Gaelle Braud
5beb0b84d0
register
2024-06-28 16:15:26 +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
Julien Wadel
23ddc9ac88
Clean + fixes
2024-04-22 18:16:34 +02:00
Gaelle Braud
517c6b96a5
FIXES:
...
error text display
show welcome page on first launch only
try to fix crash in variant object (to fix properly)
forbid connection if account already connected
contacts list first row size + contact selected signal
accounts layout
rm layout rearrange warning
login error messages layout
trust circle avatar
no error message on status ok
busy indicator on login
2024-01-17 12:06:04 +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
Julien Wadel
cd82964b23
Replace postAsync functions by SafeConnection in order to make more robust thread connections and guarantee to have always caller/callee while processing signals.
...
Introduce ObjectCore, ObjectGui, ObjectModel.
Simulate addAccount signals on adding account (in waiting for SDK callback).
2023-11-22 14:55:38 +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
91c96d8129
connection feedbacks + pages after connection (to design)
2023-11-20 11:01:40 +01:00
Julien Wadel
7ff6989614
Fix crash on logger (instance lost).
...
Add Call model.
Start audio call from Utils.
Simplify VariantObject to use only setValue().
Add notifications.
2023-11-20 08:52:31 +00:00
Gaelle Braud
22724d8cd2
connection feedbacks + pages after connection (to design)
2023-11-09 09:59:57 +01:00
Julien Wadel
46e91b46a8
Prepare Async objects for Linphone tools to be used from GUI.
...
Fix AccountManager for missing sdk listening.
Fix login : custom parameters were missing.
2023-11-08 09:58:52 +00:00
Julien Wadel
978c57f1ed
Check running thread and factorize debug class names.
2023-10-30 15:55:07 +01:00
Julien Wadel
f4e8ec0f26
Add Accounts.
2023-10-26 17:10:11 +02:00
Julien Wadel
3c3473112d
Revert RUNTIME_OUTPUT_DIRECTORY to binary dir because of conflict with CMAKE_PREFIX_PATH.
...
Install rootca file if enabled.
Embed assistant files in qrc.
Fix mac build to respect target OSX.
2023-10-12 18:08:13 +02:00
Julien Wadel
99ebfd2f7b
Fix crash on exit.
...
Add Async/Sync functions to post lambda on model thread.
Fix missing defines on headers.
Move Login c++ logic into core for MVVM.
Write async login.
Auto core iterate (30ms).
Clean exit by stopping core before deletion.
2023-10-11 12:01:59 +02:00