Julien Wadel
6d892a39ac
Allow qml to have access to the Application Name
2021-11-03 18:11:10 +01:00
FERNANDO DOS REIS CRIADO
c74afb3918
Translated using Weblate
...
Currently translated at 98.4% (809 of 822 strings)
(Portuguese (Brazil))
Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/pt_BR/
2021-11-03 14:34:59 +01:00
Julien Wadel
41a235ef50
Translated using Weblate
...
Currently translated at 100.0% (822 of 822 strings)
(French)
Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/fr/
2021-11-03 14:34:59 +01:00
Óvári
a10ce79ddb
Translated using Weblate
...
Currently translated at 100.0% (822 of 822 strings)
(Hungarian)
Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/hu/
2021-11-03 14:34:59 +01:00
Óvári
b7864fc9eb
Translated using Weblate
...
Currently translated at 100.0% (794 of 794 strings)
(Hungarian)
Translation: Linphone Desktop/Master
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/master/hu/
2021-11-03 14:34:59 +01:00
Julien Wadel
2641ee7cf6
Add a settings to change URL of version check
...
Add an option to Form to overwrite max width of cell
2021-11-03 14:20:42 +01:00
Julien Wadel
49454aef5c
Fix tunnel build and Mac deployment on generic dmg
2021-11-03 12:29:33 +01:00
Julien Wadel
f5f2d44604
Fix remote provisioning check
2021-11-02 17:22:12 +01:00
Julien Wadel
9cb23adcfe
Using mipmap can crash on Mac : add an option to deactivate it with 'mipmap_enabled' in [ui] section.
2021-11-02 15:18:19 +01:00
Julien Wadel
ca849bcac8
- Add Vendor and copyright ranges
...
- Color customization on tray event count
- Allow the use of a custom URL for remote provisioning(first stage dev)
- Fix assistant to come back to home if no more items
- Update icon generation to inkscape 1.1
2021-11-02 15:05:23 +01:00
Julien Wadel
d09028b700
Add Package option to CI in order to avoid deployment while keeping packages
2021-11-01 17:42:47 +01:00
Julien Wadel
f6576c5fb2
Replace color description if different (usually coming from loading)
2021-11-01 17:12:58 +01:00
Julien Wadel
3da5903bff
- Add call history button.
...
- Fix scrolling speed and add a cache for framebuffers in list
2021-10-30 19:19:39 +02:00
Julien Wadel
5b51b82712
Fix bad call on invoke method
2021-10-30 17:38:13 +02:00
Julien Wadel
63add7e1c7
Update 5.0 SDK
2021-10-29 17:49:24 +02:00
Julien Wadel
be173732f7
Images and color customization overhaul
2021-10-29 17:46:01 +02:00
Julien Wadel
1959e90632
Fix : keep fullscreen mode on timeout notification.
...
- Come back to fullscreen when clicking on fullscreen icon in call.
2021-10-25 12:18:24 +00:00
Julien Wadel
ecf6c9dfd1
- Fix crash when quitting the application by stopping core before destructors and by adding a check in ChatRoomModel destructor.
2021-10-25 10:58:47 +02:00
Julien Wadel
0591d882af
- Use MIME based on executable name for CLI/URI handlers
...
- Rework CLI/URI execution
2021-10-22 23:46:40 +02:00
Julien Wadel
b53f2eacfe
Fix tunnel crash
2021-10-22 22:46:11 +02:00
Julien Wadel
e404cafc2b
- Add a manual update check
...
- Add option to enable check updates
- Fix crash on quit
2021-10-22 21:49:11 +02:00
Julien Wadel
765f68d18b
- Add Tunnel support if available.
...
- Add tunnel special options for developer.
- Use of CPP for linphone enums to string.
- Replace let colors with better quality.
- Fix developer settings view.
2021-10-22 10:52:59 +02:00
Julien Wadel
e6228182a6
- Remove 'app' section and keep 'ui'
...
- Allow to make a variable in readonly (only for enabling chats yet)
- Rename chatEnabled to standardChatEnabled
2021-10-21 23:07:29 +02:00
Julien Wadel
66c566659c
- Remove 'app' section and keep 'ui'
...
- Allow to make a variable in readonly (only for enabling chats yet)
- Rename chatEnabled to standardChatEnabled
2021-10-21 13:51:29 +02:00
Julien Wadel
3a560324f8
- Add an option to enable standard and secure chats feature ('app' section)
...
- Fix history buttons that should not appear if chat room mode is not activated
- Allow to use a secure chat room to be used when calling (set by context : encrypted call/secure chat enabled)
- Replace a warning log by info while creating a chat room.
- Fix missing qml variables.
- Change Contact Edit and SIP Addresses selections to start a standard chat or a secure one.
- Simplify encryption activation on call parameters with enableEncryption()
2021-10-20 20:24:39 +02:00
Julien Wadel
aa745fa44c
- Add load sip address model time debug.
...
- Add copy text banner
2021-10-20 18:38:36 +02:00
Julien Wadel
f4c95cae50
Fix notarization
2021-10-20 17:12:12 +02:00
Julien Wadel
093996d784
Update SDK
2021-10-20 17:12:12 +02:00
Julien Wadel
0c5a35a5cd
- Split jobs between package and code signing on mac.
2021-10-20 17:12:12 +02:00
Julien Wadel
7048d1eeef
Optimize loading chats on startup
2021-10-20 17:12:12 +02:00
Julien Wadel
b1249ae517
Update Changelog
2021-10-20 17:12:12 +02:00
Julien Wadel
73733c17a0
* UTF8 fixes and display names behavior:
...
- Avoid to replace display if empty on address books search
- Propagate change when display name is set in callModel
- Add a way to update addresses when data model change outside of ChatRoomModel
- While calling and one participant, get display name from call remote address
- Update display names after adding a call log
- Fix UTF8 when compute display name
- Replace JS display name functions by CPP
* Fix tooltips width and timeline unexistant object
* MSYS2 bzip2 may block the process execution when no arguments. Add help args and remove outputs from streams.
2021-10-20 17:12:12 +02:00
Julien Wadel
ac2c0dcbe5
Fix crash on multiple end calls
2021-10-20 17:12:12 +02:00
Julien Wadel
a86395adae
Fix translation
2021-10-20 17:12:12 +02:00
Julien Wadel
0df9d63da1
Translated using Weblate
...
Currently translated at 100.0% (792 of 792 strings)
(Chinese (Simplified))
Translation: Linphone Desktop/4.3
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/4-3/zh_Hans/
2021-10-20 17:12:12 +02:00
Danmei Chen
e6ee86b9db
Translated using Weblate
...
Currently translated at 100.0% (792 of 792 strings)
(Chinese (Simplified))
Translation: Linphone Desktop/4.3
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/4-3/zh_Hans/
2021-10-20 17:12:12 +02:00
Julien Wadel
871dbef697
Translated using Weblate
...
Currently translated at 100.0% (792 of 792 strings)
(French)
Translation: Linphone Desktop/4.3
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/4-3/fr/
2021-10-20 17:12:12 +02:00
Julien Wadel
6d84ecb4f7
Translated using Weblate
...
Currently translated at 100.0% (792 of 792 strings)
(English)
Translation: Linphone Desktop/4.3
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/4-3/en/
2021-10-20 17:12:12 +02:00
Danmei Chen
e8d003f3b5
Translated using Weblate
...
Currently translated at 99.7% (790 of 792 strings)
(Chinese (Simplified))
Translation: Linphone Desktop/4.3
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/4-3/zh_Hans/
2021-10-20 17:12:12 +02:00
Danmei Chen
adecaf6492
Translated using Weblate
...
Currently translated at 98.7% (782 of 792 strings)
(Chinese (Simplified))
Translation: Linphone Desktop/4.3
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/4-3/zh_Hans/
2021-10-20 17:12:12 +02:00
Andrea Gianarda
a520c60e67
Translated using Weblate
...
Currently translated at 83.4% (661 of 792 strings)
(Italian)
Translation: Linphone Desktop/4.3
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/4-3/it/
2021-10-20 17:12:12 +02:00
Julien Wadel
2e18eaf51d
Translated using Weblate
...
Currently translated at 100.0% (792 of 792 strings)
(Hungarian)
Translation: Linphone Desktop/4.3
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/4-3/hu/
2021-10-20 17:12:12 +02:00
Julien Wadel
72bd935ab2
Translated using Weblate
...
Currently translated at 100.0% (792 of 792 strings)
(French)
Translation: Linphone Desktop/4.3
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/4-3/fr/
2021-10-20 17:12:12 +02:00
Elisa Nectoux
72add1c76c
Translated using Weblate
...
Currently translated at 100.0% (792 of 792 strings)
(English)
Translation: Linphone Desktop/4.3
Translate-URL: https://weblate.linphone.org/projects/linphone-desktop/4-3/en/
2021-10-20 17:12:12 +02:00
Julien Wadel
cbdf9cf3f5
Allow to remove items in filter timelines criteria
2021-10-20 17:12:12 +02:00
Julien Wadel
7557744608
Update SDK for default directory on certificates
2021-10-20 17:12:12 +02:00
Julien Wadel
cbc9c6f0cc
Fix crash on endResetModel while searching a sip address (spotted on Qt 5.15.2).
2021-10-20 17:12:12 +02:00
Julien Wadel
e7fa1f219e
Keep timeline title when no items on searching/filtering
2021-10-20 17:12:12 +02:00
Julien Wadel
cafd3a37df
Sort languages in settings lists
2021-10-20 17:12:12 +02:00
Julien Wadel
744798dc4a
DTLS crash : Use writable location for ZRTP and DTLS certificates paths
2021-10-20 17:12:12 +02:00