Commit graph

16 commits

Author SHA1 Message Date
Gaelle Braud
6aadc2f292 sound player 2025-06-16 11:04:32 +02: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
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
Christophe Deschamps
804af1bdbb Set locale for date formatting to French as the rest of the app. 2024-10-15 11:19:02 +00:00
Julien Wadel
e1b8befde4 Optimizations: Paging and asynchronous loaders. 2024-10-14 17:20:58 +02:00
Julien Wadel
a66528326f Setlocal and update SDK.
Fix reset audio parameters when entering into call options.
2024-09-27 17:06:47 +02:00
Julien Wadel
4631ea7fe7 Uri Handler + Restart + Remote provisioning + Confirmation dialog with c++ callback behavior 2024-06-13 15:01:22 +00:00
Gaelle Braud
06a80173e6 group call (ui to fix) + create call ui from callCreated signal 2024-04-22 18:16:32 +02:00
Julien Wadel
bdf1d197ec Fix restart behavior:
- fix crash.
- exit on last window closed.
- add return staus code for later use.
2023-11-29 10:14:50 +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
bc2c51badd Fix threading to run just after minimal initialization (like logger instanciation).
Rewrite Logger : out logs are run on core, and file logs on model.
Fix crash on removing logger listener.
2023-10-17 17:33:21 +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
52b1ce5ecf Add clang-format and active utils string conversion. 2023-10-03 16:21:39 +02:00
Julien Wadel
82791dfed4 Initial 2023-10-02 14:37:16 +02:00