Commit graph

4572 commits

Author SHA1 Message Date
Julien Wadel
7b2ce18409 Add a SpitView on chat.
Fix a crash on notification bubble : Remove the shortcut as notifications are seen in panels.
Clean format after deleting text in chat editor.
2023-09-22 16:25:38 +02:00
Julien Wadel
aac2d9f120 Revert back to add signing identity for Macos.
Allow CPACK to sign the application.
Fix cmake options list that wasn't set because of scope.
Make more generic the Windows hack on QtKeyChain.
Use a script to code sign all files (not working in cmake file)
Clean cmake files to use targets.
Rework Mac build.
Avoid to use git if version has been specified with cmake command (LINPHONEAPP_VERSION)
2023-09-22 14:29:10 +02:00
Julien Wadel
6a492b9f05 Fix chat bubble sizes and title sizes on pages. 2023-09-19 14:32:31 +02:00
Julien Wadel
085d5b6666 Fix double instances on Linux. Revert back QDBus after upgrading SingleApplication to 3.4 2023-09-19 11:54:22 +02:00
Julien Wadel
c460121342 Update path in notarization script to the new output path.
Update SDK.
2023-09-18 14:09:42 +02:00
Julien Wadel
e614ab9cf7 Fix fr non breakable spaces and enum. 2023-09-15 14:48:11 +02:00
Julien Wadel
ee25889200 Update SDK master 2023-09-15 14:43:28 +02:00
Julien Wadel
307182dbe4 Fix on enabling Ephemeral on chat room creation. It wasn't enabled if the creation comes from remote user.
Fix crash with new Conference models.
Fix duration to 1 hour and if a ICS was selected, display the correct duration.
Fix margins on date in conference creation and on Date picker.
Change admin english text event in chats.
Remove secure icon in conference contact search.
Display one star security icon if ZRTP was not verified.
On authentication popup, remove Realm if username is only displayed. Adapt Identity text.
Fix forward selection in search bar.
2023-09-15 11:55:46 +02:00
Julien Wadel
31011b2b4c Fix mac build.
Move call history to correct items after loading new items.
Display menu options on Mac.
Update SDK master.
2023-09-15 11:42:54 +02:00
Julien Wadel
4446a677fe Fix chat room redirection on notification message.
If selected, fix display conversation on opening conversations list.
2023-09-14 17:51:37 +02:00
Julien Wadel
fc8cd8afe6 Upgrade singleapplication to 3.4.0 for fixing multiple instances on slow Windows. 2023-09-14 16:47:46 +02:00
Julien Wadel
f346265122 Remove Flexiapi usage for login.
Display more login feedback.
2023-09-14 16:45:51 +02:00
Julien Wadel
bc9a8d9a27 Fix phone number accounts. 2023-09-13 17:14:00 +02:00
Julien Wadel
8a86536b28 - Add an hidden option to activate ephemeral on chat creation (create_ephemeral_chat_rooms=<seconds>)
- Add a placeholder in contacts for display name and resize empty box to placeholder size.
- Fix account name alignment.
- Hide records menu if option has been deactivated.
2023-09-13 11:07:22 +02:00
Julien Wadel
9bf230266e Crash fixes on ZRTP popup if call has been end. Close popup on end.
Fix random crash on SettingsModel qml coming from uninitialized model.
2023-09-13 10:57:02 +02:00
Julien Wadel
b3a836f11e Fix crash on new participants when account have no contact address. 2023-09-13 10:55:22 +02:00
Julien Wadel
8257847f39 Deactivate account creation and login by phone because of unsecure captcha. 2023-09-13 10:51:13 +02:00
Julien Wadel
d969216e73 Use flexiapi backend on first start.
Fix ephemeral set on creation.
2023-09-13 10:49:09 +02:00
Julien Wadel
dbf63b0c3e Fix security level synchronization in chat rooms.
Fix hidden admin status on first group chat creation.
Fix Magic search that could retrieve addresses with Gruu.
Fix debug outputs on missing colors.
Fix click area in call list.
Fix some missing items in qml.
2023-09-13 10:37:44 +02:00
Julien Wadel
b8a6339e69 Fix received time on forwards.
Remove gruu on convertion of participant addresses into string.
Fix permissions access on removing records.
2023-09-13 10:36:28 +02:00
Julien Wadel
6bb29f5061 Adapt security tooltip to the new icons while being in call. 2023-09-13 10:34:56 +02:00
Julien Wadel
a01868a901 Redirect to email recovery on forgotten button.
Change layout direction on chat call events.
2023-09-13 10:32:13 +02:00
Julien Wadel
0ee02efc81 Fix Date when scheduling a new meeting from chat group. 2023-09-13 10:29:49 +02:00
Libor Filípek
4694966890 Translated using Weblate
Currently translated at 100.0% (1094 of 1094 strings)
(Czech)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/cs/
2023-09-13 09:02:13 +02:00
Julien Wadel
b0faf89f08 Translated using Weblate
Currently translated at 100.0% (1089 of 1089 strings)
(French)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/fr/
2023-09-13 09:02:13 +02:00
Julien Wadel
369bc765e4 Change icons (notification, menus).
Simplify main menu.
Display call history by account.
Allow to remove reactions from chat.
Fix crash on conference creation.
2023-09-12 17:58:18 +02:00
Julien Wadel
820a34fd50 Fix DatePicker timezones by removing javascript dates and use cpp instead.
Add Timezone debug on start.
Fix date sections on conference and history.
Fix defaut Timezone in conference creation whe system cannot match with available timezones (like default tz).
2023-09-01 09:28:26 +02:00
Julien Wadel
9b66bd1d72 Hide sip address of participants in ICS if only username are shown. 2023-09-01 09:26:24 +02:00
Julien Wadel
19b8f0c63f Fix crash on finding accounts 2023-09-01 09:23:55 +02:00
Julien Wadel
60ffa4816c Add chat reaction translations 2023-09-01 09:14:26 +02:00
Julien Wadel
f496600004 Fix reactions synchronizations.
Generic reactions (support any emojies) but display in priority a fix list (defined in Constants).
Clean old codes and make a ChatReactions UI.
2023-08-31 18:39:18 +02:00
Julien Wadel
267d70535d Add Chat reactions 2023-08-31 15:23:17 +02:00
Julien Wadel
a9812245dc Fix custom download path.
Use Apple Emoji font on Mac.
Fix emoji font size in settings.
2023-08-31 14:48:43 +02:00
Julien Wadel
53d79ef48b Fix null access in fullscreen.
Add a FPS monitor for debug.

Fix infinite loop on rendering frames : ForceRefresh when miniViewArea changes its height, on not the list view.
2023-08-25 14:08:59 +02:00
Julien Wadel
42b898c13c From Qt 5.15.2 to 5.15.10, Accessibility freeze the application on Windows: Deactivate handlers. 2023-08-24 10:48:57 +02:00
Julien Wadel
0614c26a04 Reconfigure resampler if playback device change its format (SDK) 2023-08-22 16:39:35 +02:00
Julien Wadel
7fa33b26d7 Fix cpack absolute paths (SDK)
Fix mac build (CI)
2023-08-22 12:48:20 +02:00
Julien Wadel
d967af18dd CI: change mac runner 2023-08-22 09:13:51 +02:00
Julien Wadel
e960490220 Use Windows system default audio device and upgrade SimpleCaptureGraph with callbacks.
Upgrade SDK to master.
2023-08-22 09:13:46 +02:00
Julien Wadel
f285ce68de Set build install paths and options. 2023-08-21 09:47:55 +02:00
Julien Wadel
94ea043ac6 Force architecture to LINPHONESDK_MACOS_ARCHS if x86_64.
This way, only x86_64 will be build on arm64 device.
Fix qml syntax.
2023-08-21 09:47:55 +02:00
Julien Wadel
1bacea1f11 Migrate call logs after starting core.
Fix Ref initialization for sip addresses optimizations.
Update SDK to 5.2.78 (chat rooms loading optimization)
2023-08-21 09:47:55 +02:00
Julien Wadel
ffcb3ccb75 Loading optimizations:
- Avoid sending signals on chat room creation.
- Remove display name caching from contacts and put it into the sip address model.
- On adding new address into sip address model, avoid update all layout and use dataChanged.
- Reorder Sip address Model and contacts model and make direct connections for prioritized update signals.
2023-08-21 09:47:55 +02:00
Julien Wadel
4485a95c8c Attempt to fix macos and windows builds in CI. 2023-08-21 09:47:55 +02:00
Ghislain MARY
7548caa721 Reflect changes made to some CMake targets names in linphone-sdk. 2023-08-21 09:47:55 +02:00
Ghislain MARY
58a96ed48a Fix build for Windows. 2023-08-21 09:47:55 +02:00
Ghislain MARY
2fa75ab99f ENABLE_NON_FREE_CODECS option has been renamed to ENABLE_NON_FREE_FEATURES. 2023-08-21 09:47:55 +02:00
Julien Wadel
c7acdf2bf6 Enable build with QtKeychain without using an ExternalProject. 2023-08-21 09:47:55 +02:00
Julien Wadel
305fe70370 Update CMakeLists.txt so that linphone-sdk is added as a subdirectory of the project. 2023-08-21 09:47:55 +02:00
Daniel Minder
b6cfbf205d Translated using Weblate
Currently translated at 83.5% (910 of 1089 strings)
(German)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/de/

Translated using Weblate

Currently translated at 91.3% (995 of 1089 strings)
(German)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/de/

Translated using Weblate

Currently translated at 91.9% (1001 of 1089 strings)
(German)

Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/de/
2023-08-21 09:21:55 +02:00