Commit graph

22 commits

Author SHA1 Message Date
Christophe Deschamps
666b94e277 Advanced settings 2024-10-08 14:31:48 +00:00
Christophe Deschamps
11f8163e4b Carddav settings 2024-10-07 08:39:52 +00:00
Christophe Deschamps
77fad7ba86 LDAP AdressBooks settings 2024-09-05 08:33:21 +00:00
Gaelle Braud
680d398c36 account device list 2024-09-03 11:18:59 +02:00
Christophe Deschamps
4143d15f34 Account settings & parameters 2024-07-25 08:34:11 +00:00
Julien Wadel
8171f2ceb2 SSO 2024-07-02 16:03:35 +00:00
Gaelle Braud
5beb0b84d0 register 2024-06-28 16:15:26 +02:00
Julien Wadel
4631ea7fe7 Uri Handler + Restart + Remote provisioning + Confirmation dialog with c++ callback behavior 2024-06-13 15:01:22 +00:00
Christophe Deschamps
57534e2c44 Application settings 2024-06-11 10:27:16 +00:00
Julien Wadel
99f752390b Screensharing + Mac ARM64 + Linux build 2024-05-30 17:31:26 +02:00
Gaelle Braud
c824bd6c83 Country, start conference, dates, combobox, calendar, popup, effectimage, meeting details, conference scheduler 2024-04-22 18:16:31 +02:00
Gaelle Braud
97c01e66f8 call history
new item: popup button
2023-12-22 17:28:35 +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
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
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
f4e8ec0f26 Add Accounts. 2023-10-26 17:10:11 +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
Julien Wadel
b6ff625370 Add Single Application.
Add command parser and output modes (--verbose --qt-logs-only).
Move static Logger to core as it is used from Qt and dispatch logs to the SDK thread.
Update SDK to allow builds from MSVC 2022.
2023-10-09 17:19:33 +02:00
Julien Wadel
e795f0ea51 Add Widget module for MessageBox (in case of fatal error) and display critical popup just before abort.
Instantiate SDK thread.
Add logger.
Format logs to match SDK syntax.
Change log domain to 'app'.
2023-10-05 15:42:08 +02:00
Julien Wadel
4f86e1362a Add config, application data, paths (TODO: sdk for Qt6) 2023-10-03 10:52:07 +02:00
Julien Wadel
82791dfed4 Initial 2023-10-02 14:37:16 +02:00